@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b2b2b2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
  
	background-color: #cc5c3a;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;

}
.twoColFixLtHdr #container {
	width: 855px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(../img/fondo_menu.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #containerbusqueda {
	width: 855px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(../img/fondo_menu.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #containerliri {
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c2c2c2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/fondo_interior_liri.jpg);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #header { 
	 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #headerinterior { 
	 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #pie_empresa {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../img/detalle_empresa_largo.jpg);
	height: 240px;
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #pie_empresa_contacto {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../img/detalle_contacto_largo.jpg);
	height: 240px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #pie_empresa_obra {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../img/detalle_obranueva_largo.jpg);
	height: 240px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #pie_conservacion {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../img/detalle_conservacion_largo.jpg);
	height: 240px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #pie_empresa_rest {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../img/detalle_restauracion_largo.jpg);
	height: 240px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 15px 0px;
	height: 350px;
	background-image: url(../img/fondo_menu_empresa.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-right: 0px;
	font-size: 10px;
}

.twoColFixLtHdr #sidebarficha {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 15px 0px;
	height: 500px;
	background-image: url(../img/fondo_menu_fichas.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-right: 0px;
	font-size: 10px;
}

.twoColFixLtHdr #sidebarcontacto {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	height: 200px;
	background-image: url(../img/fondo_menu_fichas.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-right: 0px;
	font-size: 10px;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; text-align:justify;
} 

.twoColFixLtHdr #mainContentabla {
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(../img/fondo_pie.jpg);
	height: 37px;
}

.footermail {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width:170px;
	float: left;
}



#menuContent {
	width: 243px;
	float: left;
	clear:left;
}

#contentContent {
	width: 584 px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

---------------------------------------------------------------TEXTO-------------------------------------------------

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.smallblanco  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px; color:#FFFFFF;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mediumnaranja {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #FF6600;
	font-weight: bold;
}
.normalaranja {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;color: #FF6600;
	font-weight: bold;
}
.mediumnazul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; color: #566C77;
	font-weight: bold;
}
.mediumblanco {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; color:#FFFFFF;font-weight: bold;
}
.mediumblancoo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
}
.verdeitalic {
	color: #498585;
	font-style: italic;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.box3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width: 210px;
	color:#FFFFFF;
	font-size:11px;
	word-spacing: 2pt;
	height: 20px;
	padding: 2px;
	background-image: url(../img/fondo_menu_2.jpg);

}


a:link {
	color: #9B1F2E;
	text-decoration: none;
}
a:hover {
	color: #D299A8;
	text-decoration:underline;
}
a:visited {
	color: #9B1F2E;
	text-decoration: none;
}

a.blanco:link    { color: #FFFFFF; text-decoration:none; }
a.blanco:visited { color: #FFFFFF; text-decoration:none; }
a.blanco:hover   { color: #FFFFFF; text-decoration:underline; }
a.blanco:active  { color: #FFFFFF; text-decoration:none; }

a.verde:link    { color: #498584; text-decoration:none; }
a.verde:visited { color: #498584; text-decoration:none; }
a.verde:hover   { color: #6cc4c3; text-decoration:underline; }
a.verde:active  { color: #498584; text-decoration:none; }

a.linkgris:link    { color: #CCCCCC; text-decoration:none; }
a.linkgris:visited { color: #FFFFFF; text-decoration:none; }
a.linkgris:hover   { color: #FFFFFF; text-decoration:underline; }
a.linkgris:active  { color: #FFFFFF; text-decoration:none; }

a.noticiasl:link    { color: #9e9c01; text-decoration:none; }
a.noticiasl:visited { color: #cbc901; text-decoration:none; }
a.noticiasl:hover   { color: #cbc901; text-decoration:underline; }
a.noticiasl:active  { color: #cbc901; text-decoration:none; }


-------------------------------------------------MENUS-------------------------------------------------

#navcontainer { width: 271px; }

.navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	padding-top: 40px;
	list-style-type: none;
	font-family: verdana;
	font-size:11px;
	
}

#navcontainer a
{
display: block;
padding: 5px;
width: 271px;
/*background-color: #b9adad; */

border-bottom: 3px solid ; 
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none; 
}

#navcontainer a:hover
{
background-color: #6a7b91;
color: #fff;
}

.style1busqueda {
	font-size: 9px;
	background-image: url(../img/fondo_busqueda.jpg);
	height: 22px;
	width: 250px;
}
.comboSistemas {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #498584;
	border: thin solid #498584;
	width: 180px;
}
.textobusqueda {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #498584;
	border: thin solid #498584;
}
