/* ---------------------------------------------- */
/*   ESTILOS COMUNES                              */
/* ---------------------------------------------- */

a {
	text-decoration: none;
	color: #27872f;
}

ol, ul, li {
	list-style: none;
}

p:first-letter {
	margin: 0 0 0 15px;
}

/* ---------------------------------------------- */
/*   ESTILOS DEL BODY DE PAGINA                   */
/* ---------------------------------------------- */
BODY {
    font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* margin: 10 0 10 0px; */
    text-align: center;
    background-color: #E4E4CA;
    background-image : url("../../imgs/general/fondo.png");
}

/* ---------------------------------------------- */
/*   ESTILOS DEL CONTENEDOR PAGINA                */
/* ---------------------------------------------- */
#contenedor{
    text-align: left;
    width: 770px;
    margin: auto;
    
    background-color: #ffffff;
	border-width: 5px;
	border-style: solid;
	border-color: #ffffff;
}

/* ---------------------------------------------- */
/*   ESTILOS DE CABECERA PAGINA                   */
/* ---------------------------------------------- */
#cabecera{
   background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5f00;
	
}

.info_cabecera{
    font-size:11px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #ff5f00;
}

.info_cabecera a:link {color:#ff5f00; text-decoration:none}
.info_cabecera a:visited {color:#FF5f00; text-decoration:none}
.info_cabecera a:hover {color:#000000; text-decoration: none}

.banner {
	padding: 4 4 4 4px;
}

/* ---------------------------------------------- */
/*  ESTILOS DEL CUERPO PAGINA (IZQDA-CENTR-DCHA)  */
/* ---------------------------------------------- */
#cuerpo{
    padding-top: 5px;
    
    background-color: #ffffff;
}

/* ---------------------------------------------- */
/*   ESTILOS DE ZONA IZQUIERDA PAGINA             */
/* ---------------------------------------------- */
#izquierda{
    float:left;
    width: 150px;
    background-color: #FFFFFF;
}

/* ---------------------------------------------- */
/*   ESTILOS DE LOGO                              */
/* ---------------------------------------------- */
#logo {
    background-color: #FF5f00;
    padding: 10 0 10 0px; 
    
	position: center;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* ---------------------------------------------- */
/*   ESTILOS DE ZONA CONTENIDO                    */
/* ---------------------------------------------- */
#contenido {
	margin: 0 0 0 155px;
	background-color: #ffffff;
}

/* ---------------------------------------------- */
/*   ESTILOS DE ZONA CENTRAL PAGINA               */
/* ---------------------------------------------- */
#centro{
    width: 614px;
    background-color: #ffffff;
    padding: 4 5 4 5px;
    float: left;
}

/* ---------------------------------------------- */
/*   ESTILOS ZONA DERECHA PAGINA                  */
/* ---------------------------------------------- */
#derecha{
    width: 0px;
    float: right;
}

/* ---------------------------------------------- */
/*   ESTILOS DE PIE DE PAGINA                     */
/* ---------------------------------------------- */
#pie{ 
		clear: both; 
		background-color: #ff5f00; 
		font-weight: bold;
    text-align:right;
    color: #FFFFFF;
    /*margin: 3 10 3 10px; */
    	padding-top: 1px;
    	padding-bottom: 3px;
}

/* ---------------------------------------------- */
/*   ESTILOS DEL MENU                             */
/* ---------------------------------------------- */
.menu {
	background-color: #ffffff;
	/* padding: 0px; */
	margin: auto;
	font-size : 8pt;
	font-weight : normal;
}

.menu li, .menu ul{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
}

.caja_menu_1 {
	display: block;
	color: white;
	margin-top: 7px;
	background-color: #27872F;
	padding: 5px 10px 4px 5px; 
	letter-spacing: 1px;		
	font-weight: bold;
	cursor: pointer;
}

.caja_menu_1_1 {
	margin-left: 0px;
}

.caja_menu_1 img, .caja_menu_1_1 img {
	vertical-align: text-bottom;
	border: none;
}

/* ---------------------------------------------- */
/*   ESTILO CAJA HORARIO                          */
/* ---------------------------------------------- */
.cajahorario {
	text-align: center;
    margin-bottom: 8px;
    background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #ff5f00;
}

.cajahorario_col  {
	font-weight: bold;
	background-color: #ff5f00;
	color: #FFFFFF;
	border: 2px solid #ffffff;
	padding: 0 5 0 5px;
}

.cajahorario_mapa  {
	margin: 5 0 10 0px;
}

/* ---------------------------------------------- */
/*   ESTILOSPARA CAJAS DE IMAGEN                  */
/* ---------------------------------------------- */
.cajaimagen_dcha {
  	overflow: hidden;
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.cajaimagen_1 {
  overflow: hidden;
	float: right;
	padding-left: 10px;
	width: 150px;
	height: 200px;
}

.cajaimagen_izqda {
  overflow: hidden;
	float: left;
	padding-right: 20px;
}

.cajaimagen_3 {
	overflow: hidden;
	float: right;
	padding-left: 10px;
	width: 200px;
	height: 150px;
}

/* ---------------------------------------------- */
/*   ESTILOS DE WEBDOCS                           */
/* ---------------------------------------------- */
.webdoc {
	background-color: #EDFFCC;
	margin: auto;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 2px solid #ff5f00;
	/* border-left: 2px solid #ff5f00; */
	/* border-top: 15px solid #ff5f00; */
	/* border-right: 2px solid #ff5f00; */
}

.titwebdoc {
	background-image : url("../../imgs/general/fondo_col.gif");
	color : #FFFFFF;
	border-left: 8px solid #27872f;
	border-bottom: 1px solid #FFFFFF;
	font-size : 10pt;
	font-weight : bold;
	/*padding: 2 5 2 5px;
	margin: 8 5 1 50px;*/
}

.subtitwebdoc {
	background-image : url("../../imgs/general/fondo_col.gif");
	color : #FFFFFF;
	border-left: 8px solid #27872f;
	font-size : 12pt;
	font-weight : bold;
	/*padding: 2 5 2 5px;
	margin: 1 5 3 5px;*/
}

.deswebdoc {
	font-size : 10pt;
	font-weight : normal;
	text-align: justify;
	margin: 5 15 5 15px;
	padding: 10 20 10 20px;
	line-height: 20px;
}

.deswebdoc:first-letter { 
	font-size: 300%; 
	float: left;
	color: #ff5f00; 
	padding-top: 5px;
	padding-right: 10px;
	margin: auto;
}

.deswebdoc a:link {color:#0066CC; text-decoration:none}
.deswebdoc a:visited {color:#0066CC; text-decoration:none}
.deswebdoc a:hover {color:#ED1B2D; text-decoration: underline}

.deswebdoc h2 {
	font-size : 10pt;
	font-weight : bold;
}

.deswebdoc ul, .deswebdoc ol, .deswebdoc li {
	list-style: square; 
	padding-left: 5px; 
	margin-left: 10px;
	
}

.imgwebdoc {
	float: right;
	border-left: 2px solid #cc0000;
	margin: 2 2 5 8px;
	padding: 1 1 1 5px;
}

.fechawebdoc {
	font-size : 8pt;
	font-weight : normal;
	font-style: italic;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 8px;
	margin: 1 5 1 1px;
}

/* ---------------------------------------------- */
/*   ESTILOS PREGUNTAS                            */
/* ---------------------------------------------- */
.preguntas {
	font-size : 10pt;
	font-weight : normal;
	text-align: justify;
	margin: 5 15 5 15px;
	padding: 10 20 10 20px;
	line-height: 20px;
}

.preguntas h2 {
	font-size : 10pt;
	font-weight : bold;
	color: #27872f;
	padding-top: 10px;
}

.preguntas ul, .preguntas ol, .preguntas li {
	list-style: square; 
	padding-left: 5px; 
	margin-left: 15px;
}

.preguntas a:link {color: #ff5f00; text-decoration: none;}
.preguntas a:visited {color: #ff5f00; text-decoration: none;}
.preguntas a:hover {color: #ff5f00; text-decoration: none; font-weight: bold;}

.preguntas p {
	padding-left: 15px;
	/* padding-bottom: 10px; */
}

/* ---------------------------------------------- */
/*   ESTILOS LEGACY                               */
/* ---------------------------------------------- */
.verdana11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.verdana11 a:link {color:#0066CC; text-decoration:none}
.verdana11 a:visited {color:#0066CC; text-decoration:none}
.verdana11 a:hover {color:#ED1B2D; text-decoration: underline}

.destacado {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 23px; color: #ff5f00; }

.celda { font-family:verdana,arial; font-size:10pt; text-align: right;}

.ancho100 {width: 100%;}
