@charset "UTF-8";

a img {border:0;}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a:active {
	color: #B5BA05;
	text-decoration: none;
	
}

.triangulo {font-size: 8px}

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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 10px;
    }
.toldosgonzalez  #contenedor {
	width: 1000px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color: #FFFFFF;
	background-image: url(imgs/fondo.gif);
	height: 612px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }

.toldosgonzalez #cabecera {
	height: 102px;
	width: 1000px;
	float:left;	
	
}

.toldosgonzalez #pie {
	height: 99px;
	width: 1000px;
	float:left;	

	
}
.toldosgonzalez #menu {
	height: 379px;
	width: 102px;
	float:left;
	padding-top: 14px;
}
.toldosgonzalez #centro {
	height: 383px;
	width: 885px;
	float:left;
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 13px;
}

.FTcortinas {
	
	background-color: #891251;
}
.opacidad {
	filter: alpha(opacity=90);
	opacity: .9;
	margin: 25px;
	width: 200px;
	padding: 35px;
	float: left;
} 
.toldosgonzalez   #fondoCortinas {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/cortinas.jpg);
}
h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.opcionmenu {
	height: 31px;
	width: 92px;
	margin-bottom: 15px;
	padding: 5px;
}
.toldosgonzalez #fondoToldos {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/toldos.jpg);
}
.FTtoldos {
	
	background-color: #522575;
}
.toldosgonzalez #fondoTechos {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/techos.jpg);
}
.FTtechos {
	background-color: #005D7C;
}
.toldosgonzalez #fondoCerramientos {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/cerramientos.jpg);
}
.FTcerramientos {
	background-color: #008489;
}
.toldosgonzalez #fondoAutomatismos {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/automatismos.jpg);
}
.FTautomatismos {
	background-color: #E6B012;
}
.toldosgonzalez #fondoVentanaspvc {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/ventanaspvc.jpg);
}
.FTventanaspvc {
	background-color: #B4B904;
}
.toldosgonzalez  #fondoOtrosproductos {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/otrosproductosST.jpg);
}
.toldosgonzalez #fondoLaempresa {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/laempresa.jpg);
}
.FTlaempresa {
	background-color: #000000;
}
.toldosgonzalez #fondoEmpleo {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/cv.jpg);
}
.toldosgonzalez #fondoContacto {
	height: 383px;
	width: 887px;
	float:left;
	background-image: url(imgs/contacto.jpg);
}
.contenedorFotos {
	background-color: #000000;
	float:left;
	width:440px;
	margin: 25px;
	padding: 5px;	
}
.opacidadAncho {
	filter: alpha(opacity=80);
	opacity: .8;
	margin: 25px;
	width: 600px;
	padding: 35px;
	float: left;
}


input {
	color: #333333;
	border: 1px solid #000000;
}
textarea {
	color: #333333;
	border: 1px solid #000000;
}

