/* CSS Document */
*
{
	font-family:Arial, Helvetica, sans-serif;
}

body{
text-align:center;
margin:0 auto;
}

#contenedor
{
	margin: 0 auto;
	text-align:left;
	height: 		768px;
	width:			1004px;
}

/* Inicio Cabecera */
#cabecera
{
	width:					1004px;
	height:					176px;
	background-image: 		url(../img/cabecera.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
	float:					left;
}

#cabecera h1
{
	width:			640px;
	height:			113px;
	font-size:		52px;
	color:			#FFF100;
	font-weight:	bold;
	margin:			8px 0 0 310px;
	display:		block;
	line-height:	54px;
}

#cabecera h3
{
	width:			640px;
	height:			81px;
	font-size:		38px;
	color:			#FFFFFF;
	font-weight:	bold;
	margin:			0px 0 0 310px;
	text-align:		left;
	display:		block;
}
/* Fin Cabecera */

/* Inicio Menú superior*/
#menu
{
	float:			left;
	height:			53px;
	width:			712px;
	border-style:	solid;
	border-width:	1px;
	border-color:	#7CA2E1;
	margin-left:	0px;
	margin-top:		10px;
	padding:		0px 0px 0px 0px;
	background-color:	#E9E9E9;
}

#menu .boton
{
	position:			absolute;
	left:				auto;
	display:			block;
	width:				108px;
	height:				53px;
	margin:				0px 0px 0px 0px;
	padding:			13px 0px 0px 0px;
	font-size:			11px;
	font-weight:		bold;
	text-decoration:	none;
	color:				#000000;
	text-align:			center;
	border:				none;
}

#menu .pos1
{
	padding-top:	18px;
	margin-left:	0px;
}
#menu .pos2
{
	padding-top:	18px;
	margin-left:	109px;
}
#menu .pos3
{
	padding-top:	18px;
	margin-left:	218px;
}
#menu .pos4
{
	padding-top:	18px;
	margin-left:	327px;
}
#menu .pos5
{
	padding-top:	18px;
	margin-left:	436px;
}
#menu .pos6
{
	margin-left:	545px;
}
#menu .pos7
{
	margin-left:	654px;
}
#menu .boton p
{
	margin-top:			14px;
	margin-bottom:		0px;
}

#menu .boton_off
{
	background-image:	url(../img/boton_menu_on.jpg);
	background-repeat:	repeat-x;
}

#menu .boton_off:hover
{
	background-image:	url(../img/boton_menu_off.jpg);
	background-repeat:	repeat-x;
	cursor:				pointer;
}

#menu .boton_on
{
	background-image:	url(../img/boton_menu_off.jpg);
	background-repeat:	repeat-x;
	color:				#000000;
}
.submenu
{
	background-color:	#DF2C04;
	display:			none;
	font-size:			11px;
	font-weight:		bold;
	position:			absolute;
	left:				auto;
	top:				178px;
	z-index:			1000;
}

.submenu .boton_submenu
{
	display:			block;
	text-decoration:	none;
	background-color:	#AF2503;
	color:				#CCC;
	margin-top:			1px;
	height:				25px;
	width:				160px;
	padding-left:		5px;
	padding-top:		9px;
	cursor:				pointer;
}

.submenu .boton_submenu:hover
{
	background-color:	#FB7566;
	color:				#333;
}
/* Fin Menú superior*/
/* Submenu Quienes Somos*/
#submenu_quienes_somos
{
	margin-left:		109px;
	height:				60px;
	width:				165px;
}
#submenu_otras_areas
{
	margin-left:		545px;
	height:				60px;
	width:				165px;
}

/* Fin Submenu Quienes Somos*/
#principal
{
	float:				left;
	width:				711px;
	height:				410px;
	margin-top:			4px;
	margin-left:		2px;
	background-image: url(../img/fondo_contenido.jpg);
}

/* Cupón de información*/
#cupon
{
	float:				left;
	width:				283px;
	height:				467px;
	background-image:	url(../img/fondo_cupon.jpg);
	margin-top:			-54px;
	margin-left:		8px;
}

#cupon h3
{
	font-size:		25px;
	color:			#FFFFFF;
	margin:			25px 0px 0px 23px;
}

#cupon #cupon_solinfo
{
	margin-top:		30px;
	margin-left:	15px;
}

#cupon_solinfo .row
{
	height:			30px;
}

#cupon_solinfo .input_text
{
	width:					247px;
	border-top-color:		#999;
	border-left-color:		#999;
	border-bottom-color:	#000;
	border-right-color:		#000;
	color:					#999;
	font-style:				oblique;
	font-size:				12px;
}

#cupon_solinfo .text_area
{
	border-top-color:		#999;
	border-left-color:		#999;
	border-bottom-color:	#000;
	border-right-color:		#000;
	width:					247px;
	height:					70px;
	color:					#999;
	font-style:				oblique;
	font-size:				12px;
}

#cupon_solinfo .row_check
{
	font-size:				11px;
	margin-left:			-5px;
	margin-top:				10px;
}

#cupon_solinfo .campo_activo
{
	color:					#000;
	font-style:				normal;
}

#cupon_solinfo .row_check b
{
	text-decoration:	underline;
	cursor:				pointer;
}

#cupon_solinfo .submitter
{
	width:				79px;
	height:				31px;
	background-image:	url(../img/boton_enviar.jpg);
	border-width:		0px;
	margin-top:			15px;
	margin-left:		170px;
	cursor:				pointer;
}

#thx_cupon
{
	margin-left:		10px;
	margin-top:			30px;
	display:			none;
	font-size:			15px;
	width:				225px;
}

#thx_cupon b
{
	display:			block;
	font-size:			20px;
}


#llamanos
{
	height:				75px;
	width:				234px;
	background-image:	url(../img/fondo_telefono.jpg);
	margin:				41px 0px 0px 25px;
	display:			block;
	padding:			0px 0px 0px 0px;
}

#llamanos p
{
	margin:				0px 0px 0px 88px;
	padding: 			16px 0 0;
	font-size:			12px;
	width:				144px;
	height:				50px;
	display:			block;
}

#llamanos p b
{
	font-size:			25px;
}

.popup
{
	display:none;
}
