/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
html { }
.hidden, .low {display:none;}


/* body
--------------------------------------------------*/
body {
	text-align: center;
	margin: 0 auto;
	font-size: 75%;
	font-family: Tahoma,"Lucida Grande", Arial, Helvetica, "Courier New", sans-serif;
	color: #555555; 
	/*background: #D4E5F9 url(../img/bg.gif) repeat-x top;*/
	background: #000000;
}

body#commentspopup {padding:0; background:white;}


/* headings
--------------------------------------------------*/
h1 a {
	font-size: 100%; 
	color:#000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none
}
h1 a:hover {
	color:#000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}
h2, h2 a, h3 a, h4 a {color:#80151a; margin:0 0 10px 0; font-size:1em;}
h2 a:hover, h3 a:hover, h4 a:hover {color:#900;}

hr{
	border-bottom: #555555 solid 1px;
	width: 300px;
	height: 0px;
}


#header p {
position:absolute; 
right:0px; 
top:0px;
padding:0 10px 10px 0;
}
#header h3 {/*display:none;*/ font-size:1.1em; position:absolute; left:5px; top:2px; color:#000000}


#titulos h1 {
top:0px;
padding:0 0px 0px 0;
margin: 0px 0px 0px 0px;
font-size:0.5em;
text-align: center;
}



/* links
--------------------------------------------------*/
a img {border:none;}
img {

border:none;

}

a {
	color: #FFA22F;
	text-decoration: none;
	border-bottom:1px dotted #FFA22F;
}
a:hover {
color:#FFA22F;
border-bottom:1px solid #FFA22F;

}
a.commentlink {padding-left:15px;}
a.more {padding-right:10px;}


a.imagen{
	border-bottom:0px dotted #FFA22F;
}

a.imagen:hover{
	border-bottom:0px dotted #FFA22F;
}


/* paragraphs, lists, etc
--------------------------------------------------*/
p {
margin:0; padding:0px 0px 0px 0px; font-size: 100%;
text-align: justify;
}


ul {margin:0 0 0 1.4em; padding:0 0 15px 0;}
ul ul {padding:0;}
blockquote {color: #777; margin:0; padding:0 15px; border-left:10px #777 solid; font-style:italic;}
kbr {color:#990; font-family:Courier, Monaco, monospace; padding:0 2px;}
abbr, acronym {font-size:0.9em; letter-spacing:1px;}

acronym, abbr, span.abbr {
	font-weight: bold;
	cursor: help;
}

.sin_subrayado{
	border-top:1px solid #777777;
	border-left:1px solid #777777;
	border-right:1px solid #777777;
	border-bottom:1px solid #777777;
	/*border-bottom:0px solid #000000;*/
	background-color: #DFDFDF;
}


/* images
--------------------------------------------------*/
img.left {float:left; margin:0 12px 0 0;}
img.right {float:right; margin:0 0 0 12px;}
img.center {display: block; margin:0 auto;}

.texto_peque{
font-size: 0.8em;
}

.cuerpo_noticia{
	text-align: justify;
}


.rojo{
	color: #DF0000;
}

/* container
--------------------------------------------------*/
#container {
	position:relative; 
	top:1px; 
	width:771px;
	height:100%; 
	margin:0 auto; 
	padding:0 auto;
	bottom:0;
	border: 0px solid #777777;
	/*background: #FFFFFF;*/
	background: #FFF4DD url(../img/bg_naranja.gif);
}

* html #container {
	top:5px;
}
* html #container, * html #content, * html #subcontent, * html #main {
	height: 100%; 
	}
* html #subcontent, * html #content {
	overflow: hidden; 
}

/* MENU
--------------------------------------------------*/
#navigation {
	position:absolute; 
	bottom: -1px;
	line-height:1.4em; 
	background: transparent;
}

#navigation ul{
	padding:0; 
	margin-left:20px;
}

#navigation li {
	float:left; 
	margin-left:3px; 
	list-style-type:none; 
	white-space:nowrap;
	background-color: #DFDFDF;
}

#navigation li a {
	display:block; 
	color: #010101; 
	padding:2px 8px 3px 8px; 
	letter-spacing:1px; 
	border-top:#aaa 1px solid; 
	border-right: #888 1px solid; 
	border-bottom: 0; 
	border-left:#aaa 1px solid;
}

#navigation li.selected a {
	background-color:#EC8928; 
	color:#eee; 
	border-bottom:none;
}

#navigation a:hover {
	color:#fff; 
	background:#333;
}

#navigation li.selected a:hover {
color:#c00; 
background-color:#EC8928;}


* html #navigation a {width:1%;} 

/* see http://www.positioniseverything.net/explorer/escape-floats.html */


/* main
-------------------------------------------------*/
#main {
  position:relative; 
  display:block; 
  text-align:left; 
  width:770px; 
  border-top:#EC8928 7px solid;
  height: auto; /* pushing the footer below content when longer then window */
  min-height: 100%; /* for modern browsers, to push the footer down to the bottom of the window */
  padding:0px 0px 0px 0px;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
}

/* migas
-------------------------------------------------*/
#migas{
	text-align: left;
	width: 762px;
	height: 20px;
	/*border: #EC8928 0px solid;*/
	border-bottom: 1px solid #777777;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 5px 0px;
	color: #000000; /*background: url(img/abajo_migas.gif) repeat-x bottom;*/
	background: #EC8928;
	/*background: #EC8928 url(../img/abajo_migas.gif) repeat-x bottom;*/
}

#migas p {
position:absolute; 
right:0px; 
top:0px;
padding:0 4px 10px 0;
}

#migas a {
	text-decoration: none;
	border-bottom: #000000 dotted 1px;
	color:#000000;
}

#migas a:hover {
	color:#000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}


/* CONTENIDO
--------------------------------------------------*/
#content {
	padding:0px 0px 0px 0px; 
	float:left; 
	position:relative; 
	display:block; 
	width:770px;
	
}

#content p{
	margin: 5px 10px 5px 15px;
}

#content h2 {
	font-size:1.2em;
	margin:10px 0 10px 7px;
	color: #777777;
}

#content h2 a{
	margin:10px 0 10px 5px;
	color: #777777;
	text-decoration: none;
	border-bottom:1px dotted #777777;
}

#content h2 a:hover{
	margin:10px 0 10px 5px;
	color: #777777;
	border-bottom:1px solid #777777;
}


a:hover {
color:#FFA22F;
border-bottom:1px solid #FFA22F;

}

#content ul, #content li {
	list-style:none;
	margin:5px 5px 5px 8px;
}

#search{
	color: #000000;
	text-align: left;
	/*border: #000000 solid 1px;*/
	width: 220px;
	right: 0px;
	top: 98px;
	position: absolute;
}

*html #subcontent1{width:358px;}
#subcontent1{
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	float:left; 
	position:relative; 
	display:block; 
	width:363px;
	height: 250px;
	background: #FFF4DD;
	border: #EC8928 solid 1px;
}

*html #subcontent2{width:358px;}
#subcontent2{
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	float:left; 
	position:relative; 
	display:block; 
	width:363px;
	height: 250px;
	background: #FFF4DD;
	border: #EC8928 solid 1px;
	background: #FFF4DD;
}

*html #subcontent3{width:358px;margin:5px 5px 0px 5px;}
#subcontent3{
	padding:5px 5px 5px 5px;
	margin:5px 5px 10px 5px;
	float:left; 
	position:relative; 
	display:block; 
	width:363px;
	height: 250px;
	background: #FFF4DD;
	border: #EC8928 solid 1px;
	background: #FFF4DD;
}

*html #subcontent4{width:358px;margin:5px 5px 0px 5px;}
#subcontent4{
	padding:5px 5px 5px 5px;
	margin:5px 5px 10px 5px;
	float:left; 
	position:relative; 
	display:block; 
	width:363px;
	height: 250px;
	background: #FFF4DD;
	border: #EC8928 solid 1px;
	background: #FFF4DD;
}


*html #contacto{width:340px;}

#contacto{
	padding:0px 5px 5px 35px;
	margin:0px 5px 5px 5px;
	position:relative; 
	display:block; 
	width:345px;
	/*height: 250px;*/
	background: #FFF4DD;
	border: #EC8928 solid 1px;
	float: right;
	min-height: 515px;
}

#contacto li{
	list-style-type: square;
	margin: 3px 0px 0px 15px;
	padding: 0px 0px 0px 0px; 
}

#contacto p{
	list-style-type: square;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px; 
}

*html #contacto_datos{width:348px;}
#contacto_datos{
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	position:relative; 
	display:block; 
	width:353px;
	/*height: 250px;*/
	background: #FFF4DD;
	border: #EC8928 solid 1px;
	height: 510px;
}

#contacto_datos h2{
	margin: 5px 10px 5px 10px;
}

*html #cuadrado_completo{width:737px;margin:0px 10px 5px 10px;}
#cuadrado_completo{
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;	
	position:relative; 
	display:block;
	width:747px;
	/*height: 500px;*/
	background: #FFF4DD;
	border: #EC8928 solid 1px;
}

#cuadrado_completo li{
	margin-left:3px;
	list-style-type: none;
	margin:10px 5px 10px 5px;
	color: #555555;
}

#cuadrado_completo a{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #555555;
}

#cuadrado_completo a:hover {
color: #555555;
border-bottom:1px solid #555555;
}

#imagenes_proyectos{
	padding:5px 5px 5px 5px;
	margin:15px 5px 5px 5px;	
	position:relative; 
	display:block;
	background: #FFF4DD;
	text-align: center;
}

#imagenes_proyectos img{
	border: #777777 solid 1px;
	margin: 5px 5px 5px 5px;
}

#imagenes_proyectos p{
	text-align: left;
}

#imagenes_proyectos a{
	color: #555555;
	text-decoration: none;
	border: #777777 solid 0px;
}

#imagenes_proyectos a:hover {
	color: #555555;
	border: #777777 solid 0px;
}


/*FORMULARIO*/
*html .campo{height: 15px;}
.campo {
	width: 254px;
	height: 15px;
	margin-bottom: 20px;
	border: 1px Solid #555555;
	background: #EC8928;
	padding: 2px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
}
.campo_select{
	width: 254px;
	height: 19px;
	margin-bottom: 20px;
	border: 1px Solid #555555;
	background: #EC8928;
	padding: 2px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.mapa{border:none;}

#comentario {
	width: 254px;
	height: 150px;
	background-repeat: no-repeat;
}

.campo:hover {
	background: #F3B372;
}

#comentario:hover {
	background: #F3B372;
}

label {
	display: block;
}

#boton_enviar {
	width: 88px;
	height: 23px;
	margin-left: 75px;
	background: #EC8928;
	border: 1px Solid #555555;
	/*text-indent: -9999px;*/
	color: #000000;
	font-size: 13px;
}

/* PIE
--------------------------------------------------*/
*html #footer{margin:0px 10px 5px 10px;}
#footer {
	clear:both; 
	text-align:center; 
	position:relative; 
	color:#aaa;
	margin:0px 5px 5px 5px;
	padding:5px 0px 5px 0px; 
	font-weight:bold; 
	font-size:x-small;
	border: #EC8928 solid 1px;
	background: #FFF4DD;
}

#footer p {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 2px 0px;
	text-align:center;
}