﻿
	* { padding: 0; margin: 0; }
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	h3 {
		color: #666666;
		font-size: 1.3em;
		font-weight: bold;
	}
	h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #008000;
}

	p {
		font-size: 1em;
		font-weight: bold;
		padding: 5px;
		color: #888385;
	}
	a {
		text-decoration: none;	
		color: #888385;
	}
	a:hover {
		text-decoration: none;
		color: #e78d01
	}
	#cajacontainer { 
		margin: 0 auto;
		width: 100%; 
		background: #F2F2E6;
	}
	#cabecera {
		clear:both;
		float:left;
		width:100%;
		border-bottom: 1px solid #000;
		background-image: url('fondocabecera.jpg');
		background-repeat: no-repeat;
	}
		#cabecera p,
		#cabecera h1,
		#cabecera h2 {
			padding:.4em 15px 0 15px;
			margin:0;
	}
	.menuhoriz {		
		clear:both;
		border: medium none;
		padding: 0;
		margin: 0;
		height: 30px;
		background: url('rellenomenu.jpg'); 
		list-style-type:none;
	}
	.menuhoriz li {
		list-style: none;
		margin: 0;
		display:inline
	}
	.menuhoriz li a {
		float: right;
		height: 30px;
		line-height: 30px;
		text-decoration: none;
		text-align: center;
		cursor: pointer;
		font-size: 1em;
		color: #fff;
	}
	.menuhoriz li a b {
		float:left; 
		display:inline; 
		padding:0 5px 0 5px;
	}
	.menuhoriz li a b:hover {
		background: url('barralente.jpg');
		color:#333333; 
	}
	#columnaizqda {
		color: #333;
		margin: 0px;
		width: 20%;
		float: left;
	}
	.titulomenuvert {		
		padding: 0px;
		margin: 0px;
		background: url('rellenotitulosmver.jpg');
		background-repeat: no-repeat;
		width: 100%;
		height: 30px;
	}
	.titulomenuvert p {
		padding: 0px;
		line-height: 30px;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 1.2em;
}
	.menuvert  {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		width: 100%;
	}
	.menuvert ul{
		list-style: none;
		margin:0px;
		padding:0px;
	}
	.menuvert li {
		text-decoration: none;
		margin: 0;
		padding-left: 10px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #C0C0C0;
	}
	.menuvert li a {
		padding: 0px;
		line-height: 25px;
		display: block;
		color: #888385;
		text-decoration: none;
		font-size: 1.1em;
		font-weight: bold;
	}
	.menuvert li a:hover {
		background:  no-repeat 97% center; 
		color: #e78d01
	}
	#columnacetro { 
		float: left;
	 	color: #333;
	 	background: #F2F2E6;
	 	height:  100%;
 		width: 60%;
 		display: inline;
	}
	#columnadecha { 
 		color: #333;
 	 	height: 100%;
 		width: 20%;
 		float: right;
	}
	.figDcha {
		margin: 0px;
		float: right;
		clear: both;
	}
	.figIzqda {
		margin: 0px;
		float: left;
		clear: both;
	}
	.avisos  {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
	text-align: justify;
}
	#pie {
		width: 100%;
		clear: both;
		height: 30px ;
		background-image:url('rellenomenu.jpg');
	}
	

