*{
	margin:0px;
	padding:0px;
}
body {
	margin: auto;
	font-family: Tahoma, Verdana, "Trebuchet Ms";
	cursor:default;
	font-size:11px;
	color: #595959;
	background-image: url(imgs/bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	height: 90%;
}
a{
	color: #469DD9;
	text-decoration:underline;
	font-weight:bold;
	cursor: pointer;
}
a:hover{
	color: #9AD1F6;
	text-decoration:underline;
}
img {
	border: none;
}
p.centrar {
	text-align: center;
}
#todo {
	margin: auto;
	width: 645px;
	padding-top: 0px;
	display: table;
	background-color:#FFFFFF;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	height: 100%;	
}
#cabecera {
	margin: auto;
	display:table;
	width: 635px;
	padding:0px;
	height: 95px;
	background-repeat:repeat-x;
	background-image: url(imgs/bgcab.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}
#logo{
	width: 40%;
	margin-top: 40px;	
	float:left;
}
#logo img{
	border: 0px;
}
#cuerpo {
	float: left;
	clear: both;
	padding:5px;
}
#cuerpo ul {
	margin-left: 18px;
}
#cuerpo p{
	margin-bottom: 10px;
}
#menu { 
	background-color:#009966;
	width: 58%;
	float:right;
	margin: 0px;
	padding: 0px;
	margin-top: 65px;	
	height: 23px;
	border-bottom: 3px solid #FFFFFF;
	background-image:url(imgs/bgmenuleft.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
/*Menu principal*/
#menup {
	position: relative;
	font-size:10px;
	text-align:left;
	padding-top:5px;
	padding-bottom: 1px;
	margin-left: 10px;
	background-image:url(imgs/bgmenuright.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 17px;
	background-color:#5C5C5C;
}
#menup ul{
	color:#FFFFFF;
}
#menup li {
	display: inline;
	list-style-type: none;
	color:#FFFFFF;
}
#menup li a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:1px;
	padding-right:5px;
}
#menup li a:hover{
	color:#87C6F1;
	text-decoration: none;
}
#menup li a.activo{
	color:#87C6F1;
	text-decoration: none;
}
#col1{
	width: 71.6%;
	display:table;
	margin-right: 3px;
	float:left;
}
.seccion_completa{
	width: 100%;
	clear:both;
	background-color: #F5F5F5;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.seccion_completa div{
	padding: 8px;
}
.seccion_mitad{
	width: 49.5%;
	float:left;
	background-color:#F5F5F5;
	background-image:url(imgs/bgh.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
/* Imagen de la cabecera */
#cabimagen{
	float:left;
	width: 100%;
	margin-bottom: 5px;
}
#col2{
	width: 27.7%;
	float:right;
	padding-bottom: 25px;
}
.seccion_col2{
	background-image:url(imgs/bgh.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#F5F5F5;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
.separadorptos{
	height: 1px;
	font-size:0px;
	background-image:url(imgs/ptos.jpg);
	background-repeat:repeat-x;
	clear: both;
}
dl.noticia{
	margin-bottom: 10px;
	padding: 6px;
}
dl.noticia dt{
	color: #595959;
	font-weight:bold;
	font-size:11px;
	margin-bottom: 4px;
}
dl.noticia dd{
	font-weight:normal;
}
dl.noticia dd a{
	clear:left;
}
/* Encabezados */
h1{
	font-size:17px;
	color: #3F99D8;
	font-weight:bold;
	margin-bottom: 8px;
	padding-bottom: 1px;
	border-bottom: 1px solid #3F99D8;
	background-image:url(imgs/bgh1.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
h2{
	font-size:10px;
	padding: 5px;
	padding-left: 1px;
	padding-bottom: 4px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #5C5C5C;
	clear:both;
	margin-left: 8px;
	background-image:url(imgs/bghr.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
h3{
	font-size:13px;
	color: #3F99D8;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 4px;
	clear:both;
}
h4{
	font-size:11px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 4px;
	clear:both;
}
/* Pie */
#pie {
	margin: 0px;
	clear:both;
	background-image:url(imgs/bgpie.jpg);
	background-position:top;
	background-repeat:repeat-x;
	display: table;
	padding-top: 10px;
	padding-bottom: 50px;
	border-top: 1px solid #D8D8D8;
	width: 100%;
}
#pie p{
	font-size:10px;
	font-weight:bold;
	color:#9C9C9C;
	text-align:center;
}
#pie a:hover{
	text-decoration:underline;
}
#direccion{
	float:left;
	background-color:#FFFFFF;	
}
/* Estilos comunes */
.floatright{
	float:right;
}
.fotol{
	float:left;
	clear:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fotor{
	float:right;
	clear:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ampliar{
	margin-top: 5px;
}
.notas{
	font-style:italic;
}
p.volver{
	text-align:right;
}
/* Secciones */
dl.seccion{
	margin-bottom: 15px;
	border-top: 5px solid #FFFFFF;
	padding: 5px;
}
dl.seccion dd.titulo{
	color: #5C5C5C;
	font-size:11px;
	font-weight:bold;
	margin-bottom: 3px;
}
dl.seccion dt img{
	margin-bottom: 5px;
}
dl.seccion dd ul{
	margin-top: 5px;
}
#cuerpo ul li, #col2 ul li{
	list-style-image:url(imgs/topo.gif);
}
/* Tablas */
.tabla{
	margin-bottom: 10px;
	margin-top: 10px;
}
.tabla th{
	background-color: #3F99D8;
	padding:3px;
	text-align: right;
	color: #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.tabla td{
	padding: 3px;
	border-bottom: 1px solid #3F99D8;
}
.msginfo {
	background-color: #3F99D8;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}
p.enlace {
	padding-left: 20px;
}
.cliente div {
	float: left;
}
