/* CSS Document */

.font1 {
	font-family: "century gothic", helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #00557D;
	border: none;
}
.font2 {
	font-family: "century gothic", helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #FF0000;
	border: none;
}
.font3 {
	font-family: "century gothic", helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #666666;
	border: none;

}
.titulo {
	font-family: "century gothic", helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	border: none;
}
.enlace1  {
color : #003366;
font-family : "Trebuchet MS", helvetica, sans-serif ;
font-size : 12px;
font-weight : bold;
text-align : left;
text-decoration : none;
text-indent : 5px;
}
.enlace1:link {
color : #003366;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-align : left;
text-decoration : none;
text-indent : 5px;
}
.enlace1:hover {
color : #999999;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-align : left;
text-decoration : underline;
}

.enlace2  {
color : #00557D;
font-family : "Century Gothic", helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-align : left;
text-decoration : underline;
text-indent : 5px;
}
.enlace2:link {
color : #00557D;
font-family : "Century Gothic", helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-align : left;
text-decoration : underline;
text-indent : 5px;
}
.enlace2:hover {
color : #999999;
font-family : "Century Gothic", helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-align : left;
text-decoration : none;
} 
.enlace3  {
color : #FF0000;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-align : center;
text-decoration : none;
text-indent : 5px;
}
.enlace3:link {
color : #FF0000;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-align : center;
text-decoration : none;
text-indent : 5px;
}
.enlace3:hover {
color : #FFCC66;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-align : center;
text-decoration : underline;
} 

.enlace4  {
color : #FFCC00;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
text-decoration : none;
text-indent : 5px;
}
.enlace4:link {
color : #FFCC00;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
text-decoration : none;
text-indent : 5px;
}
.enlace4:hover {
color : #FFCC00;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
text-decoration : underline;
} 
.enlace5  {
color : #0000FF;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 13px;
font-weight : normal;
text-align : left;
text-decoration : none;
text-indent : 5px;
}
.enlace5:link {
color : #0000FF;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 13px;
font-weight : normal;
text-align : left;
text-decoration : none;
text-indent : 5px;
}
.enlace5:hover {
color : #0000FF;
font-family : "Trebuchet MS", helvetica, sans-serif;
font-size : 13px;
font-weight : normal;
text-align : left;
text-decoration : underline;
} 

.fondo {
	background-image: url(../images/bg1.jpg);
	background-repeat:   repeat;
}

.fondo2 {
	background-image: url(../images/bg2.jpg);
	background-repeat:   repeat;
}


.fondoM {
	background-image: url(../images/fondo_menu.jpg);
	background-repeat:   no-repeat;
}

.bordeinf {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;

}
.bordeizq {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D7EADF;
	border-right-color: #D7EADF;
	border-bottom-color: #D7EADF;
	border-left-color: #D7EADF;
}
.borde {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7EADF;
	border-right-color: #D7EADF;
	border-bottom-color: #D7EADF;
	border-left-color: #D7EADF;
}
.borde1 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D7EADF;
	border-right-color: #D7EADF;
	border-bottom-color: #D7EADF;
	border-left-color: #D7EADF;
}
.boton {
	font-family: "Century Gothic", helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #EAEAEA;
	border: 1px solid #006699;
	font-style: italic;
	line-height: normal;
	height: 23px;
	width: 50px;


}
.boton1 {
	font-family: "Century Gothic", helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #EAEAEA;
	border: 1px solid #006699;
	font-style: italic;
	line-height: normal;
	height: 23px;
	width: 70px;


}
.campo-desp {
	font-family: "Century Gothic", helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F2F2F2;
	border: 1.2px solid #D7EADF;
}
.rssBlock, rssBlock td
{
	font-family: "century gothic", helvetica, sans-serif;
	font-size: 11px;
	color:black;
	border:0px solid silver;
	width:198px;
}

.rssParentTitle
{
	font-size:15px;
	color: #33CC99;
}

.rssTitle
{
	font-size:12px;
	color: #333333;
}

#rssLocation
{
	float:left;
}

#rssMenu
{
	float:left;
}
