/* default styles */
body {
	padding: 0px 0 0 0;
	margin: 0;
	font: .7em Tahoma, Arial, sans-serif;
	line-height: 1.7em;
	/* color: #454545; */
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	/* background-image: url(imagenes/bg.jpg); */
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }


/* layout */
#content { margin: 10px auto; width: 960px; }
#logo {
	margin: 0 0 10px 0;
	background-image: none;
	background-position: left top;
}
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info {
	line-height: 0px;
	float: right;
	color: #808080;
	/*background: #FFFFFF url(images/logoFondoBlanco.jpg) no-repeat left top;*/
	margin: 0px 5px 7px 0;
	text-align: right;
	height: 90px;
	top: 1px;
	visibility: visible;
	clip:      rect(1px auto auto auto);
	padding: 0px;
	z-index: 0;
	width: 70px;
	left: 30px;
	right: 80px;
	bottom: 25px;
}

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(images/lbhover.gif) no-repeat; color: #000;}
#outbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/salir.jpg) no-repeat; color: #000; }
#outbutton a:hover{ background: #fff url(images/salirover.jpg) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #808080 url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #9FC7D8 url(images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 22px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 100%;
	background: #F3EC90 url(images/topicsbg.gif) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px;
	color: #fff;
	height: 59px;
}
	#topics li a { background-image: url(images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		
/* right side */
#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #fff url(images/notes.gif) no-repeat center left;
		color: #454545;
	}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }
.Textbox2 {BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff}

/* MENU */

.tdmenuuno { cursor: hand; height: 25px; font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: none; color: #333333; font-size: 11px; text-align:left; letter-spacing: 1px; line-height: 11px; background-color: #E6E6E6; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:0px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }
.tdmenuunoover { cursor: hand; height: 25px; font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: none; color: #333333; font-size: 11px; text-align:left; letter-spacing: 1px; line-height: 11px; background-color: #CCCCCC; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:0px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }
.tdmenuunofin { cursor: hand; height: 25px; font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: none; color: #333333; font-size: 11px; text-align:left; letter-spacing: 1px; line-height: 11px; background-color: #E6E6E6; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }
.tdmenuunooverfin { cursor: hand; height: 25px; font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: none; color: #333333; font-size: 11px; text-align:left; letter-spacing: 1px; line-height: 11px; background-color: #CCCCCC; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }


.tdsubmenuuno { cursor: hand; font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: none; color: #333333; font-size: 9px; text-align:left; letter-spacing: 1px; line-height: 7px; background-color: #FFFFFF; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:0px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }
.tdsubmenuunoover { cursor: hand; font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: none; color: #333333; font-size: 9px; text-align:left; letter-spacing: 1px; line-height: 7px; background-color: #E6E6E6; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:0px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }
.tdsubmenuunofin { cursor: hand; font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: none; color: #333333; font-size: 9px; text-align:left; letter-spacing: 1px; line-height: 7px; background-color: #FFFFFF; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }
.tdsubmenuunooverfin { cursor: hand; font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: none; color: #333333; font-size: 9px; text-align:left; letter-spacing: 1px; line-height: 7px; background-color: #E6E6E6; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }


.tdmenudos { cursor: hand; height: 25px; font-family: Helvetica, Tahoma, Verdana, sans-serif; color: #000000; font-size: 11px; text-align:left; letter-spacing: 1px; line-height: 11px; background-color: #FFFFFF; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:0px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333}
.tdmenudosover { cursor: hand; height: 25px; font-family: Helvetica, Tahoma, Verdana, sans-serif; color: #000000; font-size: 11px; text-align:left; letter-spacing: 1px; line-height: 11px; background-color: #CCCCCC; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:0px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333}

.tdmenutres { cursor: hand; font-family: Helvetica, Tahoma, Verdana, sans-serif; color: #000000; font-size: 11px; text-align:left; letter-spacing: 1px; line-height: 9px; background-color: #999999; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333}
.tdmenutresover { cursor: hand; font-family: Helvetica, Tahoma, Verdana, sans-serif; color: #000000; font-size: 11px; text-align:left; letter-spacing: 1px; line-height: 9px; background-color: #666666; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333}


/* TITULOS */

.subtitulo_home { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #003399; font-size: 10px; font-weight: bold; line-height: 13px; letter-spacing: 1px }  
.subtitulo { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #088C4A; font-size: 11px; font-weight: bold; line-height: 13px; letter-spacing: 2px }  
.titulo_verde { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #088C4A; font-size: 13px; font-weight: bold; line-height: 15px }  
.titulo_paises { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #088C4A; font-size: 10px; font-weight: bold; line-height: 13px; letter-spacing: 1px }  
.titulo_paisesuy { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FF6600; font-size: 10px; font-weight: bold; line-height: 13px; letter-spacing: 1px }  
.tituloazulbold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #0073BB; font-weight: bold; font-size: 18px; line-height: 22px }  
.titulogrisbold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; font-size: 18px; line-height: 22px }  
.tituloverdebold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #088C4A; font-weight: bold; font-size: 18px; line-height: 22px }  

.tituloNoticiaPrin { font-family:Geneva, Arial, Helvetica, sans-serif; color: #0073BB; font-weight: bold; font-size: 14px}  
.tituloNoticiaPrin2 { font-family:Geneva, Arial, Helvetica, sans-serif; color: #0073BB; font-weight: bold; font-size: 16px}  

/* TEXTOS */

.texto { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px }  
.textochico { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 9px; text-align: left; line-height: 13px }  
.textoblancobold { font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: bold; font-size: 11px; text-align: center; line-height: 13px }
.textobordobold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #a9233e; font-weight: bold; font-size: 11px; line-height: 15px }  
.textoverdebold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #088C4A; font-weight: bold; font-size: 11px; line-height: 15px }
.textoazulbold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #0073BB; font-weight: bold; font-size: 11px; line-height: 15px }  
.textonaranjabold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FF7300; font-weight: bold; font-size: 11px; line-height: 15px }  
.textoamarillobold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #C9AC27; font-weight: bold; font-size: 11px; line-height: 15px }  
.textobold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; font-size: 11px; line-height: 15px }
.textogris { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #777777; font-size: 11px; line-height: 15px } 
.textogris2 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #777777; font-size: 12px; line-height: 15px } 
.textogrisbold { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #B0B0B0; font-weight: bold; font-size: 11px; line-height: 15px } 
.textoverde { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #088C4A; font-size: 11px; line-height: 15px }
.textoazul { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #0073BB; font-size: 11px; line-height: 15px } 
.textonaranja { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FF7300; font-size: 11px; line-height: 15px } 
.textocontecho { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:0px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }  
.textoverdeboldcontecho { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #088C4A; font-weight: bold; font-size: 11px; line-height: 15px; border:1px; border-style:solid; border-top-width:1px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:0px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }


/* TABLAS */

.tabla1 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; background-color: #E6E6E6; border:1px; border-style:solid; border-top-width:0px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }  
.tabla1sinbase { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; background-color: #E6E6E6 }  
.tabla1chicosinbase { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 9px; line-height: 15px; background-color: #E6E6E6 }  
.tabla2 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; background-color: #CCCCCC; border:1px; border-style:solid; border-top-width:0px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }  
.tabla_encabezado { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 9px; font-weight: bold; line-height: 15px; background-color: #999999; border:1px; border-style:solid; border-top-width:0px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#333333; border-left-width:0px; border-left-color:#333333 }  
.tabla_recuadro { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; background-color: #E6E6E6; border:2px; border-style:solid; border-top-width:4px; border-top-color:#FFFFFF; border-right-width:4px; border-right-color:#FFFFFF; border-bottom-width:4px; border-bottom-color:#FFFFFF; border-left-width:4px; border-left-color:#FFFFFF }  
.tablaazul1 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; border:1px; border-style:solid; border-top-width:1px; border-top-color:#CCCCCC; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#CCCCCC; border-left-width:0px; border-left-color:#333333 }
.tablaazul2 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; border:1px; border-style:solid; border-top-width:0px; border-top-color:#CCCCCC; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#CCCCCC; border-left-width:0px; border-left-color:#333333 }  

.tablaBordo { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; line-height: 15px; background-color: #CC0033; border:1px; border-style:solid; border-top-width:0px; border-top-color:#999999; border-right-width:0px; border-right-color:#999999; border-bottom-width:1px; border-bottom-color:#999999; border-left-width:0px; border-left-color:#999999 }  
.tablaBlanca { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; background-color: #FFFFFF; border:0px }  
.tablaBlanca2 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; background-color: #FFFFFF; border:1px; border-style:solid}  
.tablaGris { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; line-height: 15px; background-color: #DDDDDD; border:1px; border-style:solid}  
.tablaGris2 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; line-height: 15px; background-color: #DDDDDD; border:1px; border-style:solid}  
.tablabarraAzul { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; line-height: 15px; background-color: #336699; background-image:url(../imagenes/barraazul.jpg); background-repeat:repeat-x }  
.tablaNoticiaPrin { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px;  line-height: 15px; background-color: #FFFFFF; border:1px; border-style:solid; border-top-width:0px; border-top-color:#333333; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#CCCCCC; border-left-width:0px; border-left-color:#333333 }  
.tablaAmarilla { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; background-color:#FFFFCC}  
.tablasponsors { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; line-height: 15px; border:1px; border-style:dotted; border-top-width:0px; border-top-color:#CCCCCC; border-right-width:0px; border-right-color:#333333; border-bottom-width:1px; border-bottom-color:#CCCCCC; border-left-width:0px; border-left-color:#333333 }  



/* FORMS */

.Textbox2 {BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff}
.textbox  { height: 15px; width: 300px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; letter-spacing: 0px; line-height: 11px; background-color: #ffffff; border:1px; border-style:solid; border-top-width:1px; border-top-color:#A8A592; border-right-width:1px; border-right-color:#A8A592; border-bottom-width:1px; border-bottom-color:#A8A592; border-left-width:1px; border-left-color:#A8A592}
.textarea  { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; letter-spacing: 0px; line-height: 18px; background-color: #ffffff; border:1px; border-style:solid; border-top-width:1px; border-top-color:#A8A592; border-right-width:1px; border-right-color:#A8A592; border-bottom-width:1px; border-bottom-color:#A8A592; border-left-width:1px; border-left-color:#A8A592}
.texfield  { height: 15px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; letter-spacing: 0px; line-height: 11px; background-color: #ffffff; border:1px; border-style:solid; border-top-width:1px; border-top-color:#A8A592; border-right-width:1px; border-right-color:#A8A592; border-bottom-width:1px; border-bottom-color:#A8A592; border-left-width:1px; border-left-color:#A8A592}
.texfield2  { height: 15px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; letter-spacing: 0px; line-height: 11px; background-color: #efefef; border:1px; border-style:solid; border-top-width:1px; border-top-color:#A8A592; border-right-width:1px; border-right-color:#A8A592; border-bottom-width:1px; border-bottom-color:#A8A592; border-left-width:1px; border-left-color:#A8A592}
.drop  { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; background-color: #FFFFFF; border:1px; border-style:solid; border-color:#000000  }
.boton  { cursor: hand; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; color: #666666; font-size: 11px; background-color: #CCCCCC  }
.botoncolor  { cursor: hand; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-size: 11px; background-color: #088C4A  }
.botonbordo  { cursor: hand; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; background-color: #CC0033  }
.botonazul  {
	cursor: hand;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8px;
	background-color: #649dd6;
	font-style: normal;
	line-height: normal;
}
div.field { float: left; padding: 4px; }


/* LINKS */

.linknegro {  color: #000000; text-decoration: none}
.linknegro:hover {  color: #000000; text-decoration: none}

.linknaranja {  color: #FF6600; font-weight: bold; text-decoration: none}
.linknaranja:hover {  color: #FF6600; font-weight: bold; text-decoration: underline}

.linkrojo {  color: #FF0000; font-weight: bold; text-decoration: none}
.linkrojo:hover {  color: #FF0000; font-weight: bold; text-decoration: underline}

.linkazul {  color: #003399; font-weight: bold; text-decoration: none}
.linkazul:hover {  color: #003399; font-weight: bold; text-decoration: underline}

.linkverde {  color: #088C4A; font-weight: bold; text-decoration: none}
.linkverde:hover {  color: #088C4A; font-weight: bold; text-decoration: underline}

.linkgris {  color: #333333; text-decoration: none}
.linkgris:hover {  color: #333333;text-decoration: underline}

.linkblanco {  color: #ffffff; text-decoration: none}
.linkblanco:hover {  color: #ffffff; text-decoration: none}

.linkazul_tele {  color: #0073BB; font-weight: bold; text-decoration: none}
.linkazul_tele:hover {  color: #0073BB; font-weight: bold; text-decoration: underline}

.linkbordo {  color: #a9233e; font-weight: bold; text-decoration: none}
.linkbordo:hover {  color: #a9233e; font-weight: bold; text-decoration: underline}

.linkamarillo_sd {  color: #C9AC27; font-weight: bold; text-decoration: none}
.linkamarillo_sd:hover {  color: #C9AC27; font-weight: bold; text-decoration: underline}

.linkverdechico {  color: #000000; text-decoration: none}
.linkverdechico:hover {  color: #000000; text-decoration: underline}

.linknegrochico {  color: #000000; text-decoration: none; font-size: 9px}
.linknegrochico:hover {  color: #000000; text-decoration: underline; font-size: 9px}

.linkNoticiaPrin {  color: #0073BB; font-weight: bold; text-decoration: none}
.linkNoticiaPrin:hover {  color: #0073BB; font-weight: bold; text-decoration: underline}

.menuSeccion 
{
	font-family:"Palatino Linotype"; 
	font-size:12px; 
	color:#999999; 
	background-image:url(../imagenes/Modelo_Boton.gif);
}

.linkSeccion 
{
	font-family:"Palatino Linotype"; 
	font-size:12px; 
	color:#999999; 
}
.contenedoraviso{
    width: 480px;
    margin: auto;
    background: #000033;
    color: bisque;
    padding: 10px 15px 20px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.8);
}
