/*

Designed and Coded By: Jeffrey Way
Date: 11/3/2008


PRIMARY COLORS:

gray: #eaeaea;
dark-blue: #002d56;
black: #444444;
silver: #bcbcbc;



*/


html
{
/*	background: url(images/htmlBG.jpg) repeat-x 0 -2px;*/
}


body
{
	font-size: 90%;
	font-family: helvetica, georgia, sans-serif;
	line-height: 1.6em;
	text-align: center;
	color: #444444;
}

ul, li, img, body, html
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #002d56;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h3
{
	background: url(images/silverGradient.jpg) repeat-x;
	color: #444444;
	margin-top: 0;
	margin-bottom: 0;
	padding: .2em .5em;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
}

h2
{
	font-family: georgia;
}


.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

#container
{
	text-align: left;
	margin: auto;
	width: 970px;
}

#container ul, #container ul li a
{
	list-style-type: none;
}

#logo
{
	position: relative;
	overflow: hidden;
}

#buscar {
	position: absolute;
	right: 1em; 
	top: 0;
	color: white;
	font-weight: normal;
}

/* MENU */

#menu
{
	width: 100%;
	float: left;
	background: #eaeaea;
}


#menu ul#nav li
{
/*	border-top: 1px solid #f6f4f4;*/
	text-align: right;
	padding-right: .5em;
	padding-left: 7px;
	line-height: 1.7em;
	font-size: 1.5em;
/*Hago que salga como un menu*/
	float: left;
	position: relative;
	width: 15%;
	text-align: left;
}

#menu ul#nav li:hover
{
/*	border-top: 1px solid white;*/
	background: #bcbcbc url(images/arrow.png) 2% 50% no-repeat;
}

ul#nav li a
{
	color: #444444;
}

#nav li a:hover
{
	text-decoration: none;
}


/* TIER 1 */

#tier1
{
	margin-bottom: 1em;
	height: 226px;
	padding-top: .6em;
	width: 100%;
	float: left;
}

#tier1 div, #tier1 div#news, .texto
{
	border: 1px solid #ababab;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 1em;
}

#tier1 #foto
{
	height: 226px;
	float: left;
	width: 74%;
	border: none;
	padding: 0; 
	margin-right: 1em;
}

#tier1 #foto img
{
	padding-left: 7%;
}
#tier1 #news
{
	height: 222px;
/*	width: 12em;*/
	width: 20%;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	background:#eaeaea;
}

#tier1 #news span
{
	font: bold 10pt verdana, sans-serif;
}

/* TEXTO */
.texto
{
	float:left;
	width:100%;
	padding:0 0;
}

.texto h2, p
{
	padding: 0 1em;
}


#clientes, #servicios{
	display:none;
	margin-top:10px;
	padding-bottom:12px;
}

.services_steps{
	width:250px;  
	float:left
}
.services_steps img{
	padding-left:12px;
	padding-top:12px;
}

.arrow_step{
	padding-top:50px;
	width:100px;  
	float:left;
}

.explicacion_servicios{
	width:100%;
	float:none; 
	display:none;
}

#footer{
	padding-top:12px;
	padding-bottom:12px;
	clear:both;
	float:none;
	margin:auto;
	text-align:center;
}

