@charset "utf-8";
/* CSS Document */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }

a{
	text-decoration:none
}

.limpiar{
	clear:both
	}

#contenedor{
	width:993px;
	text-align:left;
	background-image:url(../imagenes/backcontenedor.png);
	background-position:0% 0%;
	background-repeat:repeat-y;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:9px
	}

#top{
	width:945px;
	background-image:url(../imagenes/backtopv2.png);
	height:112px;
	background-position:0% 0%;
	background-repeat:no-repeat;
	padding:0px 20px 0px 20px;
	}

#top .izq{
	width:500px;
	float:left;
	padding-top:5px;
	}
	
#top .izq img{
	margin-right:60px;
	}	
	
#top .der{
	width:380px;
	float:right;
	padding-top:5px;
	}	

.curved {
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -ms-border-radius:10px;
 border-radius:10px;
 behavior:url(../css/border-radius.htc);
 /*behavior:url(http://www.htmlremix.com/files/20080924-border-radius/border-radius.htc);*/
}

#addevent{
 /*background-color:#0a6ec3;*/
 float:right;
 font-size:11px;
 padding-top:2px;
 font-weight:bold;
 color:white;
 margin-right:80px;
 margin-bottom:15px;
 text-align:right;
}	

#sendball{
 background-color:#0a6ec3;
 float:right;
 width:50px;
 height:20px;
 font-size:11px;
 padding-top:5px;
 font-weight:bold;
 color:white;
 margin-right:80px;
 margin-bottom:15px;
 text-align:center;
}

#menutop{
	width:380px;
        background-color:#08498b;
        height:30px;
        text-align:left;
	}
	
#menutop a{
	text-decoration:none;
	color:#FFF;
	}	
	
#menutop a:hover{
	text-decoration:underline;
	}		
	
#menutop #mapa{
	background-image:url(../imagenes/mapa.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:16px;
        margin-top:7px;
	font-size:11px;
	line-height:13px;
	margin-left:25px;
	float:left;
	}

#menutop #contactenos{
        background-image:url(../imagenes/contactenos.png);
        background-position:0px 2px;
        background-repeat:no-repeat;
        padding-left:16px;
        margin-top:7px;
        font-size:11px;
        line-height:13px;
        margin-left:25px;
        float:left;
        }

#menutop #directorio{
        background-image:url(../imagenes/external_blanco.png);
        background-position:0px 2px;
        background-repeat:no-repeat;
        padding-left:16px;
        margin-top:7px;
        font-size:11px;
        line-height:13px;
        margin-left:25px;
        float:left;
        }


	
#menutop #inicio{
	background-image:url(../imagenes/inicio.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:16px;
        margin-top:7px;
        margin-left:25px;
	font-size:11px;
	line-height:13px;
	float:left;
	}
	
#buscador{
	width:380px;
	margin-top:40px;
	}
	
#buscador input{
	float:right;
	}	
	
#textBuscador{
	width:207px;
	height:25px;
	border:none;
	padding:3px 5px 0px 8px;
	font-size:14px;
	}

.txttrue{
  width:207px;
  height:25px;
  border:none;
  font-size:14px;
}
	
#menu{
	width:985px;
	height:55px;
	background-image:url(../imagenes/banermenu.png);
	background-position:0% 0%;
	background-repeat:repeat-x;
	border-bottom:#ccc 2px solid;
	}	
	
#menu .itemd{
	float:left;
	/*background-image:url(../imagenes/menupunticos.png);*/
        background-image:url(../imagenes/puntos.png);
	background-repeat:no-repeat;
	background-position:100% 0%;
	}
	
#menu .separador{
	float:left;
	/*background-image:url(../imagenes/menupunticos.png);*/
        background-image:url(../imagenes/puntos.png);
	width:1px;
	height:55px;
	}	
	

#menu .doble{
	float:left;
	text-decoration:none;
	display:block;
	height:40px;
	padding:15px 18px 0px 18px;
	font-size:13px;
	line-height:14px;
	font-weight:none;
	color:#FFF;
	vertical-align:middle;
	text-align:center;
	}

#menu .doble:hover {
	color:#f7e017;
	background-image:url(../imagenes/menusel.png);
	background-position:0% 0%;
	background-repeat:repeat-x;
	}	
	
#menu .simple{
	float:left;
	text-decoration:none;
	display:block;
	height:33px;
	padding:22px 18px 0px 18px;
	font-size:13px;
	line-height:14px;
	font-weight:none;
	color:#FFF;
	vertical-align:middle;
	text-align:center;
	}

#menu .simple:hover {
	color:#f7e017;
	background-image:url(../imagenes/menusel.png);
	background-position:0% 0%;
	background-repeat:repeat-x;
}	
	
#cuerpo{
	background-image:url(../imagenes/backcuerpo.png);
	width:985px;
	background-repeat:repeat-y;
	}
	
#izquierda{
	width:338px;
	float:left;
	padding:15px 0px 0px 0px;
	}
	
.titularamarillo{
	margin-left:15px;
	font-size:16px;
	line-height:16px;
	color:#83a5c5;
	background-image:url(../imagenes/cuadradoama.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:18px;
	text-transform:uppercase
	}	
	
#noticiaizq{
	width:285px;
	margin:8px 0px 25px 33px;
	}	
	
#noticiaizq p{
	margin-top:10px;
	font-size:11px;
	line-height:12px;
	font-weight:none;
	color:#FFF
	}	

.separacion30{
	margin-bottom:20px;
	}
	
#noticiaizq p a{
	text-decoration:none;
	color:#f7e017
	}	
	
#noticiaizq p a:hover{
	text-decoration:underline;
	}	
	
#boletin{
	width:338px;
	height:150px;
	padding-top:10px;
	background-color:#0368ac;
	text-align:center;
	margin-bottom:25px;
	}	
	
#boletin h1{
	font-size:12px;
	color:#f7e017;
	text-transform:uppercase;
	margin-bottom:10px;
	}
	
#boletin p{
	width:145px;
	font-size:8px;
	line-height:9px;
	font-weight:700;
	color:#FFF;
	float:left;
	padding-left:65px;
	text-align:left
	}	
	
.flotarizq{
	float:left;
	}
	
.inputboletin{
	width:200px;
	height:20px;
	text-align:center;
	color:#cccccc;
	font-size:12px;
	margin-bottom:5px;
	}	
	
.documento{
	margin-left:33px;
	width:250px;
	padding-left:20px;
	background-image:url(../imagenes/cuadradito.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	font-size:12px;
	line-height:15px;
	font-weight:none;
	margin-bottom:5px;
	}
	
.documento a{
	color:#FFF;
	text-decoration:none
	}	
	
.documento a:hover{
	text-decoration:underline
	}	
	
.titularazul{
	margin:20px 0px 0px 15px;
	font-size:16px;
	line-height:16px;
	color:#FFF;
	background-image:url(../imagenes/cuadradoazul.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:18px;
	text-transform:uppercase
	}	
	
#calendario{
	margin:20px 0px 10px 60px;
	width:185px;
	height:135px;
	background-color:white;
	border-top:none;
	}
/*	
#calendario #mes{
	width:200px;
	height:18px;
	font-size:14px;
	color:#000000;
	text-align:center;
	font-weight:700;
	}	
	
#calendario .fila{
	width:200px;
	height:15px;
	}	
	
#calendario .filames{
	width:200px;
	height:16px;
	}		

#calendario .fila a{
	text-decoration:none;
	color:#000;
	font-weight:700
	}

#calendario .hoy{
	background-color:#CFCFCF;
	}

#calendario .col{
	width:28px;
	height:13px;
	padding-top:2px;
	color:#000000;
	font-size:12px;
	line-height:12px;
	float:left;
	text-align:center
	}

#calendario .col345{
	width:29px;
	height:13px;
	padding-top:2px;
	color:#000000;
	font-size:12px;
	line-height:12px;
	text-align:center;
	float:left;
	}
	
#calendario #filainput{
	width:200px;
	height:20px;
	}	
*/	
	
.inputmes{
	width:75px;
	height:16px;
	float:left;
	border:0;
	font-size:10px;
	line-height:10px;
	margin-left:40px;
	}	
	
.inputanno{
	width:50px;
	height:16px;
	float:left;
	border:0;
	font-size:10px;
	line-height:10px;
	margin-left:10px;
	}	
	
#derecha{
	width:594px;
	float:left;
        *height:100%;
	border-top:#074A8B 15px solid;
	margin-left:1px;
	padding:5px 0px 0px 0px;
	}		
	
#derecha h1{
	font-size:22px;
	line-height:20px;
	color:#003366;
	background-image:url(../imagenes/cuadradoazul.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:18px;
	text-transform:uppercase;
	margin-bottom:10px;
	}
	
h1.boletin {
	font-size:22px;
	line-height:20px;
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom: 20px;
	color:#003366;
	background-image:url(../imagenes/cuadradoazul.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:18px;
	text-transform:uppercase;
	margin-bottom:10px;
	}
	
.noticia{
	width:555px;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:25px;
	}		

.noticia .pais{
	background-image:url(../imagenes/punticos.png);
	width:205px;
	height:20px;
	background-repeat:no-repeat;
	background-position:0% 100%;
	margin-bottom:10px
	}

.noticia .pais .bandera{
	float:left;
	}	
	
.noticia .pais .texto{
	float:left;
	font-size:12px;
	font-weight:700;
	color:#171796;
	margin-left:7px;
	}		
	
.noticia .imagen{
	float:left;
	padding-left:0px;
        padding-right:10px;
	width:142px;
	}	
	
.noticia .textos{
	float:left;
	padding-left:1px;
	padding-top: 15px;
	width:370px;
	}	
	
.noticia .textos .fecha{
	font-size:11px;
	font-weight:700;
	color:#074a8b;
	}	
	
.noticia .textos .titular{
	font-size:16px;
	line-height:16px;
	font-weight:700;
	color:#171796;
	}		
	
.noticia .textos .titular a{
	color:#171796;
	text-decoration:none
	}
	
.noticia .textos .titular a:hover{
	text-decoration:underline
	}	
	
	
.noticia .textos .enganche {
	font-size:11px;
	margin-top:10px;
	color:#000;
	}	
.enganche p {
	font-size:11px;
	margin-top:10px;
	color:#000;
	}	
	
.noticia .textos .enganche a{
	color:#0368ac;
	text-decoration:none
}

.noticia .textos .enganche a:hover{
	text-decoration:underline
}

#bottomder{
	width:594px;
	height:48px;
	background-color:#074A8B;
	}
	
#bottomder p{	
	float:left;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	padding:15px 0px 0px 5px;
}
		
#menusinf{
	width:900px;
	padding:10px 0px 10px 85px;
	background-color:#096DC0;
	background-image:url(../imagenes/curvasup.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
}	

#menusinf #menus{
	width:870px;
	/*background-image:url(../imagenes/backmenuinf.png);
	background-position:0% 0%;
	background-repeat:repeat-y;*/
	padding-bottom:10px;
	}
	
#menusinf #menus h1{	
	font-size:12px;
	color:#F7E017;
	line-height:13px;
	padding-top:5px;
	margin-bottom:15px;
	text-transform:uppercase
	}
	
#menusinf #menus p{
	font-size:10px;
	line-height:12px;
	}	
	
#menusinf #menus p a{
	color:#FFFFFF;
	text-decoration:none;
	}	
	
#menusinf #menus p a:hover{
	text-decoration:underline
	}		
	
#menusinf #menus #menu1{
	width:170px;
	float:left;
        min-height:100px;
}

#menusinf #menus #menu2{
	width:120px;
        min-height:100px;
	padding-left:15px;
	float:left;
        border-left-color:white;
        border-left-style:dotted;
        border-left-width:1px;
}

#menusinf #menus .menu3{
	width:125px;
        min-height:100px;
	padding-left:15px;
	float:left;
        border-left-color:white;
        border-left-style:dotted;
        border-left-width:1px;
}

#footer{
	width:655px;
	padding-left:330px;
	height:100px;
	background-color:#171796;
	background-image:url(../imagenes/curvainf.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
}

#footer p{
	padding-top:9px;
	font-size:12px;
	line-height:12px;
	/*font-weight:700;*/
        font-weight:none;
}

.blanca{
	color:#FFFFFF;
}

.morado{
	color:#6E7695
}

.calendar {
        border-collapse: collapse;
        width: 189px;
        border: 1px solid #D5D5D5;
        background-color:#FFFFFF;
}
.calendar caption {
        text-transform:capitalize;
        font-family:"Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align:center;
        color: #424242;
        font-weight: bold;
        padding-bottom: 3px;/*  border: 1px solid #D5D5D5;background-color: #F8F8F8;*/
        padding-top: 2px;
        background-color:white;
        border-bottom:1px solid #D5D5D5;
}

.calendar th{
 font-size:12px;
 color: #424242;
 border: 1px solid #D5D5D5;
}

.calendar td {
        font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        vertical-align:bottom;
        width: 27px;
        background-color: #FFFFFF;
        border: 1px solid #D5D5D5;
        color: #424242;
}
.calendar td.selected {
        background-color: #F8F8F8;
}

.calendar td.today {
        background-color: silver;
        border-style:solid;
        border-color:#0368ac;
        border-width:1px;
}

.calendar td div.now {
        margin:0px;
        padding:0px;
        border:#000000 1px solid;
        background-color: #CFCFCF;
}
.calendar td.selected a {
        font-size: 11px;
        color:#08498b;
        font-weight:bold;
}
.calendar form select, .calendar form input {
        border: 1px #d9d9d9 solid;
        padding:1px;
        font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10px;
}

.tooltip{
 position:absolute;
 top:0px;
 left:0px;
 z-index:3;
 display:none;
}

#simpleTooltip { padding: 7px; border: 1px solid #A6A7AB; background: #F2F3F5; }
	
.tooltip-red
{
        background-color: #FCE5CE;
        color: #F38F2A;
        padding:10px 10px 10px 10px;
        font-weight:bold;
        z-index:100;
}

.tooltip-blue
{
        background-color: #5555FF;
        color: #FFFFFF;
        font-size:13px;
        font-family:verdana;
    border:solid 2px #0000FF;
        z-index:100;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#171796;
	padding:5px;
	display:none;
	color:#fff;
	}
#menusize{
 text-align: right;
 margin-bottom: 0px;
}

#errorBox{
 color:red;
 font-weight:bold;
 font-size:12px;
 margin:10px;
 padding:10px;
}
.externalink
{
 background-image:url(../imagenes/external.png);
 padding-left:15px;
 background-repeat:no-repeat;
}

.archivo
{       
 background-image:url(../imagenes/icono_archivo.png);
 padding-left:15px;
 background-repeat:no-repeat;
}  

a.labelevento{
 color:#f7e017;
 font-size:12px;
 font-weight:none;
 text-decoration:none;
}

.print
{
 background-image:url(../imagenes/imprimir.png);
 padding-left:16px;
 padding-top:1px;
 background-repeat:no-repeat;
 color:#0368ac;
}

.sendtofriend
{
 background-image:url(../imagenes/send.png);
 padding-left:16px;
 padding-top:1px;
 background-repeat:no-repeat;
 color:#0368ac;
}

.paginicio
{
 background-image:url(../imagenes/home.png);
 padding-left:16px;
 padding-top:1px;
 background-repeat:no-repeat;
 color:#0368ac;
}
.celeste{
 color:#0368ac;
 font-size:12px;
}
.red
{
 color:#074a8b;
 font-size:12px;
}
