/*
 *	##### ESTILOS GENERALES #####
 */

#test h1{
	font-size:20px;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p,blockquote, pre, a, abbr, acronym, address, big,cite, del, dfn, em, font, img,ins, kbd, q, s, samp, small, strike,strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	vertical-align: baseline
}

html{
	width: 100%;
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #ffffff url(img/fondo.jpg) top left repeat;
	color: #333333;
	width: 100%;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
}

strong{
	font-weight: bold;
}

a{
	text-decoration:  none;
	border: none;
}

a:hover{
	border: none;
}

em{
	font-style: italic;
}

div.clear, hr, span.clear{
	clear: both;
	display: block;
}

.oculto{
	display: none;
}

/* errores/envíos con éxito de los formularios */

div.errores, div.exito{
	margin: 10px 0;
	padding: 10px 0;
	font-size: 1.2em;
}

div.errores p, div.exito p{
	line-height: 1.5em;
}

div.errores{
	border-top: 1px dotted #cc0000;
	border-bottom: 1px dotted #cc0000;
}

div.exito{
	border-top: 1px dotted green;
	border-bottom: 1px dotted green;	
}

p.error, span.atencion{
	color: #ff0000;
}

p.exito{
	color: green;
}

/*
 *	PRINCIPAL
 */

#principal{
	position: relative;
	width: 960px;
	/*height: 600px;*/
	color: #000000;
}

/*
 * TITULO H1
 */

h1{
	margin-top: 50px;
	width: 324px;
	height: 24px;
	margin-left: 191px;
	margin-bottom: 8px;
}

h1.sinflash{
	cursor: pointer;
	background: url(img/logo.gif) top left no-repeat;
	text-indent: -9999px;	
}

/*
 * IZQUIERDA
 */

#izquierda{
	float: left;
	width: 193px;
}

#smooth_menu{
	position:absolute;
	top:32px;
	left:189px;
}

/* menu izquierda */

#contenedor_menu{
	position: relative;
	width: 193px;
	clear: both;
}

ul#menu_izquierda{
	/*position: absolute;*/
	text-align: right;
	padding: 10px 0;
	background: #e72d06;
	width: 193px;
	height: 134px;
}

ul#menu_izquierda li{
	margin: 0 19px 2px;
}

ul#menu_izquierda li a{
	color: #ffffff;
	font-size: 1.2em;
}

ul#menu_izquierda a.actual{
	color: #000000;
}

/* menu de tipo de trabajo */

ul#menu_tipo{
	text-align: right;
	padding: 11px 0;
	clear: both;
}

ul#menu_tipo li{
	margin: 0 22px 6px;
	font-size: 1.1em;
}

ul#menu_tipo li a{
	color: #999999;
}

ul#menu_tipo li a:hover{
	color: #E72D06;
}

ul#menu_tipo li a.actual{
	color: #e72d06;
}

/* nombre del cliente */

#izquierda p.nombre_cliente{
	text-align: right;
	margin: 11px 19px;
	font-size: 1.2em;
	color: #e72d06;
}

/* casos de exito */

p.casos_exito{
	text-align: right;
	margin: 21px 19px;
	font-size: 1.1em;
}

p.casos_exito a{
	color: #999999;
}

p.casos_exito a.actual{
	color: #e72d06;
}

/*
 * DERECHA
 */
#derecha{
	position: relative;
	float: left;
	width: 757px;
}

/* slideshow */

#slideshow{
	position: relative;
	width: 756px;
	height: 470px;
}

#slideshow img{
	position: absolute;
}

/* presentacion */

#presentacion{
	position: absolute;
	width: 756px;
	height: 154px;
	top: 0;
	background: url(img/fondo_presentacion.png) bottom right no-repeat;
	z-index: 4;
}

#presentacion h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9pt;
	color: #333333;
	margin: 20px 16px 15px 16px;
}

#presentacion .texto{
	margin: 0 14px;
}

#presentacion p{
	font-size: 16pt;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}

.capa_videos{
	background: url(img/ajax-loader.gif) center center no-repeat;
	position: absolute;
	top: -16px;
	width: 756px;
	height: 469px;
	z-index: 5;
}

.capa_videos p{
	font-size: 1.4em;
	text-align: right;
}

/* listado de trabajos */

#derecha.trabajos{
	position: relative;
}

#trabajos{
	position: relative;
	width: 800px;
	height: 480px;
	overflow: auto;
}

#paginacion_trabajos{
	position: absolute;
	top: -23px;
	right: 20px;
}

#paginacion_trabajos.oculto{
	display: none;
}

#paginacion_trabajos img.activo{
	cursor: pointer;
}

.scroll_trabajos{
	width: 2500px;
	overflow: auto;
}

.lista_trabajos{
	float: left;
	width: 800px;
	padding: 0 10px;
}

.trabajo{
	float: left;
	width: 223px;
	margin-bottom: 19px;
}

.trabajo p{
	font-size: 1.1em;
}

.trabajo .contiene_imagen{
	position: relative;
}

.trabajo p.texto{
	position: absolute;
	bottom: 2px;
	padding: 8px 0;
	text-indent: 10px;
	background: #ffffff;
	color: #000000;
	width: 224px;
}

.trabajo p.activo{
	background: url(img/fondo_info_trabajo.png);
	color: #ffffff;
}

.sobre_thumb {
	/*background:#FF0000;*/
	background-color: #000000;
	/*background: url(img/fondo_info_trabajo.png);*/
	color: #ffffff;
}

.trabajo p span.tipo{
	color: #e72d06;
}

.trabajo.izq, .trabajo.med{
	margin-right: 36px;
}

.trabajo.der{

}

.lista_trabajos .trabajo h2{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4px 0 10px;
	text-indent: 8px;
	background: #ffffff;
	color: #000000;
	font-size: 1.2em;	
}

.lista_trabajos .trabajo h2 span.tipo{
	color: #ff0000;
}

.over_thumb {
/*	background-color:#aaa;*/
}

/* detalles del trabajo */

.paginacion_detalles{
	position: absolute;
	top: -23px;
	right: -2px;
	/*display: none;*/
}

.paginacion_detalles .visible{
	display: block;
}

.paginacion_detalles li{
	display: inline;
	cursor: pointer;
	margin-left: 8px;
}

.detalle_trabajo{
	position: absolute;
	width: 756px;
	top: 0;
	left: 0;
	background: #ffffff;
	display: none;
	z-index: 100;
}

.detalle_trabajo.visible{
	display: block;
}

.detalle_trabajo .texto{
	position: absolute;
	height: 33px;
	width: 100%;
	background: #ffffff;
	margin-top: -2px;
}

.detalle_trabajo .texto p{
	font-size: 1.1em;
	margin: 0 10px;
}

.detalle_trabajo .texto p.titulo{
	margin-top: 3px;
	margin-bottom: 1px;
}

.detalle_trabajo .texto p.desarrollo{
	color: #999;
	width: 600px;
	height: 14px;
	overflow: hidden;
}

.detalle_trabajo .texto span.tipo{
	color: #e72d06;
}

.detalle_trabajo .texto p.enlace_info{
	text-align: right;
	margin-top: -18px;
	color: #999;
}

.detalle_trabajo p.enlace_info a{
	color: #999;
	margin-right: 10px;
}

.detalle_trabajo .texto p.enlace_info span{
	cursor: pointer;
}

.detalle_trabajo p.enlace_info a:hover, .detalle_trabajo p.enlace_info span:hover{
	color: #e72d06;
}

.detalle_trabajo .imagen{
	position: relative;
	float: none;
	clear: both;
}

.detalle_trabajo .imagen img{

}

.detalle_trabajo .info{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(img/fondo_info_trabajo.png);
	color: #ffffff;
	font-size: 1.1em;
}

.detalle_trabajo .info p{
	margin: 10px;
}


/* acerca de */

#acerca_de{
	width: 757px;
	height: 468px;
	background: #ffffff top right no-repeat;
	/*background: #ffffff url(img/fondo_about.jpg) top right no-repeat;*/
	color: #000000;
}

#acerca_de .texto{
	padding: 35px 20px 0;
	width: 154px;
}

#acerca_de .texto h2{
	font-size: 2.2em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

#acerca_de .texto p{
	margin-bottom: 14px;
	font-size: 1.1em;
	color: #999;
	/*text-align:justify;*/
}

/* clientes */

#clientes{
	position: relative;
	width: 756px;
	height: 468px;
	background: #ffffff;
}

#clientes ul{
	float: left;
	width: 220px;
	margin: 32px 20px 32px 0;
}

#clientes ul.izq{
	margin-left: 16px;
}

#clientes li{
	font-size: 1.1em;
	margin-bottom:4px;
	color: #333333;
}

#clientes li a{
	color: #333333;
}

#clientes li a:hover{
	color: #E72D06;
}


/* contacto */

#contacto{
	width: 756px;
	height: 469px;
	background: #ffffff;
}

#contacto .texto{
	position: relative;
	margin: 0 20px;
	padding: 50px 0;
}

#contacto .texto h3, #contacto .texto p{
	font-size: 1.1em;
	line-height: 1.4em;
}

#contacto .texto p, #contacto .texto p.mapa a, #contacto p.mailto a{
	color: #999999;
}

#contacto p.mailto a:hover{
	color: #333333;
}

#contacto .texto p.mapa{
	margin-top: 20px;
}

#contacto .texto p.img{
	margin-top: 20px;
}

#contacto #form_suscripcion_newsletter{
	margin-top: 30px;
	width: 450px;
}

#contacto #form_suscripcion_newsletter p{
	margin-bottom: 8px;
}

#contacto #form_suscripcion_newsletter p.nombre, #contacto #form_suscripcion_newsletter p.email{
	float: left;
}

#contacto #form_suscripcion_newsletter p.nombre label, #contacto #form_suscripcion_newsletter p.email label{
	display: block;
	width: 50px;
	float: left;
}

#contacto #mapa_cont{
	position: absolute;
	top: 140px;
	width: 716px;
}

#contacto #mapa_cont p{
	cursor: pointer;
	text-align: right;
}

#contacto #mapa{
	width: 714px;
	height: 292px;
	border:1px solid #bbb;
}

#contacto #form_suscripcion_newsletter p.nombre input, #contacto #form_suscripcion_newsletter p.email input{
	width: 150px;
}

#contacto #form_suscripcion_newsletter p.sub{
	clear: both;
	text-align: right;
}

#contacto #form_suscripcion_newsletter p.sub input{
	margin-right: 40px;
}

#contacto #form_suscripcion_newsletter p input{
	border: 0;
	background: #e72d06;
	color: #ffffff;
	margin-right: 10px;
}

/* noticias */

#derecha.noticias{
	background: #ffffff;
}

#noticias{
	background: #ffffff;
	width: 756px;
	overflow: auto;
	height: 436px;
	padding: 17px 0;
}

#paginacion_noticias{
	position: absolute;
	top: -23px;
	right: 20px;
}

#paginacion_noticias img.activo{
	cursor: pointer;
}

.scroll_noticias{
	width: 2500px;
	overflow: auto;
	
}

.lista_noticias{
	padding: 10px 22px;
	float: left;
}

.noticia{
	width: 726px;
	margin-bottom: 24px;
	height: 75px;
}

.noticia .cuerpo_noticia{
	position: relative;
	margin-bottom: 11px;
	height: 74px;
	font-size: 1.1em;
	margin-bottom: 6px;
	vertical-align: middle;
}

.noticia .cuerpo_noticia a{
	color: #000000;
}

.noticia .cuerpo_noticia .imagen{
	position: relative;
	margin-right: 163px;
	vertical-align: middle;
}

.noticia .cuerpo_noticia .imagen img{
	position: absolute;
	top: 0;
	left: 0;	
}

.noticia .cuerpo_noticia .titulo{
	position: relative;
	float: left;
	left: 173px;
	width: 550px;
	margin-bottom:13px;

}

.noticia .cuerpo_noticia .texto{
	position: relative;
	float: left;
	left: 173px;	
	width: 550px;
	height:50px;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #999;
}

#noticia_detalle{
	position: absolute;
	top: 0;
	margin: 27px 22px;
	height: 414px;
	background: #ffffff;
}

/*#noticia_detalle h2{
	position: relative;
	margin-bottom: 11px;
	height: 74px;
}

#noticia_detalle h2 .imagen{
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 163px;
	margin-bottom: 74px;
	vertical-align: middle;
}

#noticia_detalle h2 .texto{
	position: absolute;
	bottom: 0;
	left: 173px;
}*/

/* casos de éxito */

#derecha.casos_exito{
	background: #ffffff;
}

#casos_exito{
	background: #ffffff;
	width: 756px;
	overflow: auto;
	height: 436px;
	padding: 17px 0;
}

#paginacion_casos_exito{
	position: absolute;
	top: -23px;
	right: 20px;
}

#paginacion_casos_exito img.activo{
	cursor: pointer;
}

.scroll_casos_exito{
	width: 2500px;
	overflow: auto;
	
}

.lista_casos_exito{
	padding: 10px 22px;
	float: left;
}

.caso_exito{
	width: 726px;
	margin-bottom: 24px;
	height: 75px;
}

.caso_exito .cuerpo_caso_exito{
	position: relative;
	margin-bottom: 11px;
	height: 74px;
	font-size: 1.1em;
	margin-bottom: 6px;
	vertical-align: middle;
}

.caso_exito .cuerpo_caso_exito a{
	color: #000000;
}

.caso_exito .cuerpo_caso_exito a_hover{
	color: #e72d06;
}

.caso_exito .cuerpo_caso_exito .imagen{
	position: relative;
	margin-right: 163px;
	vertical-align: middle;
}

.caso_exito .cuerpo_caso_exito .imagen img{
	position: absolute;
	width: 163px;
	height: 74px;
	top: 0;
	left: 0;	
}

.caso_exito .cuerpo_caso_exito .titulo{
	position: relative;
	float: left;
	left: 173px;
	width: 550px;
	margin-bottom:13px;
	font-size: 1.2em;

}

.caso_exito .cuerpo_caso_exito .subtitulo{
	position: relative;
	margin-top: -12px;
	float: left;
	left: 173px;
	width: 550px;
	margin-bottom:13px;

}

.caso_exito .cuerpo_caso_exito .conte_pdf{
	margin-top: 20px;
}

.caso_exito .cuerpo_caso_exito .pdf{
	clear: both;
	float: none;
	margin: 10px 0 0;
}

.caso_exito .cuerpo_caso_exito .pdf a:hover{
	color: #e72d06;
}

.caso_exito .cuerpo_caso_exito .pdf.trabajo{
	
}

.caso_exito .cuerpo_caso_exito .texto{
	position: relative;
	float: left;
	left: 173px;	
	width: 550px;
	height:50px;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #999;
}

#caso_exito_detalle{
	position: absolute;
	top: 0;
	margin: 27px 22px;
	height: 414px;
	background: #ffffff;
}

/*#noticia_detalle h2{
	position: relative;
	margin-bottom: 11px;
	height: 74px;
}

#noticia_detalle h2 .imagen{
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 163px;
	margin-bottom: 74px;
	vertical-align: middle;
}

#noticia_detalle h2 .texto{
	position: absolute;
	bottom: 0;
	left: 173px;
}*/

/* sag */

#sag01{
	width: 757px;
	min-height: 468px;
	background: #ffffff;
	color: #000000;
	position: relative;
}

#sag01 #texto{
	padding: 35px 17px 0;
	width: 154px;
	float: left;
}

#sag01 #texto h2{
	font-size: 2.2em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

#sag01 #texto p{
	margin-bottom: 14px;
	font-size: 1.1em;
	color: #999;
}

#sag01 form{
	font-size: 1em;
	position: absolute;
	bottom: 0;
	background: #ffffff;	
}

#sag01 label{
	color: #999999;
}
#sag01 form fieldset{
	margin: 0;
}

#sag01 form fieldset{
	margin: 0;
}

#sag01 form input, #sag01 form textarea{
	border: 0;
	background: #e72d06;
	color: #ffffff;
	width: 154px;
}

 #sag01 p.sub{
 	text-align: right;
	font-size: 1.2em;
 }

#sag01 p.sub input{
	width: inherit;
	cursor: pointer;
}

#sag01 div.exito, #sag01 div.errores{
	font-size: 0.8em;
	width: 154px;
}

#sag01 div.errores p, #sag01 div.exito p{
	line-height: 1.5em;
}

#sag01 #fotografia{
	float: right;
	width: 565px;
}

#sag01 #fotografia p{
	position: absolute;
	position: absolute;
}

#flash_sag{
	position: absolute;
	width: 565px;
	height: 600px;
	top: 16px;
	left: 385px;
}



/*
 * PIE
 */

#pie{
	position: absolute;
	left: 93px;
	top: 488px;
	font-size: 1.1em;
	text-align: right;
	color: #999999;
}

#pie a{
	color: #999999;
}

#pie a.actual{
	color: #e72d06;
}


/**** PIE LOGOS ********/
#pie_logos {
	position:absolute;
	float:right;
	top:509px;
	right:10px;
	width:299px;
	height:24px;
}
