﻿body{
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 0 0;
	font-size:12px;
	color: #0a2a51;
}
hr{
	color: #607c9f;
	height : 2px;
}
td{
	padding: 0 0 0 0;
}
.menu1{
	margin:0 auto 0 auto;
	padding:10px 0 0 20px;
	width: 930px;
    height: 40px;
    background: transparent url(../img/cabecera.png) no-repeat top center;
}
.titulo{
	width:900px;
	margin:0 auto 0 auto;
	color:white;
	font-weight:bold;
}
.footer{
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:10px;
}
.cuerpo{
	width: 930px;
	margin:0 auto 0 auto;
}
.menu-izq{
	float:left;
	width:180px;
}
.menu-der{
	float:right;
	width:170px;
}
.contenido{
	margin:0 auto 0 auto;
	width:580px;
}
.base{
	background-color:white;
	color:#0b9c03;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;

}
.menu-titulo{
	background: transparent url(../img/menu.png) no-repeat top center;
	padding:10px 0px 0px 20px;
}
ul{
	margin-left: -25px;
}
a{
	color:#0b9c03;
	text-decoration:none;
	font-weight:bold;
	
}
a:hover{
	color:orange;
}
td{
	height:140px;
	text-align:center;
}
img{
	padding: 10px 10px 10px 10px;
}