/* CSS Document */


/* ------------------------------------- General -----------------------------------*/
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: 0px;
padding: 0px;
border: 0px;

font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}


body{
	background-image:url("/img/fondo.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #222222;
}

.tab{
	width: 499px;
	border: 1px solid #ececec;
	margin: 0 auto 1em auto;
}

caption{
	text-align: left;
	color: #999999;
}


th{
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding:3px;
	background-color: #86d8e3;

}

td{
	border-bottom: 1px solid #dcdacc;
	background-color: #f4f4f4;
	color:#333333;
	padding:3px;
	font-size:100%;
	vertical-align: middle;
}

a{
	font-weight: normal;
	color:#235884;
	text-decoration:none;
}	

a:hover {
    color: #444444;
	text-decoration:underline;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* ----------- Encabezados y parrafo -------------*/

h1{
	display:none;
}

h2{
	font-family: georgia, arial;
	font-size: 14px;
	font-weight: normal;
}

h3{
	font-family: georgia, arial;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

h4{
	font-family: georgia, arial;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 15px;
}


/* ----------- Capas -------------*/
#general{
	width:1000px;
	margin: 0px auto;
	padding: 0px;
	background-color: #e0ded3;
}

#cabecera_sup{
	height:47px;
	margin: 0px auto;
	padding-top: 5px;
	background-image:url("/img/fondo_cabe_sup.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

#cabe{
	padding: 13px 0px 0px 0px;
}

#idiomas{
	width: 400px;
	padding: 5px 0px 0px 30px;
	float:left;
	}
	
#resto_cab{
	width: 560px;
	float:left;
	text-align: right;
}

#contenedor_logo{
	width:1000px;
	height: 143px;
	margin-top: 8px;
	padding:0px;
	background-color: #ffffff;
	}

#logo{
	width:200px;
	padding-top:0px;
	margin:0px;
	float: left;
	}
	
#foto_cab{
	width:570px;
	height: 82px;
	float: left;
	font-size: 20px;
	color: #235884;
	padding: 40px 0px 0px 10px;
	margin: 10px 0px 0px 10px;
	}
	
#intra{
	width:190px;
	height: 112px;
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 10px 0px 0px 0px;
}
	
#cuerpo{
	width: 980px;
	padding:10px;
}

#contenedor_izq{
	width: 200px;
    padding: 0px;
    margin:  0px;
    float:left;
}

#col_iz{
	width: 180px;
	background-color: #ffffff;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
}

#cont_calend{
	width: 180px;
	background-color: #ffffff;
	padding: 10px;
	clear: both;
}

#contenedor_centro{
	width: 560px;
	padding: 0px;
    margin:  0px 10px;
    float:left;
}	

#ciclos{
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#contenedor_der{
	width: 200px;
    padding: 0px;
    margin:  0px;
    float:left;
}

#cont_pie{
	width: 980px;
	margin: 0px auto;
	padding: 20px;
	background-color: #ffffff;
}

#ciclos a.bcrj {background-color: #731803;
color: #ffffff;}

#paginacion ul li {
	  clear: both;
      display: inline;      
}

#paginacion ul li {
        display: inline;
        padding: 2px 7px; /*Separar el texto*/
        margin:5px; /* Separar los botones */
        background-color:#ffffff; /* Color de fondo */
}
#paginacion ul {
        text-align: center;
}
	
#paginacion ul li a{color: #1b727d;}
#paginacion ul li a:hover{color: #bf2906;}	
/* ----------- clases -------------*/
.both{	
	clear: both;
	height: 1px;
	}
	
.pdt20{padding-top:20px;}
	
.pdt15{padding-top:15px;}
	
.pdt10{padding-top:10px;}

.pdt5{padding-top:10px;}

.px{font-size: 1px;}
.px5{font-size: 5px;}
.px10{font-size: 10px;}

.wd{width: 40px;}

.max{text-transform: uppercase;}

.lh18{line-height: 18px;text-align: justify;}

.pdt10brt{padding-top:10px;border-top:1px solid #ececec;}
.pmdt10brt{margin-top: 5px; padding-top:5px;border-top:1px solid #e0ded3;}
	
.pad7{padding:7px;}

.pad5{padding:5px;}

.pdl{padding-left:20px; padding-right: 15px;}
.pdlc{text-align: center;}

.pdlb{padding-left:10px; padding-right: 5px;}

.pdl2{padding-left:5px; padding-right: 5px; text-align: center;}

.lf{text-align: left;
background-image: url("/img/folder.gif");
background-repeat: no-repeat;
padding-left: 20px;}

.tit_col1{
	clear: both;
	width: 190px;
	height:23px;
	background-image:url("/img/fondo_tit1.gif");
	background-repeat: repeat-x;
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #437d00;
	padding: 7px 0px 0px 10px;
	clear: both;
}

.tit_col2{
	width: 190px;
	height:23px;
	background-image:url("/img/fondo_tit2.gif");
	background-repeat: repeat-x;
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #163e5d;
	padding: 7px 0px 0px 10px;
	clear: both;
}

.tit_col2b{
	width: 190px;
	height:23px;
	background-image:url("/img/fondo_tit2b.gif");
	background-repeat: repeat-x;
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #11656f;
	padding: 7px 0px 0px 10px;
	clear: both;
}

.tit_col3{
	clear: both;
	width: 190px;
	height:23px;
	background-image:url("/img/fondo_tit1.gif");
	background-repeat: repeat-x;
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #437d00;
	padding: 7px 0px 0px 10px;
	border-top:10px solid #e0ded3;
	clear: both;
}

.tit_cent1{
	clear: both;
	width: 550px;
	height:23px;
	/*background-image:url("/img/fondo_tit_cent.gif");
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #bf2906;
	border-bottom: 1px solid #e0ded3;
	padding: 7px 0px 0px 10px;
}

.tit_cent2{
	clear: both;
	width: 550px;
	height:23px;
	/*background-image:url("/img/fondo_tit_cent.gif");
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #bf2906;
	border-bottom: 1px solid #e0ded3;
	padding: 7px 0px 0px 10px;
	border-top:10px solid #e0ded3;
}

.tit_min{
	clear: both;
	width: 238px;
	font-family: georgia;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	background-color: #d0c3b3;
	padding: 10px;
	font-weight: bold;
}

.titular{
	font-family: georgia, arial;
	font-size: 18px;
	color: #bf2906;
	font-weight: normal;
	padding-bottom: 5px;
	line-height: 22px;	
}

.otros_tit{
	clear: both;
	font-family: georgia, arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px;  
	padding-top:5px;
	border-top:1px solid #e0ded3;	
}

.fecha{
	color:#777777;
	border-top: 1px solid #dddddd;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 5px 25px;
	background-image:url(/img/fecha.gif);
	background-repeat:no-repeat;
	background-position: left center;
	}

.ng{
	color:#444444;
	background-color: transparent;
}

.az{
	color:#18456b;
}

.rj{
	color:#bf2906;
}

.vd{
	color:#6c664f;
}

.ver{
	color: #4b5c0d;
}

.ok {color: #53a404;}

.nj{
	color:#f8c90c;
}

.mr{
	color:#d8d8d8;
}

.gris{
	color:#999999;
}

.enc{
	padding-bottom:20px;
	color:#93cb6b;
}

.cen{
	text-align: center;
}

.bcr{
background-color: #bf2906;
padding: 5px;
color: #ffffff;
font-weight: bold;
border-bottom: 5px solid #ffffff;
}

.bcrc{
background-color: #bf2906;
padding: 5px;
color: #ffffff;
font-weight: bold;
border-bottom: 5px solid #ffffff;
text-align: center;
}


.foto_iz{
	border: 3px solid #d0c3b3;
	margin: 0px 10px 0px 0px;
	padding: 1px;
	float: left
}

.foto_iz_pd{
	border: 3px solid #d0c3b3;
	margin: 0px 20px 10px 0px;
	padding: 1px;
	float: left
}

.foto_iz_md{
	border: 3px solid #d0c3b3;
	margin: 0px 10px 8px 0px;
	padding: 1px;
	float: left
}
	
.col_der{
	width: 180px;
	background-color: #ffffff;
	padding: 10px;
	float: left;
	margin-bottom: 0px;
	text-align: left;
}

.col_cent{
	width: 520px;
	background-color: #ffffff;
	padding: 20px;
	float: left;
	margin-bottom: 0px;
	text-align: left;
}

.col_cent_pd{
	width: 500px;
	background-color: #ffffff;
	padding: 20px 30px 40px 30px;
	float: left;
	margin-bottom: 0px;
	text-align: justify;
	line-height: 18px;
}

.cont_ft_not{
	width: 272px;
	float: left;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.contenedor_not{
	float: left;
}

.cont_not{
	width: 248px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	clear: both;
	border-bottom:  1px solid #d0c3b3;
}

.cont_fot{
	width: 245px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.leer{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	background-image:url(/img/lupa.gif);
	background-repeat:no-repeat;
	background-position: left top;
	font-weight: normal;
	clear: both;
	}

.cont_leer2{
	width: 248px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	clear: both;
}
	
.leer2{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 25px;
	background-image:url(/img/lupa.gif);
	background-repeat:no-repeat;
	background-position: left top;
	font-weight: normal;
	clear: both;
	}
	
.pie1{
	width: 490px;
	float: left;
}

.pie2{
	width: 470px;
	float: left;
	text-align: right;
}

.actividades{
	padding: 10px;
	background-color: #f6f3f0;
	width: 479px;
	border-bottom: 1px solid #dfdbd6;
	margin-bottom: 10px;
}

.ins{
clear: both;
width:228px;
float: left;	
}

.ins2{
width:228px;
padding-left: 40px;
float: left;	
}

.txt_ins{
width: 228px;
padding: 0px 0px 10px 0px;
border-bottom: 1px solid #dfdbd6;
margin-bottom: 10px;
}

.geu{
width:100px;
float: left;
text-align: center;
padding: 0px 25px 10px 0px;	
border-bottom: 1px solid #dfdbd6;
margin-bottom: 30px;
}

.enla{
	width: 245px;
	float:left;
	display: inline;
	padding-right:5px;
}

.act1{
	float:left;
}

.mapaweb{
	width: 240px;
	padding: 0px;
	float: left;
	text-align: left;
}

.video{
	float: left;
	width: 150px;
	padding: 2px;
	border: 1px solid #e0ded3;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 190px;
}

.ftvid{width: 150px;}

.txvid{
	text-align: center;
	padding: 5px;
}

a.txtvid{	
	color: #bf2906;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
}

a.txtvid:hover{
	color: #1b727d;
	text-decoration: underline;
}

/* ----------- listas -------------*/
#col_iz ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:block;
}
#col_iz li {
	display:block;
	text-decoration: none;
	background-image:url(/img/ico_flecha_der_ng3.gif);
	background-repeat:no-repeat;
	background-position: 3px;
	padding: 5px 0px 5px 15px;
	font-weight:normal;
	color:#666;
	border-bottom:  1px solid #ececec;
}
#col_iz li a{
	text-decoration: none;
	font-weight:normal;
	background-color: transparent;
	color: #1b727d;
}
#col_iz li a:hover {
	text-decoration: none;
	background-color: #3ea8b6;
	color:#ffffff;
}

.col_der ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:block;
}
.col_der li {
	display:block;
	text-decoration: none;
	background-image:url(/img/ico_flecha_der_ng2.gif);
	background-repeat:no-repeat;
	background-position: 3px;
	padding: 5px 0px 5px 15px;
	font-weight:normal;
	color:#666;
	border-bottom:  1px solid #ececec;
}
.col_der li a{
	text-decoration: none;
	font-weight:normal;
	background-color: transparent;
	color: #527f02;
}
.col_der li a:hover {
	text-decoration: none;
	background-color: #629902;
	color:#ffffff;
}

#idiomas ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:inline;
}
#idiomas li {
	display:inline;
	text-decoration: none;
	padding: 0px 5px 0px 7px;
	font-weight:normal;
	border-right: 1px solid #ffffff;
	color: #8eaabf;
}
#idiomas li a{
	display:inline;
	text-decoration: none;
	font-weight:normal;
	color: #ffffff;
}
#idiomas li a:hover {
	text-decoration: none;
	color: #8eaabf;
	
}

#resto_cab ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:inline;
}
#resto_cab li {
	display:inline;
	text-decoration: none;
	padding: 0px 30px 0px 0px;
	font-weight:normal;

}
#resto_cab li a{
	display:inline;
	text-decoration: none;
	font-weight:normal;
	color: #ffffff;
}
#resto_cab li a:hover {
	text-decoration: none;
	
}

#ciclos ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:inline;
}
#ciclos li {
	display:inline;
	text-decoration: none;
	font-weight:normal;
}
#ciclos li a{
	display:inline;
	text-decoration: none;
	font-weight:normal;
	color: #ffffff;
	padding: 5px;
	background-color: #bf2906;
}
#ciclos li a:hover {
	text-decoration: none;
	padding: 5px;
	color: #ffffff;
	background-color: #731803;
	
}

	
/* ----------- enlaces -------------*/

a.ini{
	color:#ffffff;
}

a.not{
	font-weight: normal;
	color: #bf2906;
	text-decoration:none;
	font-weight: bold;
	padding-top: 5px;
	display: block;
	text-transform: uppercase;
}	

a.not:hover {
    color: #444444;
	text-decoration:none;
}

a.tit_mi{
	width: 238px;
	font-family: georgia;
	font-size: 16px;
	font-weight: normal;
	color: #6e6457;
	font-weight: bold;
	text-decoration:none;
}	

/* ----------- Calendario -------------*/

.tdmesant {
	padding:3px 5px;
	background-color:#FFFFFF;
	border: none;
	}
 .tdmes {
	background-color: #3ea8b6;
	padding:3px 5px;
	color:#FFFFFF;
}
.tdmeslink {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #3ea8b6;
}

.tdmeslink:hover{
	background-color: #494643;
}

.tdmeslink a{
	color:#FFFFFF;
	text-decoration:none;
}

.tdmeslink a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


.tdnormal{
	padding:3px 5px;
	text-align: center;
}

.tdhoy {
	padding:3px 5px;
	border:1px solid #3ea8b6;
	text-align: center;
}

.tdevento {
	background-color: #3399cc;
	color:#FFFFFF;
	padding:0px;
	text-align:center;
}

.tdevento a{
	color:#FFFFFF;
	text-decoration:none;
}


.tdevento:hover{
	background-color: #66aecf;
}

.clh{
	padding:3px 5px;
	text-align: center;
	background-color: #3ea8b6;
	border:1px solid #b2770e;
}

.cln{
	padding:3px 5px;
	text-align: center;
	background-color: #3ea8b6;
}

.total{
	background-color:#3ea8b6;
	text-align:right;
	color:#ffffff;
	padding-top:4px;
	padding-right:10px;
	padding-bottom:3px;
	
}	

a.calend{
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
}	

a.calend:hover {
    color: #ffffff;
	text-decoration:none;
}	
	
/* ----------- formulario -------------*/

form {
	padding: 0px;
	margin:0px;
}

input{
	font-size:100%;
	color:#444444;
	border:1px solid #ddd;
	padding:4px 6px;
	margin:5px 0px 10px 0px;
	background: url(/img/fondo_boton_menu_hor.gif) repeat-x  #ffffff;
	}

textarea{
	font-size:100%;
	color:#444444;
	border:1px solid #ddd;
	padding:4px 6px;
	margin:5px 0px 10px 0px;
	background: url(/img/fondo_boton_menu_hor_txt.gif) repeat-x  #ffffff;
	}
	
.cajast{
	font-size:100%;
	width: 300px;
	color:#444444;
	border:1px solid #ddd;
	padding:4px 6px;
	margin:5px 0px 10px 0px;
	background-color: #f3f4f4;
	}
	
fieldset {border:1px solid #ddd; padding:10px; }

legend {padding:10px; font-weight:bold;}

.button{
	font-size:100%;
	color: #fff;
	border:1px solid #ddd;
	padding:4px 10px;
	margin:5px 0px 0px 0px;
	background-color: #3ea8b6;
	cursor: pointer;
	width: 150px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	