@charset "UTF-8";
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
	list-style-image: url(img/flecha.gif);
	list-style-type: circle;
}

.textopie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	font-style: italic;*/	
    color: #000000;
	
	list-style-image: url(img/flecha.gif);
	list-style-type: circle;
}

.piefoto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-style: italic;
    color: #00608e;
	
	list-style-image: url(img/flecha.gif);
	list-style-type: circle;
}

.titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00608e;

}

.subtitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00507d;
	font-weight: bold;
}

.subtitulos2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
}


.fotos {
	display:inline;
   float:left;
   background-color:#f5f7f9;
   padding:5px;
  /*margin:10px;
    margin-top:10px;*/
	margin-bottom:10px;
   text-align: center;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px; 
   border-left: #a5a7aa solid 1px;
   border-top: #a5a7aa solid 1px; 
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00507d;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00507d;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc3300;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc3300;
}
.filete {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

.barra {
	border-width: 1px;
	border-style: dotted;
	border-color: #000000;
}

.cuadros {
	
	border: 1px dotted #000000;
	padding: 10px;
	background-color: #56c6fa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.tabla{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
.celda1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
}
.celda2 {
	background-color: #0099FF;
}
.celda3 {
	background-color: #33CCFF;
}

.enlaces a, enlaces a:visited
{
	display: block;
	cursor: pointer;
	background-color: none;
	padding: 0.5em 0.75em;
	color: #00507d;
	text-decoration: none;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	
	border: 1px dotted #000;
	list-style-image: url(img/flecha.gif);
	list-style-type: circle;
}
.enlaces a:hover, enlaces a:focus
{
	background-color: #0073a3;
	color: #FFF;
	text-decoration: none;
}

.enlaces2 a, enlaces2 a:visited
{
	display: block;
	cursor: pointer;
	background-color: #AAD0DC;
	padding: 0.5em 0.75em;
	color: #00507d;
	text-decoration: none;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	
	border: 1px dotted #000;
	list-style-image: url(img/flecha.gif);
	list-style-type: circle;
}
.enlaces2 a:hover, enlaces2 a:focus
{
	background-color: #0073a3;
	color: #FFF;
	text-decoration: none;
}
