@charset "utf-8";

a{
	text-decoration: none;
}

h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

a img{
	border: 0;
}

ul{
	margin: 0;
	padding: 0;
}

ul li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

body  {
	font: 69% Arial, Helvetica, sans-serif;
	background: #003082;
	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;
}
.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
} 

.twoColFixLtHdr .sidebar1,  .twoColFixLtHdr td.sidebar1{
	width: 188px;
	background:#2f68bf url(../images/left_bg.gif);
	background-repeat: repeat-x;
	border: 2px white solid;
	vertical-align: top;
}

.twoColFixLtHdr td.mainContent {
	padding: 0;
	border: 2px solid white;
	border-left:0; 
	min-height: 442px;
	background: #dedddc;	
}

.twoColFixLtHdr #mainContent { 
	padding: 0;
	margin: 0 0 0 190px; /* 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. */
	border: 2px solid white;
	border-left:0; 
	min-height: 442px;
	background: #dedddc;
} 

.twoColFixLtHdr #mainContent a{
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #footer-menu{
	background: url(../images/footer_bg.gif);
	min-height: 44px;
	margin-bottom: 5px;
}

.twoColFixLtHdr #footer { 
	color: #6699cc;
	padding: 8px inherit;
	text-align: center;
	margin-bottom: 5px;
} 

.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;
}

.end-container{
	height: 4px;
	background-image: url(../images/botton_img.gif);	
	margin-bottom: 5px;
}

/*Main body*/

.main-body{
	background: #dedddc;
	text-align: justify;
}

.main-body h1{
	border-bottom: 1px dotted #dedddc;
	font-size: 1.6em;
	font-weight: normal;
	padding: 3px 0;
	margin-bottom: 8px;
	color: #b71a16;
}

.main-body .image-gallery{
	min-height: 402px;
}

.main-body h2{
	font-size: 1.1em;
	margin: 10px 0;
}

.main-body ul {
	margin: 10px 5px;
}

.main-body li {
	display: list-item;
	background: url(../images/bullet_2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	margin: 2px 0;
}

/*TOP MENU*/

td.header-tagline{
	background: white url(../images/tag_line.gif);
	background-repeat: no-repeat;
	padding: 90px 0 0 0;
}

td.header-tagline ul{
	background:white url(../images/top_img.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;	
	margin-left: 2px;
}

td.header-tagline ul li{
	display: block;
	float: left;
	margin-right: 3px;
	height: 37px;
}

#menu-servicios{
	background: url(../images/m_servicios.gif);
}

#menu-servicios:hover{
	background: url(../images/m_servicios_over.gif);
}

#menu-quienes-somos{
	background: url(../images/m_quienes_somos.gif);
}

#menu-quienes-somos:hover{
	background: url(../images/m_quienes_somos_over.gif);
}

#menu-referencias{
	background: url(../images/m_referencia.gif);
}

#menu-referencias:hover{
	background: url(../images/m_referencia_over.gif);
}

#menu-contacto{
	background: url(../images/m_contacto.gif);
}

#menu-contacto:hover{
	background: url(../images/m_contacto_over.gif);
}

#menu-clientes{
	background: url(../images/m_clientes.gif);
}

#menu-clientes:hover{
	background: url(../images/m_clientes_over.gif);
}



/*LEFT MENU*/
.left-menu {
	margin: 10px 0 10px 10px;
}

.left-menu h1{
	font-size: 11px;
	color: white;
	background: #1c54ac;
	padding: 5px;
	margin-bottom: 5px;
}

.left-menu li{
	display: list-item;
	padding: 0 0 0 8px;
	background: url(../images/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 2px 8px;
}

.left-menu a{
	color: #99ccff;
}

.left-menu a:hover{
	color:#eee8aa;
}