

body {
background-color: white;
font-size: 62.5%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
img
{
	margin: 0;
	border-width: 0px;
	border-style: none;
}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 { display: none; }
h3
{
	color: #00377C;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 400;
}
big
{
	color: #000;
	font-weight: bold;
	font-size: 1em;
}
/* ----------container to center the layout-------------- */
#container
{
	width: 760px;
	margin: 10px auto 10px auto;
	min-height: 500px;
	height: expression(this.scrollHeight > 600 ? "auto":"600px");
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#bloques
{
	display: block;
width: 760px;
	margin: 0 10px;
	position: fixed;
	top: 440px;
}
#bloques div
{

margin: 0;
padding: 0;
	width: 190px;
	float: left;
}
#bloques img
{
padding-right: 5px;
}
#bloques a
{
	text-decoration: none;
	color: #FFF;
	font-size: 1.1em;
	padding: 0 30px 0 30px;
	text-indent: 5px;
}
#bloques a:hover
{
color: #FC0;
}