@charset "utf-8";
/* CSS  */
/* Esilo para café y oscuridad */
/* Body principal */
#playerindex {
text-align: center;
width: 100%;
background-color : #ffffff;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
} 
#infoindex{
text-align: center;
width: 100%;
color:#FFFFFF;
background-color : #ffffff;
border: 1px dashed #ccc;
padding:2px;
} 


BODY {
	background-color: #F9F9F9;
	font : 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	margin : 5px 0px 3px 0px;
	text-align: center;
	width: inherit;
} 
/* Contendor, dentro está todo */
#contenedor {
text-align: justify;
width: 760px;
position:relative; 
background-color : #ffffff;
border: 1px dotted #000;
margin:0 auto 0 auto;
} 
#contenedor2 {
text-align: justify;
vertical-align:middle;
background-color : #eee;
border:dashed 2px #003366;
margin:0 auto 0 auto; 
width:auto;
} 
/* Linea de header.php */
#linea_top_1 {
width: 760px;
height:5px;
background:#006699;
}
/* Linea de header.php */
#linea_top_2 {
width: 760px;
height:5px;
background: #99CC00 ;
}
/* Imagen de header.php */
#cabeza {
	height : 200px;
	width: 760px;
	padding : 0px 0px 0px 0px;
	text-align: center;
} 
/* Menu ubicado en header.php */
#navegador {
	text-align:center;
	font-family:Arial, georgia, tahoma;
	font-size:12px;
	width: 760px;
	padding : 3px 0px 3px 0px;
	border-bottom: #000000 dotted 1px;
	background: #B2D85E; filter: alpha(opacity=80); opacity: .8; 
} 
/* Enlaces */
A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
color: #0066cc;
text-decoration: underline;
}
A.enlacenav:HOVER{
color: #006699;
text-decoration:none;
border-bottom:#000 dotted 1px;
}
A:link {color:#0066cc; text-decoration:underline;}
A:visited {color:#0066cc; text-decoration:underline;}
A:hover {color:#99cc00; text-decoration:none;  border-bottom: 1px Dotted #000000; cursor:hand;}
/* CUERPO JUGOSO */
#cuerpo {
width:610px;
font-family:Arial, tahoma, sans-serif;
font-size:12px;
float:left;
background-color : #ffffff;
padding : 0px 0px 0px 0px;
}
/* SECCION acerca */
#acerca {
	width:760px;
	font-family:Georgia, arial;
	font-size:12px;
	color:#000000;
	background-color : #ffffff;
	text-align:justify;
}
#fotoA {
width:180px;
height:278px;
float:left;
}
/* ALA DERECHA.php */
#derecho {
width:100px;
float:left;
font-family:Arial, tahoma, sans-serif;
font-size:11px;
padding-bottom:10px;
padding-left:1px;
background-color : #ffffff;
}
/* footers.php */
#pie_izq {
width:50%;
height:50px;
font-family:Arial, tahoma, sans-serif;
font-size:11px;
color : #666;
clear:both;
float:left;
text-align : center;
padding-top:3px;
border-top:#000 1px dotted;
}
#pie_der {
width:50%;
height:53px;
font-family:Arial, tahoma, sans-serif;
font-size:11px;
color : #000;
float:left;
text-align : right;
background:#99CC00;
border-top:#000 1px dotted;
}
#espaciador {
  clear: both;
  height:0px;
  }
.titlat {
	width:248px;
	font-family:Arial, tahoma, sans-serif;
	background-color: #68729E;
	color:#ffffff;
	font-size:11pt;
	text-transform : uppercase;
	padding: 0px 0px 0px 0px;
	font-weight : bold;
	margin: 0px 0px 0px 0px;
}  
/* Estilos escritura.php */
#abienta_derecha {vertical-align:middle;padding-left:10px; float:right;}
.extras2 {font-family:arial; color:#0066cc; font-size: 11px; }
.extras3 {font-family:arial; color:#0066cc; font-size: 12px; }
.info {font-family:georgia, arial; font-size: 12px; }
.menu { font-family:arial; color:#000000; font-size: 11px; }
.topmenu { font-family:arial; color:#ffffff; font-size: 11px; }
.justificadoINFO { text-align: justify; font-family:Arial, Georgia; color:#000000; font-size:12; }
