@charset "utf-8";
/* CSS Document */
#pagina {
width:975px;
margin:0 auto;
position:relative;
}
#titulo {
}
#izquierda {
  float: left;
  width: 180px;
  background-color:#009900;
}
#contenido {
  float: right;
  width: 795px;
}
#contenido #centro {
  float: left;
  width: 615px;
  margin: 0 auto;
  
  
}
#contenido #derecha {
  float: right;
  width: 180px;
  background-color:#009900;
  
}
 
#pie {
  clear: both;
}
#titulo_pie {
font-weight:bold;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

ul#menu {
	height: 15px; /* cada enlace tiene 25 de altura + 5 de padding superior + 5 de padding inferior */
	/*margin: 0; /* -20px a los márgenes laterales para que el menu quede ajustado al borde de la página */
	padding:0; /* padding para que se conserve el delimitar visual  */
	background-color: #F70; /* Fondo del mismo color de los enlaces */
	font-size: 1.3em;
    position:relative;
	width: 100%;
	margin-top:0;
	
	}


ul#menu li {
    display: inline; /* las listas se transforman en elementos en linea para el mejor trabajo con los enlaces de ellas (con ello desaparecen las viñetas) */
}

ul#menu li a {
    display: block; /* indispensable para que el enlace que se pueda presionar desde cualquier punto junto con width y height */
    width: 151px;
    height: 15px;
    float: left; /* para formar el menu horizontal, los enlaces que ahora son elementos en bloque quedan uno al lado de otro */

	/* Estilo de cada enlace */
	background-color:#f70;
    color: #FFF;
    text-decoration: none;
	text-align: center;
	border-right: 1px solid #ce6000;
	padding:5px;
	font-family: arial, sans-serif;
	font-size: 0.7em;
}

/* Estilos adicionales de colores para los enlaces en los distintos estados */

ul#menu li a:hover {
	background-color: #FFF;
	color: #F70;
}

ul#menu li a:active {
	background-color: #DDD;
	color: #F70;
}

#slider {
	width: 600px; /* important to be same as image width */
	height: 400px; /* important to be same as image height */
	position: relative; /* important */
	
/*	overflow: hidden; /* important */
/*	left:5px;
	top:7px;
	padding:15px;*/
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/escudo.jpg);
	}

#footer {
          height:86px; 
		  background: url(/images/Siempre.gif) no-repeat  center bottom; 
		  border-top:1px solid #872207; }

#main {width:766px; margin:0 auto; text-align:left;}
#border { border:1px solid #111;}
.fee {
}

#header {height:475px;}
#header, #content, #footer { font-size:0.79em;}

/*header*/
#header div { position:absolute; margin-left:-1px;}

/*content*/
#content .row_1 { background:url(images/cont_tall.gif) left bottom repeat-x #0e0e0e; width:100%; padding:29px 0 22px 0;}
#content .row_2 { background:url(images/cont_tall1.gif) left bottom repeat-x #009900; padding:46px 0 33px 28px;}
#content .row_1 .indent { padding:74px 0 0 28px;}

/*footer*/
#footer { color:#b7b7b7;}
#footer a { color:#b7b7b7; text-decoration:none;}
#footer a:hover { text-decoration:underline;}
#footer p { padding:32px 0 0 0; text-align:center;}

/*==================other====================*/
.img_indent { margin:0 20px 0 0; float:left;}
.img1 {margin:74px 0 23px 28px;}

.p1 { margin-bottom:8px;}
.p2 { margin-bottom:22px;}
.p3 { margin-bottom:17px;}
.p4 { margin-bottom:26px;}

#particulares {
z-index:1;
}

/*==================other====================*/
img {
border:none;
}
