p {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #003399;
}
.cuadrotextoconSagria {
	padding-left: 20px;
}
.cuadroBonitoConBorde {
	background: #EBEBEB;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 10px;
	float: left;
}
.floatanteDerecha {
	float: right;
}
#contenedor {
	width: 760px;
}
a {
	color: #0000FF;
}
/*-----------------------------*/
#coolmenu{
	width: 120px;
	background-color: #000000;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1 solid #000000;
	border-left: 1px solid #000000;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 120px;
}

#coolmenu a{
	font: bold 10px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	background: #006699;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #000000;
color: #FFFFFF;
}

/*-------------------------*/
#contenedorCentral {

	width: 640px;
}
h1 {

	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #003399;
}
h3 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
}
/*-----------------------------*/
#coolmenuMarron{
	width: 120px;
	background-color: #000000;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1 solid #000000;
	border-left: 1px solid #000000;
}

* html #coolmenuMarron{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 120px;
}

#coolmenuMarron a{
	font: bold 10px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	background: #D9D3B2;
}

html>body #coolmenuMarron a{ /*Non IE rule*/
width: auto;
}

#coolmenuMarron a:hover{
background-color: #000000;
color: #FFFFFF;
}

/*-------------------------*/
.flotanteDerechaPaddin {
	float: right;
	margin: 5px;
	padding: 5px;
}
.floatanteIzquierda {

	float: left;
}
