@CHARSET "ISO-8859-1";

@font-face {
	font-family:"Trebuchet MS";
	src:"../fonts/trebuc.ttf";
}
.hide {
	display: none;
}

/** Lightbox **/
	#simplemodal-container a.modalCloseImg {
		background:url("../images/cerar-lightbox.png") no-repeat; /* adjust url as required */
		width:64px;
		height:31px;
		display:inline;
		z-index:9999;
		position:absolute;
		top:0px;
		right:0px;
		cursor:pointer;
	}
	#simplemodal-overlay {background-color:#000;}
	#simplemodal-container {
		background-image: url("../images/fondo-productos-ampliacion.png");
		position:absolute !important;
	}
	.simplemodal-wrap {
		overflow-x: hidden !important;
		overflow-y: hidden !important;
		overflow: hidden !important;
	}
	
	
	
/****************************************/
/*		PAGINA: TEMPLATE				*/
/****************************************/
body {
	text-align:center;
	background-color: #f4f4f4;
	font-family:"Trebuchet MS";
}
.content {
	width:996px;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin: 0 auto;
}
.content-page {
	width:937px;
	padding:12px 12px 6px 12px;
	height:auto;
	margin:0 auto;
	background-color:white;
	/*background-color:grey;*/
}
.header {
	width:100%;
	height: 160px;
	position: relative;
}
.menu-header {
	width:260px;
	position: absolute;
	top: 13px;
	right: 100px;
}
.menu-header ul {
	margin:0;
	padding:0;
}
.menu-header ul li {
	display: inline;
}
.menu-header ul li a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-family: Arial;
	color:#999999;
	font-size: 11px;
	letter-spacing: -.04em;	
}
.menu-header ul li a:hover {
	text-decoration: underline;
}
.menu-header ul li span {
	color:#999999;
	font-size: 11px;
	margin-left: 3px; margin-right: 3px;
}
.tamanio-logos {
	width:25px;
	height:25px;
}
.redes-sociales {
	width:90px;
	position: absolute;
	top: 15px;
	right: 0px;
}
.redes-sociales a img{
	border:none;
}
.link-msn {
	background:url("../images/logo-msn.png");
	background-repeat:no-repeat;
}
.link-facebook {
	background:url("/resources/images/logo-facebook.png");
	background-repeat:no-repeat;
}
.link-tweeter {
	background:url("/resources/images/logo-tweeter.png");
	background-repeat:no-repeat;
}
.logo {
	width:236px;
	height:78px;
	background:url("../images/banner-centro.png");
	position: absolute;
	top: 55px;
	left: 20px;
	cursor: pointer;
}

/** Menu Principal **/
.menu-principal {
	height:56px;
	background:url("../images/barra-gris-menu.png");
	background-repeat:no-repeat;
	position: absolute;
	top: 66px; right: 0px;
	padding:7px 6px;
}
.menu-principal .botonMenu {
	width: 144px;
	height: 56px;
	cursor: pointer;
	position:relative;
	float:left;
	margin:0 3px;
}
.menu-principal .botonMenu:hover {
	background-image: url("../images/boton-menu.png");
}
.menu-principal .botonMenu img {
	margin-top: 8px;
	margin-left: 8px;
	float: left;
}
.menu-principal .botonMenu p {
	text-decoration: none;
	outline: none;
	color:black;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	margin-left: 60px;
	margin-top: 7px; margin-bottom: 0px;
	line-height: 8px;
}

/** BANNER DEL CENTRO **/
#sliderWrapper {
	width:997px;
	height:285px;
	background:#f0f0f0;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
	margin:0 -30px;
	position:relative;
}
#sliderWrapper:before,
#sliderWrapper:after {
	content:'';
	position:absolute;
	bottom:-18px;
	border:solid 9px transparent;
	border-top-color:#333;
	z-index:-1;
}
#sliderWrapper:before {
	left:0;
	border-right-color:#333;
}
#sliderWrapper:after {
	right:0;
	border-left-color:#333;
}
#sliderWrapper > a {
	position:absolute;
	top:50%;
	margin-top:-35px;
	display:block;
	width:0;
	height:0;
	z-index:10;
	border-color:transparent;
	border-width:35px 18px;
	border-style:solid;
}
#sliderWrapper > a#sliderPrev {
	border-right-color:#005FC0;
	left:20px;
}
#sliderWrapper > a#sliderNext {
	border-left-color:#005FC0;
	right:20px;
}
#slider {
	width:997px;
	height:285px;
	overflow:hidden;
}
#slider > div {
	width:997px;
	height:285px;
	float:left;
	background-position:center center;
	position:relative;
	text-align:left;
}
#slider:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:48px;
	background:url("../images/linea-colores-grande.png") center top no-repeat;
	z-index:99;
}
#slider div h1 {
	font-size:32px;
	line-height:34px;
	font-style:italic;
	font-weight:bold;
	color:#005FC0;
	position:absolute;
	left:117px;
	top:20px;
}
#slider div p {
	font-size:16px;
	line-height:18px;
	color:#888;
	position:absolute;
	left:120px;
	top:65px;
}
#slider div a.consultar {
	font-weight:bold;
	padding-left:33px;
	height:26px;
	line-height:26px;
	position:absolute;
	left:120px;
	bottom:60px;
	color:#333;
	text-decoration:none;
	background:url(../images/menu-cuadro-gris-chico.png) no-repeat left center;
}

/** Footer **/
.barra-inf-colores {
	width:932px;
	height:43px;
	background: url("../images/barra-colores.png");
}
.footer {
	width:996px;
	height:130px;
	background:url("../images/fondo-footer.png");
	background-repeat:no-repeat;
	position:relative;
}
.texto-fondo-azul {
	width:961px;
	font-family:"Trebuche MS";
	font-size:11px;
	color:white;
	position:relative;
	left:25px;
	top:17px;
}
.text {
	/*width:130px;*/
	height:45px;
	text-align:left;
	float:left;
	color:white;
	padding:0px 12px;
	font-size:11px;
}
.texto-footer-inferior {
	width:960px;
	position:relative;
	overflow:hidden;
	left:30px;
	top:45px;
	clear:left;
}
.border-rig {
	border-right:solid 1px white;
}
.menu-footer {
	width:600px;
	height:41px;
	float:right;
	font-size:12px;
}
.menu-footer a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-family: Arial;
	color:#333333;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: -.04em;
	position:relative;
	top:-10px;
	line-height:0.1em;
	margin-right:20px;
	margin-left:7px;
}
.copyrigth {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#666666;
	float:left;
	margin-left:15px;
	margin-top:4px;
}

.contenido {
	width:932px;
	overflow:hidden;
	margin-left: 17px;
	background-color: white;
	padding: 14px;
}


/*******************************************************************************/
/*		PAGINA: PRODUCTOS				                                       */
/*******************************************************************************/
.productosPage {
	position: relative;
	height: 620px;
	text-align: left;
}
.banner-productos {
	width:673px;
	height:254px;
	background:url("../images/banner-productos.png");
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	top:15px;
}
.titulo {
	width:180px;
	margin-bottom:10px;
	margin-top:10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.productosPage .titulo {
	background:url("../images/cuadro-amarillo-chiquito-sombra.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	color:#ad8b00;
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 24px;
	text-indent: 32px;
	width: 400px;
}
.contenido-productos {
	width:700px;
	height:auto;
	overflow:hidden;
	position: absolute;
	left: 235px;
	top: 60px;
}

/** Menu de Productos **/
.item-menu-productos {
	text-align: left;
	text-indent: 24px;
	width:222px;
	height:32px;
	background:url("../images/submenu-amarillo.png");
	background-repeat:no-repeat;
}
.item-menu-productos:hover, .item-menu-productos-activo {
	background:url("../images/submenu-seleccionado-amarillo.png");
}
.menu-productos {
	position: absolute;
	top: 60px;
	left: 0px;
	width:222px;
	overflow: hidden;
}
.menu-productos ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu-productos ul li {
	margin-bottom:7px;
}
.menu-productos ul li a {
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:16px;
	color:white;
	position:relative;
	top:17%;
	font-weight: bold;
}

/** Grilla de Productos **/
.fila {
	width:689px;
	overflow:hidden;
	margin-bottom:20px;
}
.un-producto {
	width:223px;
	float:left;
}
.mr10 {
	margin-right:10px;
}

.imagen-producto {
	cursor: pointer;
	width:223px;
	height:163px;
}
.foto {
	width: 223px !important;
	height: 163px !important;
}
.datos-producto {
	width:223px;
	text-align:left;
}
.titulo-producto {
	font-family: "Trebuchet MS";
	font-size:18px;
	font-weight:lighter;
	color:#ad8b00;
	margin-top:5px;
}
.articulo {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#dfb200;
	margin-top:5px;
}
.desc-articulo {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#b2b2b2;
	line-height:1.2;
}
.mas-info-producto {
	width:52px;
	height:25px;
	background:url("../images/+info-amarillo.png");
	background-repeat:no-repeat;
	margin-top:15px;
	border:none;
	cursor:pointer;
}
.paginacion {
	position: absolute;
	top: 590px;
	right: 40px;
	width:100%;
	margin-bottom:10px;
	text-align: right;
}
.paginacion a, span {
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#ad8b00;
	margin-left: 2px;
	margin-right: 2px;
}
a.pagina-seleccionada {
	padding-left: 4px;
	padding-right: 4px;
	color:white;
	background-color: #AE8B00;
	/*background:url("../images/pagina-seleccionada.png");
	background-repeat:no-repeat;*/
}
.consultar-boton {
	background-image: url("../images/consultar-boton.png");
	width: 68px;
	height: 25px;
	cursor: pointer;
	border: none;
}

/** LIGHTBOX DE PRODUCTOS **/
#galeria {
	width: 838px;
}
.galeriaContainer {
	width: 95%;
	height: 95%;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}
.imagen-grande {
	margin: 0 auto;
	width: 500px !important;
	height: 500px !important;
	border: solid 1px #CCC;
}
.thumbnail-bar {
	margin-top: 15px;
	width: 100%;
	height: 100px;
	overflow: auto;
}
.thumbnail {
	width: 84px !important;
	height: 70px !important;
	border: solid 1px #CCC;
	margin-right: 10px;
	cursor: pointer;
}

/** LIGHTBOX DE CONSULTA **/
#contactForm .formularioContacto, .contactoDialogBox .formularioContacto {
	width: 530px;
	margin: 0 auto;
	margin-top: 90px;
}
#contactForm .formularioContacto .columna2, .contactoDialogBox .formularioContacto .columna2 {
	position: absolute;
	top: 25px !important;
}

/*******************************************************************************/
/*		PAGINA: CONTACTO				                                       */
/*******************************************************************************/
.contactoPage {
	height: 360px;
	position: relative;
	text-align: left;
}
.banner-contacto {
	width:692px;
	height:251px;
	background:url("../images/banner-contacto.png");
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
}
.contactoPage .columna1 {
	
}
.contactoPage .columna2 {
	position: absolute;
	padding-top: 22px;
	right: 10px;
	top: 30px;
}

.contactoPage .tituloSeccion {
	background-image: url("../images/cuadro-gris-chiquito.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	color: #666666;
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 24px;
	text-indent: 32px;
	width: 400px;
}
.contactoPage .texto {
	position: absolute;
	left: 35px;
	top: 50px;
	color: #999999;
	font-size: 12px;
}
.contactoPage .destacado {
	font-weight: bold;
	font-size: 15px;
	color: #666666;
	margin-bottom: 13px;
}
.contactoPage .texto p {
	margin: 0px; padding: 0px;
}
.contactoPage .renglon {
	margin-bottom: 15px;
}
/*******************************************************************************/
/*		PAGINA: FORMULARIO DE CONTACTO				                           */
/*******************************************************************************/
.formularioContacto {
	color: #666666;
	text-align: left;
	width: 530px;
	height: 225px;
	position: relative;
}
.formularioContacto .columna1 {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 46%;
}
.formularioContacto .columna2 {
	position: absolute;
	left: 270px;
	top: 0px;
	width: 46%;
}
.formularioContacto .fila1 {
	margin-top: 10px;
}
.tituloFormulario {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}
label {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.input, textarea {
	background-color: #E9E9E9;
	padding: 5px;
	color: #222222;
	font-size: 12px;
	display: block;
	width: 100%;
	border: none;
}
.input {
	padding-top: 7px;
	padding-bottom: 7px;
}
.formularioContacto textarea {
	height: 128px;
	padding: 5px;
	font-family:"Trebuchet MS";
}
.enviarBtn {
	color: white;
	background-image: url("../images/back-enviar.png");
	width: 69px;
	height: 28px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
	cursor: pointer;
	margin-right: 10px;
	position: absolute;
	right: 0px; bottom: 0px;
}


/*******************************************************************************/
/*		PAGINA: HOME                 				                           */
/*******************************************************************************/
.indexPage {
	height: 550px;
	text-align: left;	
}
.secciones {
	height: 200px;
}
.banner-index {
	width:764px;
	height:269px;
	background:url("../images/banner-index.png");
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
}

/** Secciones de arriba **/
.indexPage .seccion {
	width: 290px;
	height: 215px;
	float: left;
	position: relative;
}
.indexPage .tituloSeccion {
	font-family:"Trebuchet MS";
	color: #005FC0;
	font-size: 16px;
	font-weight: bold;	
}
.indexPage .textoSeccion {
	color: #003366;
	font-family:"Trebuchet MS";
	font-size: 10px;
	line-height: 12px;
}
.separadorVertical {
	margin: 10px 12px 10px 12px;
	width: 0px;
	height: 96%;
	border: solid 1px #DDDDDD;
	float: left;
}
.separadorHorizontal {
	margin: 4px 2px 6px 2px;
	width: 96%;
	height: 0px;
	border: solid 1px #DDDDDD;
	float: left;
}

.indexPage .botonMasInfo {
	border: none;
	font-family:"Trebuchet MS";
	color: white;
	font-size: 12px;
	background-image: url("../images/logo+info.png");
	background-repeat: no-repeat;
	width: 73px;
	height: 32px;
	padding: 4px;
	cursor: pointer;
	outline: none;
}

/** Seccion 1 **/
.seccionMolarExpress .foto1 {
	background-image: url('../images/foto1.png');
	background-repeat: no-repeat;
	width: 81px;
	height: 196px;
}
.seccionMolarExpress .molarExpressChico {
	background-image: url('../images/logo-chico-molar-express.png');
	background-repeat: no-repeat;
	width: 162px;
	height: 63px;
	position: absolute;
	top: 10px;
	left: 100px;
}
.seccionMolarExpress .textoSeccion {
	position: absolute;
	top: 86px;
	left: 100px;
	width: 170px;
}
.seccionMolarExpress .botonMasInfo {
	position: absolute;
	top: 170px;
	right: 5px;
}


/** Seccion 2 **/
.seccionSistemasImpresion .foto2 {
	background-image: url('../images/foto2.png');
	background-repeat: no-repeat;
	width: 81px;
	height: 196px;
}
.seccionSistemasImpresion .tituloSeccion {
	position: absolute;
	top: 20px;
	left: 100px;
}
.seccionSistemasImpresion .textoSeccion {
	position: absolute;
	top: 56px;
	left: 100px;
	width: 170px;
}
.seccionSistemasImpresion .botonMasInfo {
	position: absolute;
	top: 170px;
	right: 5px;
	text-align: center;
}


/** Seccion 3 **/
.seccionProductos .foto3 {
	background-image: url('../images/foto3.png');
	background-repeat: no-repeat;
	width: 81px;
	height: 196px;
}
.seccionProductos .tituloSeccion {
	position: absolute;
	top: 20px;
	left: 100px;
}
.seccionProductos .textoSeccion {
	position: absolute;
	top: 56px;
	left: 100px;
	width: 170px;
}
.seccionProductos .botonMasInfo {
	position: absolute;
	top: 170px;
	right: 5px;
}


/** Seccion de Quienes Somos **/
.indexPage .quienesSomosContainer {
	float: left;
	width: 100%;
	clear: both;
	height: 320px;
	position: relative;
}
.quienesSomosContainer .imagen-quienes-somos {
	background-image: url('../images/img1.png');
	background-repeat: no-repeat;
	width: 297px;
	height: 252px;
	position: absolute;
	top: 30px;
	left: 0px;
}
.quienesSomosContainer .labelPath {
	color: #999999;
	font-family:"Trebuchet MS";
	font-size: 10px;
	position: absolute;
	right: 2px; top: 5px;
}
.quienesSomosContainer .tituloSeccion {
	background-image: url("../images/menu-cuadro-azul-chico.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #005FC0;
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 18px;
	left: 330px;
	text-indent: 40px;
	position: absolute;
	top: 30px;
}
.quienesSomosContainer .textoSeccion {
	font-size: 11px;
	color: #999999;
	margin-top: 6px;
	position: absolute;
	top: 50px;
	left: 330px;
	width: 550px;
}




/*******************************************************************************/
/*		PAGINA: MOLAR EXPRESS			                                       */
/*******************************************************************************/
.molarExpressPage {
	height: 400px;
	position: relative;
	text-align: left;
}
.molarExpressPage .titulo {
	background-image: url("../images/cuadro-azul.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	color: #236B9C;
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 24px;
	text-indent: 32px;
	height: 26px;
}
.banner-molar-express {
	width:829px;
	height:229px;
	background:url("../images/banner-molar-expres.png");
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	top: 5px;
}
.molarExpressPage .imagen {
	background-image: url('../images/impresora.png');
	background-repeat: no-repeat;
	width: 344px;
	height: 363px;
	position: absolute;
	top: 42px;
	left: 0px;
}
.molarExpressPage .tituloMolarExpress {
	position: absolute;
	top: 0px;
	left: 0px;
}
.molarExpressPage .tituloSeccionMolarExpress {
	position: absolute;
	top: 30px;
	left: 350px;
	width: 350px;
}
.molarExpressPage .textoSeccion {
	position: absolute;
	top: 70px;
	left: 350px;
	font-size: 11px;
	color: #999999;
	width: 550px;
}

	
/*******************************************************************************/
/*		PAGINA: SISTEMAS DE IMPRESION	                                       */
/*******************************************************************************/
.sistemasImpresionPage {
	height: 520px;
	position: relative;
	text-align: left;
}
.sistemasImpresionPage .titulo {
	background-image: url("../images/cuadro-rojo-chico.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	color: #BD0E3A;
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 24px;
	text-indent: 32px;
	width: 400px;
}
.banner-sistemas-impresion {
	width:813px;
	height:268px;
	background:url("../images/banner-sistemas-impresion.png");
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
}
.sistemasImpresionPage .imagenes {
	position: absolute;
	top: 75px;
}
.sistemasImpresionPage .imagen {
	float: left;
	width: 178px;
	height: 409px;
	background-repeat: no-repeat;
	margin-right: 8px;
	position: relative;
}
.sistemasImpresionPage .imagen1 {
	background-image: url("../images/img-imprenta-offset.png");
}
.sistemasImpresionPage .imagen2 {
	background-image: url("../images/img-imprenta-rapida.png");
}
.sistemasImpresionPage .imagen3 {
	background-image: url("../images/img-ploteos.png");
}
.sistemasImpresionPage .imagen4 {
	background-image: url("../images/img-serigrafia.png");
}
.sistemasImpresionPage .imagen5 {
	background-image: url("../images/imp-planos.png");
}
.sistemasImpresionPage .verBoton {
	background-image: url("../images/cuadro-rojo-ver.png");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 70px;
	height: 28px;
	border: none;
	cursor: pointer;
}

/** LIGHTBOX DE SISTEMAS DE IMPRESION **/
.sistemaImpresionDialogBox {
	width: 838px; /** Para IE7 **/
	padding-top: 25px;	
}
.dialogBox {
	width: 681px;
	height: 425px;
	margin: 0 auto;
	text-align: center;
	text-align: left;
	position: relative;
}
.dialogBox .tituloDialog {
	background-image: url("../images/barra-roja.png");
	width: 681px;
	height: 49px;
	background-repeat: no-repeat;
	color: white;
	font-size: 20px;
	position: absolute;
	top: 0px; left: 0px;
	text-indent: 30px;
	padding-top: 10px;
}
.dialogBox .imagen{
	position: absolute;
	top: 55px;
	left: 0px;
}
.dialogBox .texto {
	position: absolute;
	top: 55px;
	left: 215px;
}
.dialogBox .subtitulo {
	font-size: 16px;
	color: #B60A33;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 12px;
}
.dialogBox p {
	color: #999999;
	font-size: 11px;
	margin: 3px;
	line-height: 14px;
}
.dialogBox p.destacado {
	color: #B60A33;
}


.consultarBtn {
	background-image: url("../images/sobre-rojo.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	background-color: white;
	border: none;
	width: 142px;
	height: 32px;
	color: #B60A33;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	bottom: 20px;
	right: 0px;
	padding: 0px;
	cursor: pointer;
	outline: none;
}

/** Imagenes de los lightboxs **/
.imprentaOffset {
	background-image: url("../images/img2.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 360px;
}
.imprentaRapida {
	background-image: url("../images/rapida.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 360px;
}
.ploteos {
	background-image: url("../images/ploteos.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 360px;
}
.serigrafia {
	background-image: url("../images/serigrafia.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 360px;
}
.planos {
	background-image: url("../images/planos.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 360px;
}




/*******************************************************************************/
/*		PAGINA: TRABAJA CON NOSOTROS	                                       */
/*******************************************************************************/
.trabajaPage {
	height: 340px;
	position: relative;
	text-align: left;
}
.banner-trabaja {
	width:663px;
	height:259px;
	background:url("../images/banner-trabaja.png");
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
}
.trabajaPage .columna1 {
	
}
.trabajaPage .columna2 {
	position: absolute;
	padding-top: 22px;
	right: 10px;
	top: 20px;
}

.trabajaPage .tituloSeccion {
	background-image: url("../images/cuadro-gris-chiquito.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	color: #666666;
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 24px;
	text-indent: 32px;
	width: 400px;
}
.trabajaPage .texto {
	font-family:"Trebuchet MS";
	position: absolute;
	left: 35px;
	top: 50px;
	color: #868686;
	font-size: 14px;
	font-style: italic;
}
.trabajaPage .destacado {
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	margin-bottom: 13px;
	font-style: normal;
}
.formularioTrabaja {
	color: #666666;
	text-align: left;
	width: 530px;
	height: 210px;
	position: relative;
}
.formularioTrabaja .columna1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 46%;
}
.formularioTrabaja .columna2 {
	position: absolute;
	left: 270px;
	top: -23px;
	width: 46%;
}
.formularioTrabaja .fila1 {
	margin-top: 10px;
}
.tituloFormulario {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}
label {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.input, textarea {
	background-color: #E9E9E9;
	padding: 5px;
	color: #222222;
	font-size: 12px;
	display: block;
	width: 100%;
	border: none;
}
.input {
	padding-top: 7px;
	padding-bottom: 7px;
}
.formularioTrabaja textarea {
	height: 78px;
	padding: 5px;
	font-family:"Trebuchet MS";
}
.enviarBtn {
	color: white;
	background-image: url("../images/back-enviar.png");
	width: 69px;
	height: 28px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
	cursor: pointer;
	margin-right: 10px;
	position: absolute;
	right: 0px; bottom: 0px;
}





.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.fakeinput {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -15px;
	background-color: #E9E9E9;
	padding: 5px;
	color: #222222;
	font-size: 12px;
	border: none;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;	
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
.search-image {
	cursor: pointer;
}



/*************************************************************
 * FORMULARIO: GRACIAS CONTACTO
 *************************************************************/
.graciasContactoPage {
	height: 340px;
	position: relative;
	text-align: left;
}
.graciasContactoPage .tituloSeccion {
	background-image: url("../images/cuadro-gris-chiquito.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	color: #666666;
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 24px;
	text-indent: 32px;
	width: 700px;
}
.graciasContactoPage .texto {
	font-family:"Trebuchet MS";
	position: absolute;
	left: 35px;
	top: 50px;
	color: #868686;
	font-size: 14px;
	font-style: italic;
}
.graciasContactoPage .destacado {
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	margin-bottom: 13px;
	font-style: normal;
}
