/*@override http://localhost/jaime/css/style.css*/
BODY
{
	margin: 125px;
	padding: 0px;
	text-align: center;
	background-image: url(../img_portada/bg_portada.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6b6b6d;
}

p	{
	margin: 0px;
	font-size: 11px;
}

#container
{
	margin: 0 auto;
	width: 650px;
	height: auto;
	text-align: center;
}



#content_a
{
	float: left;
	width: 320px;
	height: auto;
	text-align: center;
	margin-right: 10px;
}

#content_b
{
	float: left;
	width: 320px;
	height: auto;
	text-align: center;
}




#footer
{
	clear: both;
	width: 650px;
	text-align: right;
	padding-top: 100px;
}

a img
{
border:0px solid;

}

a:hover img
{
border:0px;
}

a:link{
	text-decoration: none;
	color: #6b6b6d;
}
a:visited{
	text-decoration: none;
	color: #6b6b6d;
}
a:active{
	text-decoration: none;
	color: #6b6b6d;
}
a:hover {
	text-decoration: none;
	color: #afafb3;
}

