/* For commented CSS please refer to the default estandar.css */

body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: medium;
}
p {
	margin: 0px;
}
h1 {
	font-size: large;
	color: #FF9900;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2 {
	font-size: medium;
	color: #333333;
	font-weight: normal;
	margin: 0px 0px 1em;
}
h3 {
	font-size: medium;
	color: #FF9900;
	font-weight: bold;
	margin: 0px;
}
#styleswitcher {
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: right;
	margin-right: 5px;
	margin-left: 0px;
	width: 95%;

}
#fondopagina{
	width:99%;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 2px;
	border: none;
}

#toplogo {

	display: none;
}
#navegador {
	margin-left: 5px;
	width: 99%;
}
#imagencentral {
	display: none;
}
#izquierda {
	width: 45%;
	float: left;
	margin-left: 5px;
}
#cuadroshome {
		width: 250px;
     margin-top: 5px; 
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
/*background-image: none;*/
	display:none;
}
#derecha {
	
	text-align: justify;
	width: 90%;
	margin-left: auto;
	margin-right:10px;
	float: right;
	background-image: none;

}
div.links a {
	color:#104DE8;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: left;
	border: none;
	font-size: medium;
	margin-bottom: 5px;
	float: left;
	width: auto;
	font-weight: normal;
}
div.links a:hover {
   color:#104DE8;
	border: none;
	font-weight: normal;
	background-color: #FFFFFF;
	
}
div.links a:visited {
	color:#104DE8;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: left;
	border: none;
	font-size: medium;
	margin-bottom: 5px;
	float: left;
	width: auto;
	font-weight: normal;

}/*
a:link {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;

}
a:visited { 
	color: #003366;
		font-weight: bold;
	
}
a:hover {
	color: #104DE8; /* link hover noticias*/
    font-weight: bold;
}


div.linkazul a {
	font-size: small;
	font-weight: bold;
	color: #003873;
	text-decoration: underline;
}
div.linkazul a:hover {
	font-size: small;
	font-weight: bold;
	color: #104DE8;
	text-decoration: underline;
*/
}
.amarilla {   
	font-size: medium;
	font-weight: bold;
	color: #FF9900;
}

.hand {
	CURSOR: pointer;
	text-decoration: underline;

}

img, a img {
    border: 0;
}
#espacio{ /*para areas*/
margin-top: 20px;
}