@charset "UTF-8";
/* CSS STYLE SHEET MOVIREB */
/* CSS STYLE SHEET by Babydog Arte y Comunicación */

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

body,html {
	background:#1a1a1a url(../imagenes/bgr/blk_bgr.jpg);
	font-family:"Trebuchet MS";
	overflow:hidden;
}

/* LAYOUT */
#wrapper {
	width:970px;
	min-height:550px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-485px;
	margin-top:-275px;
	padding:0;
	background-color: #262626;
}

.swf_home {
	position:absolute;
	top:50%;
	margin-top:-175px;
	left:50%;
	margin-left:-275px;
	height:350px;
	width:550px;
}

#logo_movireb {
	position:absolute;
	top:70px;
	left:20px;
	width:180px;
	height:45px;	
}

#menu {
	width: 530px;
	height: 70px;
	position: absolute;
	left: 50%;
	margin-left: -265px;
}

#submenu {
	position:absolute;
	top:70px;
	left:770px;
	color:#5a5a5a;
	list-style:none;
	font-size:12px;
}

#submenu li {
	margin-bottom:10px;
	list-style-type:none;
}

#submenu a {
	color:#5a5a5a;
	text-decoration:none;
}

#submenu a:hover {
	color:#FFFFFF;
}

.nivel_submenu {
	margin-left:15px;
	margin-top:10px;
}

.select {
	color:#fff;
}

/* SCROLL */
#submenu .scroll {
	height:315px;
	overflow:hidden;
	margin-bottom: 10px;
}

.flecha	{
	cursor:pointer;
	margin-bottom: 5px;
}

/* Empresa */
.txt_empresa {
	width:530px;
	color:#fff;
	font-size:11px;
	line-height:13px;
	margin-left:220px;
	margin-top:70px;
}

.txt_empresa img {
	float:right;
	margin-left:20px;
}

.txt_empresa a {
	color:#fff;
	text-decoration:none;
}

.txt_empresa a:hover {
	text-decoration:underline;
}

.mini_empresa {
	width:100%;
	text-align:center;
	margin-top:23px;
	float:left;
}

.mini_empresa img  {
	margin-right:5px;
	border:thin inset #FFFFFF;
}

/* Productos */

.car_tecnicas {
	width:250px;
	height:360px;
	margin:0 auto;
	padding:0;
	position:absolute;
	top:70px;
	left:220px;
	z-index:200;
	background:#fff;
	border-left: thin solid #666;	
}

.btn_abrir {
	position:absolute;
	top:80px;
	left:210px;
	margin:0 auto;
	padding:0;
	z-index:250;
	cursor:pointer;
}

.btn_cerrar {
	position:absolute;
	top:10px;
	right:10px;
	margin:0 auto;
	padding:0;
	z-index:250;
	cursor:pointer;
}

.img_productos {
	width:530px;
	color:#fff;
	font-size:11px;
	line-height:13px;
	margin-left:220px;
	margin-top:70px;
}

.img_productos img {
	float:right;
	margin-left:20px;
}

.mini_productos {
	width:100%;
	text-align:center;
	margin-top:23px;
	float:left;
}

.mini_productos img  {
	margin-right:2px;
	border:thin inset #FFFFFF;
}

.txt_productos {
	position:absolute;
	bottom:120px;
	left:0px;
	width:200px;
	text-align:right;
	color:#FFF;
	font-size:10px;
}
.txt_productos p {
	text-align:right;
	color:#FFF;
	font-size:10px;
	padding-left:10px;
}

.txt_productos .titulo {
	font-size:12px;
}

.pdf_productos {
	position:absolute;
	bottom:85px;
	left:0px;
	width:210px;
	text-align:right;
}

/* SLIDESHOW */
#slideshow {
	position: absolute;
	width: 530px;
	height: 460px;
	background:none;
	left:50%;
	margin-left:-265px;
	bottom:20px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* - > FORMULARIO < - - - - - */

.error {
	color:#FF0000;
}

input[type="text"], textarea{
	font-family:"Trebuchet MS";
	width: 225px;
	border: 1px solid #fff;
	font-size:9px;
	padding:2px;
	color:#fff;
	background:none;
}

input[type="submit"], input[type="reset"]{
	border: 1px solid #fff;
	font-size:10px;
	padding:1px;
	color: #fff;
	background:none;
}

form {
	width:225px;
}
