body
{
	padding: 0;
	margin: 0;
	font: 13px Tahoma;
	font-weight: bold;
	color: #2a195d;
}

#contenedor
{
	width: 950px;
	height: 1200px;
	margin: 0;
	display: block;
	background: url('../img/diseno.jpg');
	position: relative;
}

#menu
{
	position: absolute;
	top: 220px;
	left: 100px;
	width: 850px;
	height: 50px;
	
}

#menu a
{
	display: inline;
	border-left: 1px solid #2a195d;
	text-decoration: none;
	color: #2a195d;
	padding-left: 10px;
	margin-right: 5px;
	font: 12px Tahoma;
	font-weight: bold;
}

#menu a.primero
{
	border: 0;
}

#menu a:hover
{
	color: #b42827;
}

#contenido
{
	position: absolute;
	top: 310px;
	left: 125px;
	width: 755px;
	height: 800px;
	display: block;
	font-weight: normal;
	overflow: hidden;
}

div.row
{
	display: block;
	width: 100%;
	margin-bottom: 4px;
}

p
{
	text-align: justify;
	margin-bottom: 20px;
}

#galeria
{

	border: 1px solid #000;
	width: 750px;
	height: 150px;
	overflow: hidden;
}

#datos1
{
	background: #fff;
	border: 1px solid #b42827;
	width: 200px;
	display: block;
	float: right;
}

h5
{
	margin-left: 15px;
	margin-top: 10px;
}


#pie
{
	width: 800px;
	display: block;
	text-align: center;
	position: absolute;
	top: 1120px;
	left: 95px;
	font-size: 11px;
	font-weight: normal;
}

#mapa
{
	margin-bottom: 10px;
}

#mapa a{
	text-decoration: none;
	color: #5F5F5F;
}

#mapa a:hover{
	text-decoration: underline;
}

#banner 
	{
	top: 0px;
	right: 10px;
	width: 250px;
	height: 120px;
	display: block;
	overflow: hidden;
	position: absolute;
}
