body {
	background-color: #fff;
	margin:0;	
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#000;	
	background-repeat: no-repeat;
	background-position: center 0px;
	/*border: solid 1px #F00;*/
}

.texto_normal {
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#000;	
}

#layout {
	width:950px;
	margin:0px auto 0px auto; 
}

#cabecera {
	width:950px;
	height:190px;
	background:url(../img/layout/logo.png) no-repeat 40px 20px;	
}

/************************* MENU SUPERIOR (idiomas) ***********************/
#menu_sup {
	padding:10px 0px 0px 130px; 
	float:left;
}
#menu_sup ul{
	padding:0;
	margin:0;
}
#menu_sup li {	
	list-style:none;
	float:left;
	margin-left:10px;
	vertical-align:text-bottom;		
}
#menu_sup a{
	color:#260101;
	font:normal 11px Arial;
	line-height: 0px;
	background-color:#eee;
	padding:0;
}

#div-buscador {
	padding:10px 0px 0px 0px; 
	float:right;
}
/************************* FIN MENU SUPERIOR ****************************/

/************************* MENU GENERAL (bloques) ***********************/
#menu {	
	height:52px;
	clear:right;
	padding-left:150px;
	padding-top:30px;
}
#menu ul{
	padding:0;
	margin:0;
}
#menu li {
	list-style:none;
	float:left;
	margin-left:10px;
	text-align:center;
	width:150px;	
}
#menu a {
	color:#ccc;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	display:block;
	line-height:38px;
}

#menu a.activo {
	color:#fff;	
}
#menu a.activo_2 {
	color:#000;	
}
/************************* FIN MENU GENERAL ***********************/

#menu_seccion ul{
	padding:0;
	margin:0;
}
#menu_seccion li {
	list-style:none;	
	width:150px;
	border-bottom:1px solid #C0C0C0;
	padding:1px 0px 1px 0px;
}
#menu_seccion a {
	color:#666;
	font:bold 11px Arial, "Times New Roman", Times, serif;
	text-decoration:none;
	line-height:18px;
}

#menu_seccion a.activo {
	color:#fff;	
}


#menu_seccion_bloque {
	float:left;
	width:150px;	
}
#menu_seccion {	
	margin-top:5px;
	border-top-style:solid;
	border-top-width:2px;	
}

#menu_pie ul{
	padding:0;
	margin:0;
	font:bold 10px Arial, "Times New Roman", Times, serif;
	color:#597DBA;
}
#menu_pie li {
	list-style:url(../img/layout/vin_azul.png);		
}
#menu_pie a {
	color:#597DBA;
	font:bold 10px Arial, "Times New Roman", Times, serif;
	text-decoration:none;
	line-height:18px;
}
#menu_pie a:hover {	
	text-decoration:underline;
}

#contenidos_bloque {
	float:left;
	width:790px;
	margin-left:10px;
}
#contenidos {
	margin-top:5px;
	padding:10px 0px 0px 30px;
	border-top-style:solid;
	border-top-width:2px;	
}

#pie {
	clear:both;	
	width:950px;
	height:200px;
	background:url(../img/layout/pie_menu_img.png) no-repeat left bottom;	
	border-bottom:1px solid #ABABAB;	
	margin:10px auto 20px auto; 
}
#pie_logos { 
	width:950px;
	height:62px;
	margin:10px auto 20px auto; 
	text-align:center;
}

#contenidos li {
	list-style:url(../img/layout/vin_gris.png);
}

a {
	color: #597DBA;
	text-decoration:underline;
}

.titulo {
	font:normal 18px Georgia, "Times New Roman", Times, serif;	
}

.encabezado {
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color:#818181;
	margin-bottom:20px;
}

.subtitulo {
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color: #818181;
}

.titulo_contenidos {
	font:bold 16px Georgia, "Times New Roman", Times, serif;	
}

.subtitulo {
	font:bold 16px Georgia, "Times New Roman", Times, serif;	
	color: #818181;
}

.Font6pt { font-size: 6pt ; }
.Font7pt { font-size: 7pt ; }
.Font8pt { font-size: 8pt ; }
.Font9pt { font-size: 9pt ; }
.Font10pt { font-size: 10pt ; }
.Font11pt { font-size: 11pt ; }
.Font12pt { font-size: 12pt ; }
.Font13pt { font-size: 13pt ; }
.Font14pt { font-size: 14pt ; }
.Font15pt { font-size: 15pt ; }
.Font16pt { font-size: 16pt ; }
.Font17pt { font-size: 17pt ; }
.Font18pt { font-size: 18pt ; }

.color_ayuntamiento {color:#7E7800; }
.color_servicios {color:#5D8026; }
.color_pueblo {color:#267F33; }
.color_actividades {color:#007F3D; }

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}

/**
 * Other.
 */

code
{
	font-family: courier, monospace;
	background-color: #eeeeee;
	padding-left: 1px;
	padding-right: 1px;
	border: #c0c0c0 1px solid;
}

kbd
{
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}