@charset "utf-8";
/* CSS Document */
/* BACKGROUND IMAGES*/

.backTop {
	background-image:url(../imgs/backtop.jpg);
}
.baseBlanca {
	background-image:url(../imgs/img_baseBlanca.jpg);
}
.backBottom {
	background-image:url(../imgs/img_baseBlanca_bottom.jpg);
}
.baseBotonera {
	background-image:url(../imgs/img_baseBotonera.jpg);
}
.imgEmpresa {
	background-image:url(../imgs/img_empresa1.jpg);
}
.imgServicios {
	background-image:url(../imgs/img_servicios1.jpg);
}
.imgContacto {
	background-image:url(../imgs/img_contacto1.jpg);
}



/* BACKGROUND COLORS */

/* Body */
body {
	background:#56caef url(../imgs/bg.jpg) repeat-x 0 0;
}
/* Gris Claro */
.backFilete1 {
	background-color:#bbc1bd;
}
/* Blanco */
.backFilete2 {
	background-color:#aadcf7;
}
/* Gris */
.backFilete3 {
	background-color:#bdbdbd;
}



/* TEXTOS */

/* Titulos */

.tsecciones {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
    font-weight: normal;
	text-decoration: none;
	color:#0a2da1;
}

/* Texto Foto Servicios */

.tFservicios {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
    font-weight: bold;
	text-align:center;
	text-decoration: none;
	color:#0a2da1;
}
/* Contenidos */

.tcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	text-align:justify;
	text-decoration: none;
	color: Black;
}
.tcontent_b {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	text-align:justify;
	text-decoration: none;
	color:#ffffff;
}

/* Footer */

.tfooter {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
    font-weight: normal;
	text-align:center;
	text-decoration: none;
	color:#6c6c6c;
}

/* Texto Imagen Top*/

.timagenTop {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
    font-weight: normal;
	text-align:left;
	text-decoration: none;
	color:#6c6c6c;
}
.timagenTop_b {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
    font-weight: normal;
	text-align:left;
	text-decoration: none;
	color:#ffffff;
}

/* Texto Formulario */

.txtFormulario {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	text-decoration: none;
	color:#6b6a6b;
}
.txtFormulario a{
	text-decoration: none;
		color:#6b6a6b;
}
.txtFormulario a:hover{
	text-decoration: underline;
}
/* MISCELANEAS */

/* Recuadros */

.rverde {
	border:solid 1px #ffa401;
}

/* Linea */

.lgris {
border-bottom:solid 1px #323232;

}


