/* Estilos generales */
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background-color: #ddddd5;
	background-image:url(../img/fondo.jpg); background-repeat:repeat-x;
    font: 0.8em arial;
}
input { font: 11px arial; border: 1px solid #363636 }
select { font: 11px arial; border: 1px solid #363636 }
textarea { font: 11px arial; white-space: nowrap; border: 1px solid #363636 }
iframe { border: 0px; margin: 0px; padding: 0px; overflow: auto }
a { font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#EE4320; text-decoration:none;}
a:hover { color:#ff5431}

h1 { font-size: 1.4em; color: #EE4320;}
h2 { font-size: 1.3em; color: #EE4320; }
h3 { font-size: 1.2em; color: #EE4320; }
h4 { font-size: 1.1em; color: #EE4320; }
h5 { font-size: 1em; color: #EE4320; }
h6 { font-size: 0.9em; color: #EE4320; }

p { margin-bottom: 10px; }
strong { color: #000 }

/* Estilos especificos de cada capa */
#page { width: 975px; margin: auto; }

#header { width: 100%; height:200px; margin-top:10px; padding: 0px }
#fecha { height: 23px; float: right; color: #000; margin-right: 4px; margin-top: 4px}
#idiomas { float: right; color: #777; margin-right: 4px }
#idiomas A { color: #000 }
#logo a { float: left; text-decoration: none }
#logo a span { visibility: hidden }
a#inicio { position: absolute; float: left; height: 70px; width: 650px; margin-left: 1px; margin-top: -94px }

/*#menusup { width: 100%; float: left; vertical-align: baseline; height: 25px; padding: 0px; background-color: #F0F0F0 }*/
#body { width: 100%; padding: 0; clear: both }

#menunav { width: 100%; height: 25px; margin-bottom: 5px;}

#menuleft { float: left; display: block; width: 26%; min-width: 26%; max-width: 26%; margin: 4px 4px 0px 4px }
#content { float: left; display: block; overflow: hidden; margin: 4px 2px 2px 4px; background-color: #fff }
#menuright { float: right; display: block; width: 26%; min-width: 26%; max-width: 26%; margin:  4px 0px 0px 4px }

#menuright a { color: #EE4320; font-size:100% }
#menuright a:hover { color: #ff5431 }

#main { margin: 3% }

#footer { float: left; width: 100%; color: #fff; background-color: #EE4320; margin-top: 10px; text-align: center; padding: 5px 0 }
#footer a { color: #fff }

#pestanas {
    float: left;
	width: 100%;
	text-align: left;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	border-bottom: 1px solid #EE4320;
}
#pestanas span.pestana {
    float: left;
	text-align: left;
	padding: 4px;
	margin: 0px;
	border: 1px solid #EEC0B7;
	color: silver;
    border-top-width: 5px;
	border-bottom-width: 0px;
}
#pestanas span.pestana:hover {
    cursor: pointer;
}
#pestanas span.sel {
    border-color: #EE4320;
	color: white;
	background-color: #EE4320;
}
#pestanas span.sel:hover {
    cursor: text;
}
div.pestanacontent {
	width: 100%;
	margin: 0px;
	font-weight: normal;
	display: block;
}

div #botones,
div .botones {
	float: left;
    width: 100%;
	margin: 10px auto;
    text-align: center;
}
div#botones:after,
div.botones:after {
	clear: both;
}

/* Estilos especificos de los distintos componentes de la web*/
.center, .tcenter { text-align: center }
.tright { text-align: right }
.tleft { text-align: left }
.tjustify { text-align: justify }

.fright { float: right }
.fleft { float: left }

.sep { float: left; width: 100%; margin: 5px 0px; border-bottom: 1px dotted #EE4320 }

.paginacion { float: left; width: 100%; margin: 5px 0px; font-size: 12px }
.paginacion .paginacion_left { float: left; width: 20%; text-align: left; border: 1px solid white }
.paginacion .paginacion_middle { float: left; width: 55%; text-align: center }
.paginacion .paginacion_right { float: left; width: 20%; text-align: right }

.nowrap { white-space: nowrap }

.box { float: left; width: 98%; clear: both }
.box_title { float: left; width: 100%; clear: both; color: #000; font-weight: bold; background-color: #F0F0F0; padding: 4px; margin-bottom: 14px }
.box_title A { color: #000 }
.box_content { float: left; width: 100%; clear: both; margin-bottom: 14px }

.label { float: left; width: 27%; margin-bottom: 4px }
.labelall { float: left; width: 100%; margin-bottom: 4px }
.field { float: left; width: 73%; margin-bottom: 4px }

.noresults { width: 100%; text-align: center }
.limpia { clear: both }

.impar { background-color: #DDDDEE }
.par { background-color: #BBBBCC }

.salto { height: 15px; width: 100% }
.saltop { height: 5px; width: 100% }

.rbox { text-indent: 30px; background: #FFDDDD url(../img/notice-alert.png) 4px 50% no-repeat; padding: 10px; padding-left: 20px; display: block; border: 0px; border-top: 3px solid red; border-bottom: 3px solid red; color: red; width: 90%; margin: 0px auto; margin-bottom: 20px }
.gbox { text-indent: 30px; background: #DDFFDD url(../img/notice-download.png) 4px 50% no-repeat; padding: 10px; padding-left: 20px; display: block; border: 0px; border-top: 3px solid green; border-bottom: 3px solid green; color: green; width: 90%; margin: 0px auto; margin-bottom: 20px}
.bbox { text-indent: 30px; background: #DDDDFF url(../img/notice-info.png) 4px 50% no-repeat; padding: 10px; padding-left: 20px; display: block; border: 0px; border-top: 3px solid blue; border-bottom: 3px solid blue; color: blue; width: 90%; margin: 0px auto; margin-bottom: 20px }
.ibox { text-indent: 30px; background: #F5F79E url(../img/notice-note.png) 4px 50% no-repeat; padding: 10px; padding-left: 20px; display: block; border: 0px; border-top: 3px solid #CED213; border-bottom: 3px solid #CED213; color: 6F780A; width: 90%; margin: 0px auto; margin-bottom: 20px }

.rbox ul,
.gbox ul,
.bbox ul,
.ibox ul {
	margin-left: 1.5em;
	list-style: none;
}
#direcMenu{position:relative; top:250px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF;}
#tablaMenu li { float:left;  position:relative; list-style: none; display: inline; }
#tablaMenu li a  { display:block; white-space: nowrap }

#ContenidoInterior{ padding:15px; overflow:auto; width:87%; height:87%; float: left; display: block; margin:15px; }
#fondocontenido { float: left; display: block; width: 72%; min-width: 70%; max-width: 100%; height: 620px; min-height: 620px; overflow:auto; margin: 10px 0px; background-image:url(../img/fondocontenido.png); background-repeat:no-repeat;  background-position:0 0 0 0;}
#home1{background-image:url(../img/fondoHome1.png); padding:15px; position:absolute; top:0px; left:0px; overflow:auto; width:544px; height:219px; background-repeat:no-repeat;}
#home2{ background-image:url(../img/fondoHome2.png); padding:15px; position:absolute; top:240px; left:0px; overflow:auto; width:300px; height:400px; background-repeat:no-repeat;}
#home3{background-image:url(../img/fondoHome3.png); padding:15px; position:absolute; top:240px; left:325px; overflow:auto; width:200px; height:220px; background-repeat:no-repeat;}
#home45{position:absolute; top:448px; left:325px; overflow:auto; width:230px; height:220px; }
.tit {
	font-family:'Calibri','sans-serif';
	font-size: 24px;
	color: #00B5D4;
}
.texto {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.subtit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00B5D4;
	text-decoration:none;
	font-weight:bold;
}

.separador{ border-bottom:2px dotted #990000;}
.titColegio {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
}

/* Noticias | General */
.fecha { color: #999; }
.descrip { margin-top: 10px; text-align: justify }
.mod { margin: 5px 0; padding: 10px; background-color: #fff }
.mod ul { list-style: square; margin-left: 20px }
.mod ul li { margin-bottom: 10px; list-style-image:url(/img/topo.png); }

/* Listados */
table.lista {
	border-collapse: collapse;
	width: 100%;
}
table.lista td, table.lista th {
	padding: 0 0 10px 10px;
	margin: 0;
}

/* Fotos */
img.foto {
	margin: 10px;
	border: 1px solid #EE4320;
}
img.minifoto {
	width:74px;
	height:73px;
	border: 1px solid #EE4320;
}

/* Pestañas */
table.mitabla {
    vertical-align: top;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: black;
    border: 10px solid #EE4320 !important;
    border-right-width: 1px !important;
    border-left-width: 1px !important;
	border-collapse: collapse !important;
    width: 100%;
}
#formResponse .mitabla {
    vertical-align: top;
    font-family: Arial,Helvetica,sans-serif;op
    font-size: 12px;
    color: black;
	border: 0;
    width: 100%;
}

.mitabla th, .mitabla td {
	border: 0 !important;
	padding: 4px;
	/*margin: 2px;*/
}
.mitabla td.label {
	width: 40%;
	white-space: nowrap;
}

/* Otros */
.aviso { color: #777 }
.buttons a {
	float: left;
	font-size: 12px;
	border: 1px solid gray;
	background-color: #eee;
	margin-left: 10px;
	padding: 2px;
	vertical-align: middle;
	text-decoration: none;
}
.buttons a:hover {
	text-decoration: underline;
}
.buttons img {
	vertical-align: middle;
}
.comentario {
	padding: 2%;
	background-color: #f5f5f5;
	width: 96%;
	margin-bottom: 10px;
}

/* Francis: calendario */

.minibox {float: left; width: 8px; height: 8px; margin: 4px 4px 4px 0 }

.tacts {
	display: none;
    padding-left: 10px;
    margin-top: 10px;
    clear: both;
	text-align: left;
}
.calendarios {
	width: 220px;
	padding: 0;
	margin: 0;
}
.cal_div { float: left; width: 100%; text-align: center; vertical-align: middle; cursor: pointer }

#cal_multiple {
    float: right;
    display: none;
    width: 250px;
    overflow: auto;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    height: 120px;
    padding-top: 3px;
}

.mes {
    font-size: 10px;
    padding: 0;
    margin: 0;
    text-align: right;
    width: 100%;
}

.cal_loading {
	width: 150px;
	text-align: center;
}

.mes a {
	vertical-align: middle;
    font-family: Tahoma, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.mes a:link {color: black}
.mes a:visited {color: #19324B}
.mes a:hover {color: #19324B}
.mes TD, .mes TH {
    margin: 0px;
    padding: 1px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    text-align: right;
    font-weight: normal;
    font-size: 10px;
}
.mes TH {
	background-image: url(/img/barrasuperioragenda.png);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	color: #464445;
	text-transform: uppercase;
}
.mes TH a {
	color: #fff;
}
.mes TH.ops {
    background-image: url(/img/boton_leermas_off.png);
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    width: 13px;
    height: 13px;
    margin: 0px;
    padding: 1px;
}
.mes th.ops a {
	color: #fff;
	font-weight: bold;
}
.mes td {
	padding: 3px 6px;
}

/* Dias de la cabecera */
.mes .diaH  {
	padding: 0 6px;
    color: #464445;
	font-weight: bold;
	background-image: none;
	background-color: #fff;
}

/* Dias que no son del mes */
.mes .diaU { background: #FCFCFC }
.mes .diaU a:link { color: #aaa }
.mes .diaU a:visited { color: #aaa }
.mes .diaU a:hover { color: #aaa }

/* Hoy */
.mes .diaS { background: #464445; color: #fff }
.mes .diaS a:link { color: #fff }
.mes .diaS a:visited { color: #fff }
.mes .diaS a:hover { color: #fff }

#colores { display: none }
a.menusuperiorLink{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #F0F8FF;
text-decoration: none;
}
.novisible {
	display: none;
}
.enlace_img {
	max-height:80px
}