@charset "utf-8";
/* CSS Document */
body, html {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #02487b;
	background-image: url(images/bg0.gif);
	background-repeat:   repeat-y;
	background-position: center top;
}
/* ----------------------- TOP ------------------------------ */
#top {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(images/bg1.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	background-color: #003366;
}
#top p {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
}
/* ----------------- PRINCIPAL ----------------------- */
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 294px;
	position: relative;
	top: 150px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: none;
	float: left;
	overflow: visible;
}
#menu ul {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	width: 294px;
}
#menu li {
	width: 294px;
	height: 24px;
	text-align: right;
}
#menu li a {
	text-decoration: none;
	color: #003366;
	display: block;
	width: 274px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006ec0;
}
#menu img {
	margin-top: 160px;
}
/* ---------------- CONTENIDO ---------------------- */
#flash {
	height: 92px;
	width: 606px;
}
#contenido {
	width: 606px;
	position: relative;
	top: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: none;
	float: right;
	overflow: visible;
	margin-right: 20px;
	margin-top: 103px;
}
#contenido h1 {
	font-size: 32px;
	color: #05A;
	margin-bottom: 10px;
}
#contenido h2 {
	font-size: 26px;
	color: #35A9FF;
	margin-bottom: 10px;
	clear: both;
}
#contenido h3 {
	font-size: 18px;
	color: #05A;
	margin-bottom: 10px;
}
#contenido p {
	font-size: 12px;
	color: #022F53;
	margin-bottom: 10px;
	line-height: 16px;
	text-align: justify;
}
#contenido table {
	border: 1px solid #e66d16;
	margin-bottom: 15px;
}
#contenido td {
	border: 1px solid #e66d16;
	padding: 5px;
	text-align: right;
}
#contenido .naranja {
	background-color: #e66d16;
	color: #000;
}
#contenido .imgfull {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #e36c15;
	margin-bottom: 10px;
}
#contenido .imgdch {
	margin-bottom: 10px;
	clear: none;
	float: right;
}
#contenido a:link, #contenido a:visited, #contenido a:active {
	color: #0000FF;
	text-decoration: underline;
}
#contenido a:hover {
	color: #000099;
	text-decoration: underline;
}
/* ---------------------------------- LISTADO ---------------------------------- */
#contenido ul, #contenido ol {
	font-size: 12px;
	color: #069;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contenido ul li {
	margin-left: 30px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
}
#contenido ol li {
	margin-left: 30px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 18px;
}
/* ---------------------------------- FORMULARIO ---------------------------------- */
#formulario {
	background-color: #F1F5F8;
	border: 10px solid #CCCCCC;
	padding: 20px;
	width: 546px;
}
#formulario fieldset {
	border: 1px solid #003366;
	padding: 20px;
	margin-bottom: 10px;
}
#formulario legend {
	padding: 5px;
	border: 1px solid #003366;
	background-color: #dde6eb;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #003366;
}
#formulario input, #formulario select, #formulario textarea {
	border:1px solid #003366;
	padding:3px;
	font-size: 14px;
	vertical-align: middle;
}
#formulario label {
	font-size: 14px;
	color: #e36c15;
	display: block;
	margin-top: 7px;
	font-weight: bold;
}
#formulario small {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
#enviar {
	background-color: #036;
	color: #FFF;
	clear: both;
}
/* ********************** PIE ********************** */
#pie {
	width: 960px;
	height: 100px;
	overflow: visible;
	clear: both;
	padding-top: 15px;
	background-color: #00152B;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#pie p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	letter-spacing: 0.2em;
}
#pie strong {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	color: #CEE7FF;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#pie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* -------------------------- MENSAJES -------------------------- */
.info, .ok, .atencion, .nok {
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
}  
.info {  
    color: #00529B;  
    background-color: #BDE5F8;  
    background-image: url('images/info.png');  
}  
.ok {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('images/ok.png');  
}  
.atencion {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url('images/atencion.png');  
}  
.nok {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('images/nok.png');  
}
/* -------------------------- MAPA GOOGLE -------------------------- */
#map {
	height: 300px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 3px solid #CCCCCC;
}
/* -------------------------- S3 SLIDER -------------------------- */
#slider {
	width: 606px; /* important to be same as image width */
	height: 224px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 10px;
}
#sliderContent {
    width: 606px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
	position: absolute;
	padding: 10px 13px;
	width: 606px;
	background-color: #06C;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 18px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul {
	list-style-type: none;
}
.sliderImage {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
	list-style-position: inside !important;
	list-style-type: none !important;
}
/* ----------------------- CARRUSEL ------------------------------ */
#carrusel  {
	height: 150px;
	width: 598px;
	margin-bottom: 15px;
	clear: both;
	float: left;
	overflow: visible;
}
#carrusel ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px !important;
	padding: 0px !important;
}
#carrusel li {
	overflow: hidden;
	float: left;
	width: 299px;
	height: 150px;
	margin: 0px !important;
	padding: 0px !important;
}
/* ----------------------- OBRAS ----------------------- */
#obras {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px dashed #999999;
	overflow: hidden;
}
#obras ul {
	font-size: 10px;
}
#obras li {
	display: inline;
	width: 150px;
	margin: 2px;
	clear: none;
	float: left;
}

