/* LOS ATRAPADORES TAMBIEN TIENEN ESTILO */

*,body {
	margin:0px;
	padding:0px;
	border:0px;
}
a, a img{
	border:0px;
outline:none;
}

a{
	color:#020001;
}
a:hover {
	color:#BF262B;
	text-decoration:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#020001;
	background:#D5D096 url(../img/bg_pattern.jpg) repeat left top;
}

/* CONTENEDORA */

#contenedora{
	width:797px;
	height:665px;
	background: url(../img/bg_yellow.jpg) no-repeat;
	position:relative;
	/*position:absolute;
	top:50%;
	left:50%;
	margin:-234px 0 0 -380px;*/
	margin:50px auto;
	border:4px solid #FFFFFF;
}

#cabecera{
	background:#BF262B;
	height:156px;
	width:797px;
	position:relative;
}

#contenido{
	height:290px;
	padding-top:50px;
	position:absolute;
	z-index:10;
	width:797px;
}

#menu{
	background:#644F34;
	height:110px;
	position:relative;
	top:399px;
}

#boton{
	width:126px;
	height:127px;
	position:absolute;
	right:0px;
	top:90px;
	z-index:30!important;
}

/* MENU */
#spot {
	display:block;
	float:right;
	position:absolute;
	left:15px;
	bottom:12px;
	_bottom:12px;
}

#metodo {
	display:block;
	float:right;
	position:absolute;
	left:250px;
	bottom:12px;
	_bottom:12px;
}

#contacto{
	display:block;
	float:right;
	position:absolute;
	right:200px;
	bottom:12px;
	_bottom:12px;
}

#salvapantallas{
	display:block;
	float:right;
	position:absolute;
	right:0px;
	bottom:12px;
	_bottom:12px;
}

#spot a{
		width: 220px;
		background: url(../img/menu/menu_spot.jpg) no-repeat left top;
}
#metodo a{
		width: 168px;
		background: url(../img/menu/menu_metodo_selected.jpg) no-repeat left top;
}
#contacto a{
		width: 169px;
		background: url(../img/menu/menu_contacto.jpg) no-repeat left top;
}
#salvapantallas a{
		width:195px;
		background-image: url(../img/menu/menu_salvapantallas.jpg);
}

#spot a, #metodo a, #contacto a {
	display:block;
	padding: 141px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:141px;
	cursor:pointer;
}

#salvapantallas a{
	display:block;
	padding: 153px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:153px;
	cursor:pointer;
}

/*#spot a:active, #metodo a:active,*/ #contacto a:active{ background-position: 0 -141px; display:block; }
/*#spot a:hover, #metodo a:hover,*/ #contacto a:hover{ background-position: 0 -141px ; display:block; }

/*#spot a:active, #metodo a:active,*/ #spot a:active{ background-position: 0 -141px; display:block; }
/*#spot a:hover, #metodo a:hover,*/ #spot a:hover{ background-position: 0 -141px ; display:block; }

#spot .selected, /*#metodo .selected,*/ #contacto .selected { background-position: 0 -141px ; display:block; }

#salvapantallas a:active { background-position: 0 -153px; display:block; }
#salvapantallas a:hover { background-position: 0 -153px ; display:block; }
#salvapantallas .selected{background-position: 0 -153px ; display:block;}




/* SECCIONES */

/* HOME */

#fotohome{
	width:313px;
	height:225px;
	background:#EDE0AC;
	position:relative;
	top:20px;
	left:20px;
	float:left;
}
#fotohome img{
	display:block;
	margin:0 auto 0 auto;
	padding-top:6px;
}

#txthome{
	width:457px;
	float:right;
	position:relative;
	top:20px;
	text-align:center;
	font-size:14px;
	line-height:16px;
}
.titulo{ margin-top:20px;}
.titulo_home{
	width:310px;
	float:left;
}

.txtbigger{ font-size:17px; line-height:30px;}

/* METODO */

#txtmetodo{
	width:335px;
	top:10px;
	left:25px;
	float:left;
	position:relative;;
	text-align:left;
	font-size:14px;
	line-height:16px;
}
.titulo{ margin-top:20px;}


#video_metodo{
	width:285px;
	float:right;
	position:relative;
	right:143px;
	top:10px;
	text-align:center;
}


#video_metodo p{
	color:#BF262B;
	font-size:11px;
	font-weight:bold;
	margin:0 0 5px 0;
	line-height:11px;
}
.certificados{ float:right; width:140px; position:relative; top:70px; right:20px;}

/* SPOT */
#txtspot{
	width:215px;
	top:40px;
	left:20px;
	float:left;
	position:relative;;
	text-align:left;
	font-size:14px;
	line-height:16px;
}
#video_spot {
	width: 580px;
	float: right;
	position: relative;
	top: -30px;
}

/* CONTACTO */

#txtcontacto{
	width:437px;
	height:210px;
	margin:0px auto;
	text-align:center;
	position:relative;
	top:30px;
	font-size: 15px;
	line-height: 19px;
}

/*  SALVAPANTALLAS*/

#txtsalvapantallas{
	width:437px;
	height:210px;
	margin:0px auto;
	text-align:center;
	position:relative;
	top:10px;
	font-size: 15px;
	line-height: 19px;
}

#descarga { 
	margin-right: auto;
	margin-left: auto;
	display:block;
	width: 246px;
	padding: 53px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:53px;
	background: url(../img/download.gif) no-repeat;
	cursor:pointer;
}
#descarga:hover{background-position: 0 -53px; display:block; }