@charset "utf-8";
body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(../imagen/texturapiedra1.jpg);
	background-repeat: repeat;
    }	
	
h1 {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #000000;
	background-image: url(../imagen/cenefa2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}	
	
/* link */
a:visited {
	text-decoration: none;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}/* link */	
	
#container {
	width: 990px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #7B7C7E;
	border: 2px solid #333333;
}

#header {
	padding: 0;
}

#mainContent {
	background-color: #c9977a;
	padding: 10px;
	margin: 10px;
}

#footer {
	background-color: #000000;
	color: #CCCCCC;
	height: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* link */
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer a:hover { 
	color: #FFFFFF; 
	text-decoration: underline;
}/* link */	

#pie{
	color: #CCCCCC;
	font-size: 12px;
}
/* link */
#pie a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#pie a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#pie a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#pie a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}/* link */	

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}


#bloque1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../imagen/texturapiedra_bolq1.jpg);
	background-repeat: repeat;
}
.empresa {
	text-align: justify;
	vertical-align: middle;
}
.table1 {
	text-align: justify;
	vertical-align: middle;
	padding: 30px;
	line-height: 16px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
.table2 {
	text-align: justify;
	vertical-align: middle;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#error {
	background-color: #f5f4f4;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-image: url(../imagen/texturapiedra_bolq1.jpg);
	background-repeat: repeat;
}
.error {
	text-align: left;
}
.respuesta {
	text-align: center;
}
#tablacontacto {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
.formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	background-color: #fbe8d6;
}
#mapa {
	background-color: #f5f4f4;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../imagen/texturapiedra_bolq1.jpg);
}
.contac1 {
	padding-left: 20px;
}

a img {
	border: none;
}