/* CSS Document */

html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	color: #006600;
	
}
body{
	/*background-attachment:fixed;*/
	background-color:#a0cabc;
	/*background-position:top;*/
}	
.foto {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.TituloNoticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006eaa;
	text-align: right;
}

.TituloPortada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #119044;
	text-align: right;
}
.altura {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #119044;
	text-align: center;
}
.alturaTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006eaa;
	text-align: center;
}
.alturaPie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006eaa;
	text-align: center;
}
.TituloSeccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #119044;
	text-align: right;
}
.TituloBienvenida {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006eaa;
	text-align: left;
}
.DetalleNoticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
link {
	text-decoration: none;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #006eaa;
	text-decoration: none;
}
a:hover {
	color: #006eaa;
	font-weight: normal;
	text-decoration: underline;
	line-height: normal;
}

#enlace {
	color: #006eaa;
}
		
#containerMain{
	width:1000px;
	margin:0 auto;
}
			
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006eaa;
	text-align: center;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	line-height: 16px;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.boton {
	color: #FFFFFF;
	background-color: #006EAA;
}
