@charset "utf-8";
/* Emerge Documento CSS  */

* {
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
}
body, html {
	background-color:#070a0f;
	color:#676868;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:80%;
	height:100%;
	width:100%;
}
a img{border:none}
p {
	color:#595F66;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:15px;
}
h1 {
	color:#FFFFFF;
	font-family:Georgia,serif;
	font-size:26px;
	font-weight:normal;
	line-height:38px;
	margin-bottom:15px;
	margin-top:2px;
}
h2 {
	color:#FFFFFF;
	font-family:Georgia,serif;
	font-size:26px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:15px;
	width:auto;
}
h3 {
	color:#486C8C;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:10px;
}
a:link, a:active, a:visited {
	color:#87BDE2;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#nav {
	background-image:url(../imgs/nav_bgnd_rpt.png);
	background-position:0 0;
	background-repeat:repeat-x;
	display:block;
	height:43px;
	left:0;
	overflow:hidden;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	z-index:1000;
}
body > div#nav {
	position:fixed;
}
#nav .cont {
height:43px;
margin-left:auto;
margin-right:auto;
padding-top:0;
text-align:left;
width:920px;
}

#nav ul {
float:right;
height:43px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-right:0;
margin-top:0;
text-align:right;
}
#nav li {
float:left;
font-size:13px;
line-height:43px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
overflow:hidden;
}
#nav li a {
border-right:1px solid #383D41;
color:#FFFFFF;
height:23px;
line-height:23px;
padding-left:20px;
padding-right:20px;
}
#nav .nav_email {
color:#383D41;
display:block;
float:left;
font-size:13px;
height:43px;
line-height:43px;
text-align:left;
width:425px;
}
#nav .nav_email a {
background-image:url(../imgs/icon_email.png);
background-position:left center;
background-repeat:no-repeat;
color:#383D41;
display:block;
height:43px;
padding-left:24px;
width:175px;
}
#nav .nav_email a:hover {
color:#354D65;
text-decoration:none;
}



/********************
ESTILOS DE CABECERA
********************/
#cabecera  {
	width: 920px;
	margin:0px auto 0px auto;
	clear:both;
	overflow:hidden;
	padding-top:60px;
	
	
}
#logo{
	width:200px;
	float:left;
}
#msj{
	width:900px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:18px;
}  
#destacado{
	clear:both;
	margin:0 auto 0 auto 0;
}
#caja{
	width:860px;
	height:250px;
	border:solid 1px #333333;
	margin:20px auto 0 auto;
	clear:both;
	position: relative;
	
}

#caja .sig a {
	position: absolute;
	top: 90px;
	left: 861px;
	height: 40px;
	line-height: 30px;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
	z-index: 2;
}
#caja .ant a {
	position: absolute;
	top: 90px;
	right:734px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
	z-index: 2;
}

#caja .sig a,
#caja .ant a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

#caja ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
	overflow: hidden;
}
#caja li {
	display: inline;
	width: 840px;
	height:250px;
	margin: 0;
	padding: 0;
	float:left;
}


/********************
ESTILOS DE SERVICIOS
********************/

#servicios {
	width: 920px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	padding-top: 60px;
}

h2.servicios_titulo {
	width: auto;
	height: 30px;
	clear:both;
}

#servicios p {
	line-height:17px;
	color:#686B6E;
}

#servicios p a { 
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	border: dotted 1px #43484D;
	white-space:nowrap;
}

#servicios a:hover { 
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	border: dotted 1px #486C8C;
	white-space:nowrap;
	
	text-decoration:none;
	color:#FFF;
	background-color:#486C8C;
}


#servicios h3 {
	margin-bottom:8px;
}

.servicios_lista, .servicios_lista_primero, .servicios_lista_ultimo {
	float:left;
	margin-bottom:20px;
	padding-top:10px;
	height: auto;
	
}

.servicios_lista {
	width: 190px;
	padding-right:18px;
	margin-right: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #202326;
}

.servicios_lista_primero {
	width: 198px;
	
	padding-right:20px;
	margin-right: 20px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #202326;
	
	clear:both;
}

.servicios_lista_ultimo {
	width: 198px;
}

/********************
ESTILOS DE PORTAFOLIO
********************/
#portafolio {
	width: 920px;
	height: 250px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	overflow:hidden;
	padding-top:60px;
}

h2.portafolio_titulo {
	width: auto;
	height: 30px;
	clear:both;
}
.boxgrid,.boxgrid_medio{
	width: 302px;
	height: 150px;
	float:left;
	background:#161613;
	border: solid 0px #8399AF;
	overflow: hidden;
	position: relative;
	
}
.boxgrid,.boxgrid_medio{margin:0 1px}
.boxgrid h3,.boxgrid_medio h3{
	margin:0 0 3px 0;
	color:#FFF;
	font-size:16px;

}
.boxgrid strong,.boxgrid_medio strong{
	color:#476C8C;
	font-weight:normal;
	margin:0 0 2px 0;
}
.boxgrid a,.boxgrid_medio a{
	color:#476C8C;
	text-decoration:underline;

}
.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
}
.boxgrid p{ 
		color:#999999; 
		font-size:11px;
		margin:0;
		line-height:13px;
}
	
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 150px;
	width: 302px;
	opacity: .8;



	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.captionfull .boxcaption {
		top: 260;
		left: 0;
		
		
	}
.info{padding:8px}
.tecnologias{padding:4px 0}






/********************
ESTILOS DE CONTACT
********************/
#contacto {
	width: 920px;
	text-align:left;
	
	margin-left: auto;
	margin-right: auto;	
	
	padding-top:60px;
	clear:both;
	
}
h2.contacto_titulo {
	width: auto;
	height: 30px;
	clear:both;
}

.colizq {
	width: 225px;
	height: auto;
	padding-right:25px;
	float:left;
}

.colmed {
	width: 225px;
	height: auto;
	padding-right:0px;
	float:left;
}

.colder {
	width: 435px;
	height: auto;
	float:left;
}

#contact p {
	margin-bottom:20px;
	line-height:17px;
	color:#686B6E;
}

.tel {
	width: 225px;
	margin-bottom:2px;
	margin-top:4px;
	font-size:15px;
	color:#FFF;
	
}


.nombre {
	width: 225px;
	height: auto;
	margin-bottom:3px;
	font-size:14px;
}

.puesto {
	width: 225px;
	height: auto;
	font-size:12px;
}

.email {
	width: 225px;
	height: auto;
	margin-bottom:20px;
	font-size:12px;
}

.email a {
	color:#486C8C;
}

.email a:hover {
	color:#FFF;
	text-decoration:none;
}

label {
	font-size:12px;
	width: 200px;
	height: 16px;
	font-weight:normal;
	color:#486C8C;
}

.text_field {
	width: 200px;
	height: 20px;
	margin-top:3px;
	margin-bottom:9px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #0e1017;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.text_area {
	width: 440px;
	height: 225px;
	margin-top:3px;
	margin-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #0e1017;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.formHighlight {
	background-color: #171b26;
}
.notificacion_error {
	background:url(../imgs/icon_failed.gif) no-repeat left;
	padding-left:25px;
	color: #F00;
}

.notificacion_ok {
	background:url(../imgs/icon_success.gif) no-repeat left;
	padding-left:25px;
	color: #090;
}


.send_button {
	width:64px;
	float:right;
	margin:0px;
}

#success {
	background-image: url(../imgs/icon_success.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#070a0f;
	text-indent:22px;
	z-index:100;

	
}

.required { color:#612D54; }

/********************
ESTILOS DE PIE
********************/

#pie{
	text-align:left;
	clear:both;	
	width: 920px;
	height: 100px;

	margin-left: auto;
	margin-right: auto;
	padding-top:50px;
}
#pie h3 {
	height: 20px;
	margin-bottom:12px;
}

#pie p {
	color:#595F66;
}

#pie a {
	color:#FFF;
}
