/* CSS Document */
*{
	padding:0;
	margin:0;
	border:0;
	outline:none;
}

/*
	Etiquetas HTML
*/
body{
	text-align:center;
	background: url(imag/fondo.gif) repeat 0 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;	
}
h1 a{
	height:170px;
	display:block;
}
h1 span{
	left:-8000px;
	position: absolute;	
}
h2{
	height:20px;
	border-bottom: 1px solid #BC6600;
	margin-bottom: 20px;
}

h2 span{
	left:-8000px;
	position: absolute;	
}

h3{
	color:#BC6600;
	font-size:1.2em;
	padding: 0.5em 0;
}
label{
	display:block;
	margin-bottom: 0.8em;
	color:#BC6600;
}
fieldset{
	padding: 2em;
}
input{
	width:300px;
	padding:2px;
	border: 1px solid #CACAE7;
	background: #F7F7FF;
}
select{
	padding:2px;
	border: 1px solid #CACAE7;
	background: #F7F7FF;
}
textarea{
	width:400px;
	padding:2px;	
	border: 1px solid #CACAE7;	
	background: #F7F7FF;	
}
button{
	width:100px;
	padding:2px;	
	border: 1px solid #CACAE7;
	background: #F7F7FF;	
}
ul ul{
	margin-left: 50px;
}
dl#listado-home{
	background: #FFECD6;
	border: 1px solid #BC6600;
	padding: 10px;	
}
dt{
	font-weight:bold;
	background: url(imag/cuadro-azul.gif) no-repeat 0 50%;
	padding-left: 0.9em;
}
dd{
	margin-bottom:1em;
}
dl#listado-noticias dd{
	border-bottom: 1px dotted #BC6600;
	padding-bottom: 1em;	
}
/*
	IDs
*/
#principal{
	width:772px;
	height:600px;
	margin:0 auto;
	text-align:left;	
	background:#FFFFFF;

}
#contenedor{
	width:764px;
	padding: 0 4px;
	background: #FFFFFF url(imag/cabecera.jpg) no-repeat 232px 0;	
}

#logo a{

}
#logo span{

}
#contenedor-menu{
	width:228px;
	height:500px;
	float:left;
	background: url(imag/fondo_columna_menu.gif) repeat-y 0 0;	
}

#contenedor-menu-2{
	height:500px;
	background: url(imag/fondo_columna_abajo.gif) no-repeat 0 100%;	
}
#contenido-menu{
	height:400px;
	background: url(imag/logo.gif) no-repeat 0 0;
}


#footer{
	background: url(imag/fondo_footer.gif) repeat-x 0 0;	
	height:1%;
}
#contenedor-copyright{
	width:228px;
	float:left;
	background: url(imag/fondo_columna_menu.gif) repeat-y 0 0;	
}
#contenido-copyright{
	background: url(imag/fondo_columna_copyright.gif) no-repeat 0 0;
	text-align:center;
	padding: 20px 22px 15px 26px;
	color: #FFFFFF;
}
#contenedor-menu-superior{
	width:300px;
	height:23px;
	margin-top:14px;
	float:right;
}
#contenedor-menu-inferior{
	width:536px;
	margin-top:70px;
	float:right;
	text-align:center;
}
#contenido{
	width:525px;
	padding-right:5px;
	margin-top:166px;
	text-align:justify;	
	float:right;
}
#contenido img.foto{
	border: 1px solid #000000;
}
#home-caja0{
	margin-bottom:15px;
}
#home-caja1{
	width:255px;
	float:left;
}
#home-caja2{
	width:255px;
	float:right;
}
#cuerpo-noticia{
	border-top: 1px dotted #BC6600;
	padding-top: 1em;	
}
#foto-presentacion{
	float:right;
	width:150px;
	height:200px;
	margin: 0 0 1em 1em;
	border: 1px solid #000;
}
/* --------------- Cabeceras ----------------*/
h2#tit-empresa{
	background:url(imag/titulo_empresa.gif) no-repeat 0 0;
}
h2#tit-servicios{
	background:url(imag/titulo_servicios.gif) no-repeat 0 0;
}
h2#tit-productos{
	background:url(imag/titulo_productos.gif) no-repeat 0 0;
}
h2#tit-organigrama{
	background:url(imag/titulo_organigrama.gif) no-repeat 0 0;
}
h2#tit-delegaciones{
	background:url(imag/titulo_delegaciones.gif) no-repeat 0 0;
}
h2#tit-noticias{
	background:url(imag/titulo_noticias.gif) no-repeat 0 0;
}
h2#tit-referencias{
	background:url(imag/titulo_referencias.gif) no-repeat 0 0;
}
h2#tit-garantia{
	background:url(imag/titulo_garantia.gif) no-repeat 0 0;
}
h2#tit-mapa{
	background:url(imag/titulo_mapa.gif) no-repeat 0 0;
}
h2#tit-contacto{
	background:url(imag/titulo_contacto.gif) no-repeat 0 0;
}
h2#tit-aviso{
	background:url(imag/titulo_aviso.gif) no-repeat 0 0;
}
/* --------------- Texto -------------------- */
#contenido-copyright p{
	font-size:0.9em;
	padding: 3px 0;
}
#contenido p,#contenido ul{
	padding-bottom: 1em;
}
#contenido p{
	text-indent: 0.6em;
}
/* --------------- Enlaces ------------------ */
a {
	color: #000094;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color:#CC6600;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#menu-inferior a{
	color:#333333;
}
#menu-inferior a:hover{
	color:#CC6600;
}
#contenido-copyright a{
	color:#FFFFFF;
}
#contenido-copyright a:hover{
	color:#CC6600;
}
/* ---------------  Menús ------------- */
#menu-superior{
	width:300px;
	height:23px;
	background:url(imag/menu_superior.gif) no-repeat 100% 0;
	position:relative;
}
#menu-superior li{
	display: block;
	list-style-type: none; 
	position: absolute;
	height:23px;
	top:0;
}
#menu-superior li span{
	left: -8000px; 
	position: absolute;
}
#menu-superior a{
	display:block;
	height:23px;
}
#menu-superior-1 {
	left: 0; 
	width: 100px;
}
#menu-superior-2 {
	left: 100px; 
	width: 100px;
}
#menu-superior-3 {
	left: 200px; 
	width: 100px;
}

#menu-columna{
	width:170px;
	margin-left:27px;
	padding:0 5px 15px 5px;
	background:#FFFFFF url(imag/fondo_columna_menu_abajo.gif) no-repeat 0 100%;	
}
#menu-columna li{
	list-style-type: none; 
	padding:8px 0 8px 12px;
	border-bottom:1px solid #000094;
	background:url(imag/icono_menu.gif) no-repeat 0 50%;
	font-weight:bold;
	font-size:1em;
}
#menu-columna li a{
	display:block;
	width:158px;
	color:#BC6600;
	text-decoration:none;
	
}
#menu-columna li a:hover{
	text-decoration:underline;
}

#menu-inferior{
	margin:0px auto;
	text-align:center;
	width:90%;
}
#menu-inferior li{
	display:inline;
	font-size:0.9em;
}

#menu-inferior strong{
	color:#000099;
}

/* ---------------- Clases ---------------- */
.spacer{
	clear:both;
	height:1;
	overflow:hidden;
}

.lista{
	margin-left:40px;
}
.lista li{
	list-style-type:square;
	margin-bottom: 0.5em;
}
.separacion{
	margin-bottom: 1em;
}
.centrado{
	text-align:center;
}
.derecha{
	text-align:right;
}
.referencias{
	width:98px;
	height:49px;
	float: left;
	margin: 5px 6px 5px 0;
}
.leyenda{
	border: 1px solid #AAA;
	padding: 1em;
	color:#333;
	font-size: 0.8em;
}
.enlace-noticia{
	display: none;
}
.imagen-noticia{
	margin:8px;
}
.formu-corto{
	width:50px;
}
.resaltado{
	color: #FF9900;
}
.error{
	font-size: 1.1em;
	color: #CC0000
}
.ok{
	font-size: 1.1em;
	color: #00AA00;
}

/* ---------------- Ozoono ----------------*/
#ozoono A{
	color: #DDDDDD;
	font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}
#ozoono  a:link{
	TEXT-DECORATION: none;
}
#ozoono  a:active{
	TEXT-DECORATION: none;
}
#ozoono  a:hover{
	color: #FFFFFF;
	TEXT-DECORATION: underline
}
#ozoono  a:visited{
	TEXT-DECORATION: none;
}
