/* 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-weight: inherit;
	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:auto; }
/*


/* INDEX */

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

#principal{
	width:950px;
}

#cabecera {
	width:100%;
}

#cuerpo {
	background-image:url(../imagenes/fondo-cuerpo.gif);
	background-repeat:repeat-y;	
	overflow:hidden;
	padding-bottom:40px;

}

#cuerpo ul {
	overflow:hidden;
	width:792px;
	
}

#cuerpo ul li {
	display:block;
	float:left;
	width:198px;
	height:217px;
	background-image:url(../imagenes/fondo-marco.gif);
}



#cuerpo ul li p{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:100px;
	margin-top:12px;
	margin-left:10px;
	line-height:12px;
	display:block;
	height:45px;
}

#cuerpo ul li img.foto{
	border: 1px solid #cf5105;
	margin-bottom:11px;
	margin-left:10px;
}

#cuerpo ul li div.idiomas{
	margin-left:10px;
}

/* IE6 Only */
*html #cuerpo ul li div.idiomas{
	margin-left: 5px;
}


#cuerpo ul li div.idiomas img{
	margin-right:1px;
}

#cuerpo ul li div.entrar { 
	margin-right:24px;
}

/* IE6 Only */
*html #cuerpo ul li div.entrar{
	margin-right: 12px;
	padding-top:2px;
}

/* IE7 Only */
*:first-child+html #cuerpo ul li div.entrar {
	padding-top:2px;
	} 


#texto {
	margin-top:40px;
	margin-left: 88px;
	width:760px;
	

}

#texto p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	widows:800px;
	color:#fff;
	text-align:justify;

}

#texto a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}



#videoplayer {
	width:760px;
	padding-top:30px;
	margin-bottom:40px;
	margin-left: 88px;
}

#conectados {
	width:760px;
	height:75px;
	background-image:url(../imagenes/conectados.gif);
	background-repeat:no-repeat;
	padding-top:30px;
	margin-left: 57px;
}

#conectados p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	margin-left:92px;
	font-weight:bold;
}
#conectados p span{
	font-size:18px;
	font-weight:bold;
	color:#000;
}

#pago  {
	width:700px;
	margin-bottom:40px;
	clear:both;
	overflow:hidden;
}

#foto-pago {
	display:block;
	width:198px;
	height:217px;
	background-image:url(../imagenes/fondo-marco.gif);

}

#foto-pago p{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:100px;
	margin-top:20px;
	margin-bottom:25px;
	margin-left:10px;
}

#foto-pago img.foto{
	border: 1px solid #cf5105;
	margin-bottom:11px;
	margin-left:10px;
}


#iframe-acceso {
	margin-top:30px;
	
}

#texto-pago {
	width:700px;
}

#texto-pago p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:justify;

}

#texto-pago a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}




/*PIE*/

#pie {
	background-image:url(../imagenes/pie.gif);
	background-repeat:no-repeat;
	height:48px;
}

#pie p {
	color:#000;
	font-size:12px;
	padding-top:20px;

}

#pie a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

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

.txt_titulo {

	color:#D65F16;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.txt_form {

	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.txt {

	color:#D65F16;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
