/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	Estilos iniciales, borrar navegador padding/margenes por defecto
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
html, body, form, fieldset, input {
   margin: 0;
   padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
  	padding: 0;
}
form label {
	cursor: pointer;
}
form br { 
	clear: left; 
}
fieldset {
	border: none;
}
input, select {
	font-size: 100%;
}
textarea {
	font-size: 15px;
}
.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	Generales layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background-image: url(../imagenes/general_fondo.png);
	background-repeat: repeat-x;
	background-color: #d9dadb;
}

html, body {
height: 100%;
min-height: 100%;
}

#container {
	width: 870px;
	margin: 0 auto;
	background: url("../imagenes/shadow_fondo.png") repeat-y top center;
	height: 100%;
	display: table;
}
#main {
	width: 870px;
	background: url("../imagenes/main_fondo.gif") repeat-y top center;
	height: 100%;
	display: table-cell;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	Estilos Generales
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
p {  /*font-size needs to be specified on the immediate element level, not on the containing element level!! */
	font-size: 1.1em;
}
a img {
	border: none;
}
/*img {
	font-size: 10px !important;
}
This would be nice (as a safety net to make sure all images are displayed at their correct dimensions, 
but it causes the CTRL+- thing to not work in IE6.
*/
h1 span,
h3 span { 
	position: absolute;
	left: -5000em;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	/*text-indent: -9999em#; - this is needed for safari but needs to go at the absolute end of the CSS file, after everything */
}
h1 img,
h3 img{
	border: none;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	Cabezera
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#cabezera {
	margin-left:10px;
	height: 110px;
	width: 850px;
	background-color: #555555;
	background: url(../imagenes/cab_fondo.gif) top left repeat-x;
}
#logo_decoiber {
	padding-top: 8px;
	padding-left: 14px;
	float: left;
}
.clientes {
	padding-top: 15px;
	padding-right: 20px;
	float: right;
}
.clientes a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #9c9d9f;
	text-decoration: none;
}
.clientes a:hover{
	text-decoration: underline;
}
.menu_decoiber{
	width:580px;
	height:25px;
	float: right;
	margin-top: 58px;	
}
.menu_decoiber ul li{
	float: left;
	margin-right: 1px;
	list-style-type: none;
}
.menu_decoiber ul li span{
position: absolute;
	left: -5000em;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	/*text-indent: -9999em#;*/
}
.menu1 a{width:99px; height:25px; display: block; background: url(../imagenes/boton_menu1.gif);}
.menu1 a:hover{ background-image: url(../imagenes/boton_menu1.gif); background-position: -99px;}
.menu2 a{width:99px; height:25px; display: block; background: url(../imagenes/boton_menu2.gif);}
.menu2 a:hover{ background-image: url(../imagenes/boton_menu2.gif); background-position: -99px;}
.menu3 a{width:139px; height:25px; display: block; background: url(../imagenes/boton_menu3.gif);}
.menu3 a:hover{ background-image: url(../imagenes/boton_menu3.gif); background-position: -139px;}
.menu4 a{width:139px; height:25px; display: block; background: url(../imagenes/boton_menu4.gif);}
.menu4 a:hover{ background-image: url(../imagenes/boton_menu4.gif); background-position: -139px;}
.menu5 a{width:99px; height:25px; display: block; background: url(../imagenes/boton_menu5.gif);}
.menu5 a:hover{ background-image: url(../imagenes/boton_menu5.gif); background-position: -99px;}

.menu1_hover { width:99px; height:25px; display: block; background-image: url(../imagenes/boton_menu1.gif); background-position: -99px;}
.menu2_hover { width:99px; height:25px; display: block; background-image: url(../imagenes/boton_menu2.gif); background-position: -99px;}
.menu3_hover { width:139px; height:25px; display: block; background-image: url(../imagenes/boton_menu3.gif); background-position: -139px;}
.menu4_hover { width:139px; height:25px; display: block; background-image: url(../imagenes/boton_menu4.gif); background-position: -139px;}
.menu5_hover { width:99px; height:25px; display: block; background-image: url(../imagenes/boton_menu5.gif); background-position: -99px;}

.menu4construccion {width:139px; height:25px; display: block; background: url(../imagenes/boton_menu4c.gif);}

#cabezera_flash {
	margin-left:10px;
	width:850px;
	background-color: #000000;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	Contenido General
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#columna{
	margin-left:10px;
	width:850px;
}
#columna_izquierda {
	width: 425px;
	background-color: #FFFFFF;
	float: left;
}
#columna_izquierda_trabajamos {
	width: 625px;
	background-color: #FFFFFF;
	float: left;
}
#columna_izquierda_home {
	width: 625px;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
}
.txt_general, .txt_general_contacto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #575759;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9dadb;
	margin-top: 18px;
	margin-right: 30px;
	margin-left: 40px;
	padding-bottom: 25px;
	text-align:justify;
}
.txt_general_contacto a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #e42f27;
	line-height: 1.7em;
	text-decoration: none;
	font-weight: bold;
}
.txt_general_contacto a:hover{
	text-decoration: underline;
}
.txt_general h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #e42f27;
	margin-bottom: 5px;
	font-weight: bold;
}
.txt_general ul{
	padding-left: 30px;
}
.txt_general ul li{
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-top: 10px;
}
#columna_foto {
	width: 200px;
	background-color: #d9dadb;
	float: left;
}
#columna_derecha_home {
	float: right;
	width: 225px;
	background-image: url(../imagenes/titular_home.gif);
	background-color: #575759;
	background-position: top;
	background-repeat: no-repeat;
}
#columna_derecha_empresa {
	float: right;
	width: 225px;
	background-image: url(../imagenes/titular_empresa.gif);
	background-color: #575759;
	background-position: top;
	background-repeat: no-repeat;
}
#columna_derecha_servicios {
	float: right;
	width: 225px;
	background-image: url(../imagenes/titular_servicios.gif);
	background-color: #575759;
	background-position: top;
	background-repeat: no-repeat;
}
#columna_derecha_gestion {
	float: right;
	width: 225px;
	background-image: url(../imagenes/titular_gestion.gif);
	background-color: #575759;
	background-position: top;
	background-repeat: no-repeat;
}
#columna_derecha_trabajamos {
	float: right;
	width: 225px;
	background-image: url(../imagenes/titular_trabajamos.gif);
	background-color: #575759;
	background-position: top;
	background-repeat: no-repeat;
}
#columna_derecha_contacto {
	float: right;
	width: 225px;
	background-image: url(../imagenes/titular_contacto.gif);
	background-color: #575759;
	background-position: top;
	background-repeat: no-repeat;
}
.submenu_home{
	margin-top: 100px;
	margin-left: 15px;
	margin-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #c5c6c8;
	text-decoration: none;
	line-height: 1.4em;
	text-align:justify;
}
.submenu_trabajamos{
	margin-top: 100px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #c5c6c8;
	text-decoration: none;
	line-height: 1.4em;
	text-align:justify;
}
.submenu{
	margin-top: 75px;
}
.submenu form{
	padding-left: 13px;
}
.submenu p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #c5c6c8;
	text-decoration: none;
}
.submenu input, textarea{
	background-color: #d9dadb;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.1em;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #FFFFFF;
}
.form_espacio{
	margin-bottom: 6px;
}
.form_espacio2{
	margin-top: 12px;
}
.submenu ul li{
	list-style-type: none;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 8px;
	
}
.submenu ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #c5c6c8;
	text-decoration: none;
}
.submenu ul li a:hover{
	text-decoration: underline;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	Contenido Pie página
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#pie {
	margin-left:10px;
	margin-right:10px;
	
	text-align: center;
	vertical-align: middle;
	background-color: #d9dadb;
	height: 30px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #575759;
	text-decoration: none; 
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
}
#pie span{
	color: #e42f27;
}

#espacio {
	margin-left:10px;
	margin-right:10px;
	height: 30px;
	background: url("../imagenes/pie_fondo.png") top left repeat-x;
}
