body,ul,ol,p,table,form,h1,h2,h3,h4,h5,h6,ul,li {
	padding:0;
	margin:0;
	font-family: "Lucida Sans Unicode","Lucida Grande","Eras Medium ITC","DejaVu Sans",Helvetica,Verdana,sans-serif;
	font-size:12px;
	color:#6A6A6A;
}
a{
	text-decoration:none;
	outline:none;
	color:#E46417;
}
a:hover{color:#C6321B;}
img{
	border:0px;
}
ul,li{
	list-style-image: none;
	list-style-type: none;
}
p{
	margin-bottom:20px;
	text-indent:0px;
}
body,html {
	/*height:100%;*/
}
#tabla_contenedora{
	/*height:100%;
	text-align:center*/
	width:918px;
	height:575px;
}
#celda_contenedora{
	/*height:100%;*/
	width:918px;
	height:575px;
}
#cuerpo{
	width:918px;
	height:575px;
	/*margin:0 auto;*/
	background: url(../imagenes/fondo.png) no-repeat left top;
	text-align:justify;
	position:relative;
}
#trabajos #cuerpo{ background: url(../imagenes/fondo_columna.png) no-repeat left top;}
/*-----------------*/
#logo{
display:block;
width:305px;
height:130px;
text-indent:-9999px;
background:url(../imagenes/logo_hover.png) no-repeat left 400px;
}
#logo:hover{
/*background-position: left top;*/
}
#dospuntocero{
position:relative;
left:791px;
top:-117px;
display:block;
width:106px;
height:26px;
background: url(../imagenes/2punto0.gif) no-repeat left top;
text-indent:-9999px;
}
#dospuntocero:hover{
background-position: left -25px;
}
#contenido{
width:851px;
height:397px;
height:374px;
padding:25px;
margin:0 auto;
text-align:justify;
margin-top:-60px;
overflow:hidden;
/*position:relative;*/
}
* html #contenido{ left:0px;}
*+html #contenido{ left:0px;}
#pie{
width:901px;
margin:0 auto;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:10px;
margin-top:3px;
margin-top:28px;
}
#pie a{color:#000000;}
#pie a:hover{color:#CC0000;}
/*-----------------*/
/*CROMESTYLE MENU*/
.chromestyle{
width: 99%;
position:relative;
top:-35px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/**content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;*/
}
/*menu principal*/
.chromestyle ul{
width: 100%;
text-align: right; /*set value to "left", "center", or "right"*/
position:relative;
right:1px;
}
.chromestyle ul li{
display: inline;
}
/*botones menu principal*/
.chromestyle ul li a{
color:#FFFFFF;
font-weight:bold;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
display:inline-block;
width:100px;
line-height:23px;
text-align:center;
}
/*seleccionado*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected,#servicios .servicios,#trabajos .trabajos,#contacto .contacto{ /*script dynamically adds a class of "selected" to the current active menu item*/ /*THEME CHANGE HERE*/
color:#CC0000;
background:#FFFFFF;
filter: alpha(opacity=55);
opacity: .55;
-moz-opacity:0.55 ;
}
/*Submenus*/
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #EDEDED;
border-bottom:0px;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: alpha(opacity=90);
opacity: .90;
-moz-opacity:0.90 ;
}
.dropmenudiv div{
border: 1px solid #DEDEDE;
}
.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #DEDEDE;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:2px 4px;
color:#999999;
width:140px;
}
* html .dropmenudiv a{ /*IE only hack*/
/*width: 100%;*/
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#CC0000;
}
