/*----------------------------COMUNES--------------------------------*/
body {
	margin:10px 0 10px 0;
	background-color:#CCCCCC;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #339999;
	text-decoration:none;
	text-decoration:underline;
}
a:hover {
	color: #000000;
}
h1 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 6px 0px;
	display:block;
	
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color: #333333;	
	line-height:29px;

	border-bottom:1px solid #999999;
}
h2 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #333333;	
	line-height:29px;
}
h3 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #999999;	
	line-height:15px;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
legend {
	display:none;
}
fieldset {	
	border-left: none;
	border-right: none;
	border-bottom:none;
	border-top:none;
	padding:0px 0px 0px px;
}
ol, ul, li {
margin:0;
}

/*----------------------------CONTENEDORES--------------------------------*/

/*------CONTENEDOR GENERAL--------*/
#contenedorgneral {
	width:800px;
	margin: 0 auto;
	
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	border:solid 1px #666666;
}
/*-------CABECERA----------------*/
#cabecera{
	display:block;
	height:220px;
}
/*-------CONTENIDO ESTRECHO----------------*/
#contenido {
	width:400px;
	float:left;
	display:block;
	margin-right:30px;
	
	padding:10px 0px 10px 0px;
	text-align:justify;
}
#contenido img{
	margin-bottom:10px;
	border:1px solid #999999;

}
#contenido p{
	margin:0px;
	line-height:18px;
	margin-bottom:20px;
}
/*-------CONTENIDO ANCHO----------------*/
#contenidoancho {
	width:610px;
	float:left;
	display:block;
	margin-right:0px;
	
	padding:10px 0px 10px 0px;
	text-align:justify;
}
#contenidoancho img{
border:0;
	width:140px;
	height:105px;
	
	padding:0px 0px 5px 0px;
	text-align: right;
}

#contenidoancho p{
	margin:0px;
	line-height:18px;
	margin-bottom:18px;
}
#contenidoancho div{
	width:140px;
	border:solid 1px #CCCCCC;
	text-align:center;
	
	float:left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	padding:0px 0px 0px 0px;
	color: #333333;
	font-size:10px;

}
#contenidoancho div a:hover img {
background-color:#339999;


}
/*-------CENTRO, ESTE CONTIENE A LOS TRES PARA PONER COLOR DE FONDO----------------*/
#centro {
background-image:url(../../img/img_decora/fondo_centro.jpg);
background-position:bottom;
background-repeat:no-repeat;
	background-color: #F5F5F5;
}
/*-------BANNERS----------------*/
#banners {
	width:160px;
	height: auto;
	float:left;
	display:block;
	margin-top:40px;
	background-color: #F5F5F5;
	border:1px solid #CCCCCC;
	padding:10px 9px 10px 9px;
	margin-bottom:10px;
}
#banners img{
	border:1px solid #CCCCCC;
}
/*-------PIE----------------*/
#footer {
	clear:both;
	display:block;
	background-color: #505761;
	height:80px;
	
	text-align:right;
	padding:10px 10px 10px 10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color: #66CCFF;
}
/*-----------------------------MENU-------------------------------------*/

/*-----CONTENEDOR EXTERIOR DE TODO EL MEN�-----*/
.menu {
	width:auto;
	height:auto;
	float:left;
	
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	
	/*border: 1px solid #999999;
	background-color: #FFFFFF;*/
	
	display:block;
}
.menu ul {
	width:165px;
				
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.menu li {	
	padding:0px 0 5px 20px;
	width:145px;
	display:block;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	color: #000000;
	line-height:19px;
	list-style-type: none;
}

.menu li a {	
	padding:0px 0 0px 0px;

	text-decoration:none;
	color: #339999;

	display:block;
}
.menu li a:hover {	
	color: #333333;
}

/*--------------------LINEAS------------------------------*/
/*------LINEA GRUESA----------------*/
.lineas {
	display:block;
	width:100%;
	height:15px;
	float:left;
	background-image: url(../../img/img_decora/fondo.gif);
	margin:4px 0 4px 0;
	background-repeat:repeat-x;
}
/*------LINEA FINA----------------*/
.lineafina {
	display:block;
	width:100%;
	height:1px;
	float:left;
	background-image: url(../../img/img_decora/fondo.gif);
	margin:0px 0 10px 0;
	background-repeat:repeat-x;
	overflow: hidden;

}
/* ------------------ FORM----------------------*/
.formulario{
	display:block;

	width: auto;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

}

.formulario label{
	display:block;
	margin: 0 0 0.5em 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
/*-------------CAJAS FORM-------------*/
.caja{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 380px;
	
	padding:5px 5px 5px 5px;
	margin: 0 0 0.5em 0;
	vertical-align: top;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}
.caja:focus{
	background-color: #F5F5F5;
}
/*-------------BOTON FORM-------------*/
.boton {
	display:inline;
	margin: 1em 0;
	padding:4px 4px 4px 4px;
	
	background-color: #505761;
	border: 1px solid #000000;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
	cursor: pointer;
	vertical-align: bottom;
}
.boton:hover{
	background-color: #333333;
}
/*-------------------PAGINACION----------------------------*/
.paginacion{

	border-bottom: 1px solid #CCCCCC;
	width:auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #F5F5F5;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height:20px;
	text-align:right;
}
.paginacion a{
	padding: 5px 5px 5px 5px;
	text-decoration:none;

	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.paginacion a:hover{
	color: #666666;
	background-color: #CCCCCC;
}
.paginacion span{
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
	background-color: #CCCCCC;
	color:#FFFFFF;

}