/* CSS Document */


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */


body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../imagenes/bg_body.jpg);
	background-repeat:repeat-x;
	color:#333333;
}

a {
	color:#0066cc;
}



div#principal{
	width:934px;	
	padding-bottom:24px;

}


div#cabecera{
	height:228px;
	background-image:url(../imagenes/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden
}



div#cabecera #textotop {
	width:470px;
	padding-top:175px;
	float:right;
	padding-right:35px;
	color:#333333;
}

div#cabecera #textotop h1{
	font-size:22px;
	font-weight:bold;
}

div#cabecera #textotop p{
	font-size:13px;
	line-height:15px;
	text-align:justify;
}


div#cabecera #textotop #menu-cabecera {font-weight: bold; color:#FFF; text-align:right; font-family:Arial; font-size: 16px; margin-top:6px;}
div#cabecera #textotop #menu-cabecera a, #menu a:hover, #menu a:visited {color:#FFF; text-decoration: none;}


/* COLUMNA IZQUIEDA */

div#cuerpo{
	padding-bottom:20px;
}

div#col_izq {
	width:714px;
	overflow:hidden;
	display:inline;
}

div#col_izq h3, div#col_izq h1 {
	display:block;
	margin-top:10px;
	margin-bottom:15px;
	border-bottom:1px solid #FCB9CA;
	padding:0 0px 3px 0px;
	font-size:20px;
	font-weight: normal;
	color: #FE3265;
}
div#col_izq h3 a.title, div#col_izq h1 a.title{
	text-decoration:none;
	color:#FE3265;
}
div#col_izq h3 a.title:hover, div#col_izq h1 a.title:hover {
	color:#E52D5B;
}


/* FIN COLUMNA IZQUIERDA*/


#pie{
background-image:url(../imagenes/bg_footer.jpg);
background-repeat:repeat-x;
padding-top:10px;
height:60px;
}

#contenido-pie {
	font-size:11px;
	color:#FFFFFF;	
	width:714px;
	margin: 0 auto;
}

#contenido-pie a{
	color:#FFFFFF;	
}

#contenido-pie a:hover{
	text-decoration:underline;
}


/* PAGO */

div#col-pago {
	width:700px;
	margin-top:0px;
}

div#menu-pago {
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center
}



div#menu-pago a {
	text-transform:uppercase;
	font-size:12px;
	color:#1777c1;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}

div#menu-pago a:hover {
	text-decoration:underline;
}

div.txt-pago {
	width:100%;
}

div#pago {
	margin-bottom:30px;
	margin-top:0px;
}

div#chica-pago{
	background-image: url(../imagenes/fondo-marco2.jpg);
	background-repeat: no-repeat;
	width: 172px;
	height: 280px;
	float:left;
	display:inline;	
	
}

div#chica-pago img.marco{
	border: 1px solid #999;
	margin-bottom: 2px;
}

div#chica-pago .ftchica{
	margin-top:5px;	
}

div#chica-pago p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fe3265;
	text-align:center;
	width:160px;
	height:15px;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:4px;
}

div#chica-pago p.perfil {
	text-align: left;
	padding: 0 0 7px 7px;
	color:#666;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
}

div#chica-pago div.idiomas {
}

div#chica-pago div.idiomas img{
	margin-right:1px;
	margin-right:1px;
	
}

#consola-pagos {height: 275px; padding-top:10px;}
#fotos {width:450px; margin-left:11px;}
#fotos h3 {color:#fff; text-align:center; font-size: 16px; font-weight: bold;}
#fotos img{border: 1px solid #999;}
#fotos .box{background-color:#ff3366; margin-bottom: 15px;}

h3.title {
	display:block;
	margin-top:10px;
	margin-bottom:15px;
	border-bottom:1px solid #FCB9CA;
	padding:0 0px 3px 0px;
	font-size:20px;
	font-weight: normal;
	color: #FE3265;
}

