@charset "utf-8";
/* CSS Document */

/************************//* Para resetear los estilos de los navegadores */
* { 
	margin:0;
	padding:0;
}
table {
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/************************//* Etiquetas de HTML */
body {
	font: 14px/140% "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
	width:auto;
	margin: auto;
	background-color: White;
}
a:visited {
	color: #171795;
	text-decoration: none;
}
a:link {
	color:#171795;
	text-decoration: none;
}
a:hover {
	color: #791b1b;
	text-decoration: none;
}
p {
	margin: 5px;
}
blockquote {
	color: #FFF;
	padding: 15px 15px 15px 50px;
	width: 90%;
	margin: 20px auto;
	background-color: green;
	background-image: url(../images/comillas.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
	margin-left: 15px;
	margin-top: 10px;
}
h1, h2, h3, h4, h5, h6, .contentheading, .message {
	line-height: normal;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 28px;
		margin-top: 0px;
}
h2, .contentheading, .message, .componentheading {
	font-size: 24px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px dotted #036;
	margin-top: 20px;
}
input {
}
input[type="text"]:focus, input[type="password"]:focus {
	border: 2px solid #9C3;
}
h2 {
	display: none;
}
dt {
	font-weight: bold;
	color: #990000;
	margin-top: 15px;
}
dd {
}

/************************//* MAQUETACION */
#contenedor {
	vertical-align: middle;
	margin-top: -280px;
	margin-left: -475px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 580px;
	width: 950px;
}
#entrar{
	float: right;	
	height:12px;
	width: 948px;
	padding-right: 2px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #171795;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#fondoprincipal {
	float: left;
	height: 550px;
	width: 950px;
	background-image: url(../images/fondo_principal.jpg);						
	background-repeat: no-repeat;
}
#contenedor_izq_flash{
	float: left;
	height: 550px;
	width: 334px;
}
#contenedor_centro{
	float: left;
	height: 550px;
	width: 282px;
	background-image: url(../images/fondo_centro.jpg);
	background-repeat: no-repeat;
}
#espacio_cabecera{
	float:left;
	height: 205px;
	width: 282px;
}
#espacio_menu{
	float: left;
	height: 155px;
	width: 252px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #171795;
	font-weight: bold;
	letter-spacing: 1px;
}
#espacio_presupuesto{
	float: left;
	height: 175px;
	width: 254px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #171795;
	font-weight: bold;
	letter-spacing: 1px;
}
#espacio_direccion{
	float:left;	
	height: 125px;
	width: 282px;
	padding-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
#cuerpo{
	float: right;
	height: 550px;
	width: 334px;
}
#contenedor_dcha{
	float: right;
	height: 550px;
	width: 334px;
}
#contenedor_dcha_index{ 
	float: right;
	height:316px;
	width:334px;
	background-image:  url(../images/img_oferta.jpg);
	background-repeat: no-repeat;
}
#contenedor_dcha_foto{ 
	float: right;
	height:234px;
	width:334px;
}
#contenedor_dcha_mapa{ 
	float: right;
	height:329px;
	width:334px;
}
#contenedor_dcha_dir{ 
	float: right;
	height:221px;
	width:334px;
}
#texto_dondeestamos{ 
	float: left;
	padding:50px 30px 35px 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff; 
	text-align:center;
	font-weight: bold;
}

/*fondos de contenedor dcha*/
#contenedor_quienessomos{  
	float: right;
	height: 550px;
	width: 334px;
	background-image:  url(../images/fondo_quienessomos.jpg);
	background-repeat: no-repeat;
}
#contenedor_contacto{  
	float: right;
	height: 550px;
	width: 334px;
	background-image:  url(../images/fondo_contacto.jpg);
	background-repeat: no-repeat;
}
#contenedor_creditos{  
	float: right;
	height: 550px;
	width: 334px;
	background-image:  url(../images/fondo_creditos.jpg);
	background-repeat: no-repeat;
}
#contenedor_servicios{  
	float: right;
	height: 550px;
	width: 334px;
	background-image:  url(../images/fondo_servicios.jpg);
	background-repeat: no-repeat;
}
#texto_contenido{
	float: left;
	padding: 80px 45px 0px 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 17px;
}
#texto_contenido_contacto{
	float: left;
	padding: 80px 40px 30px 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	line-height: 10px;
}
#texto_index{ 
	float: left;
	padding: 20px 35px 5px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 17px;
}
#piepagina{
	width: 950px;	
	height: 15px;
	float:  left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
}

/************************//* Maquetacin productos*/


#contenedor_botonera_productos{
	float: left;
	height: 550px;
	width: 269px;
	background-image: url(../images/fondo_menu_productos.jpg);
	background-repeat: no-repeat;
}
#espacio_cabecera_productos{
	float:left;
	height: 180px;
	width: 269px;
}
#espacio_menu_productos{
	float: left;
	height: 205px;
	width: 254px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #171795;
	font-weight: bold;
	letter-spacing: 1px;
}
#espacio_direccion_productos{
	float:left;	
	height: 100px;
	width: 269px;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
#cuerpo_productos{
	float: right;
	height: 550px;
	width: 680px;
}
#barranavegacion{
	float: left;
	height: 15px;
	width: 660px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
#titulo{
	float: left;
	height: 30px;
	width: 660px;
	margin-top:10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	color: #AA0000;
	font-weight: lighter;
	letter-spacing: 2px;
}


/************************//*botones de la galeria*/
ul.botongaleria {
	float:right;
	width: 655px;
	padding-top: 5px;
	//padding-top: 10px;
	padding-right:15px;
	//padding-right:17px;
}
ul.botongaleria li {
	display: inline;
}
ul.botongaleria li a {
	display: block;
	float: left;
	height: 138px;
	width: 151px;
	background-color: #f8f8f8;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 10px;
	margin-left: 8px;
}

/************************//*navegacion en galeria*/

.botnav { 
	color: #ffffff;
	text-decoration: none;
}
a.botnav:link {
	color: #ffffff;
	text-decoration: none;
}
a.botnav:visited {
	color: #ffffff;
	text-decoration: none;
}
a.botnav:hover {
	color: #AA0000;
	text-decoration: none;
}	

/************************//*estilos*/

.laletra{
	font-size: 13px;
}
.txttit{
	font-size: 17px;
	font-weight: bold;
}
.txttel{
	font-size: 30px;
	letter-spacing: 2px;
}
.creditos{
	font-size: 11px;
	line-height: 14px;
}
.txtesp{
	font-weight: bold;
}


/*********************************************************/
/*Link correo*/
.mail{
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 2px;
}
a.mail:link {
	color: #ffffff;
	text-decoration: none;
}
a.mail:visited {
	color: #ffffff;
	text-decoration: none;
}
a.mail:hover {
	color: #00BFFF;
	text-decoration: none;
}

/*********************************************************/
/*Link Idea Corporativa*/
a.idea:link {
	color: #A8A8A8;
	text-decoration: none;
}
a.idea:visited {
	color: #A8A8A8;
	text-decoration: none;
}
a.idea:hover {
	color: #F28000;
	text-decoration: none;
}
a.corporativa:link {
	color: #F28000;
	text-decoration: none;
}
a.corporativa:visited {
	color: #F28000;
	text-decoration: none;
}
a.corporativa:hover {
	color: #A8A8A8;
	text-decoration: none;
}


/*********************************************************/
/*Creditos Idea Corporativa*/
.creditosidea {
	color: #A8A8A8;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.creditoscorporativa {
	color: #F28000;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}