@charset "utf-8";
/* CSS Document */

*	{
	margin: 0px;
	padding: 0px;
}
a	{
	text-decoration: none;
	color: #400000;
}
a:hover {
	text-decoration: underline;
}
.none{
	display:none;
}
.borrar{
	clear: both;
}
.centrar	{
	text-align: center; 
}
.derecha{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px
}
body {
	background-image: url(../img/web/motivo.gif);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
#contenedor {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#cabecera{
	background-image: url(../img/web/cabecera.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:162px;
	float: left;
}
#cabecera h1, #cabecera a{
	display:block;
	width:800px;
	height:162px;
}
#cuerpo	{
	width: 780px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px;
}
.cuadrado_izq	{
	float: left;
	height: 120px;
	width: 375px;
	padding-right: 10px;
}
.cuadrado_izq img	{
	float: left;
		border: none;
}
.cuadrado_izq h2	{
	font-size: 14px;
	font-weight: bold;
	color: #400000;
	text-align: right;
	width: 200px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cuadrado_izq p	{
	width: 200px;
	float: right;
	text-align: right;
}
.cuadrado_der	{
	float: right;
	height: 120px;
	width: 375px;
	padding-left: 10px;
}
.cuadrado_der img	{
	float: right;
	border: none;
}
.cuadrado_der p	{
	width: 200px;
}
.cuadrado_der h2	{
	font-size: 14px;
	font-weight: bold;
	color: #400000;
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #400000;
}

#pie	{
	background-image: url(../img/web/pie.jpg);
	height: 46px;
	width: 800px;
	float: left;
	font-size: 10px;
	color: #400000;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
#pie p	{
	margin-top: 15px;
	text-align: center;
}
#pie ul	{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	color: #804000;
	text-align: center;
}
#pie li	{
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
#pie a	{
	font-size: 10px;
	color: #804000;
}

