/* CSS - SITIO WEB SIMVISA */

/* VALORES GLOBALES */
body {
	font-family:Impact;
	color:#00345F;
	background-image:url(../imagenes/fondoPagina.png);
	background-repeat:repeat;
}

span.Negrita {
	font-weight:bold;
}


/* CONTENEDOR PRINCIPAL */
#Principal {
	width:750px;
	margin:30px auto 0px auto;
	background-image:url(../imagenes/fondo.png);
	background-repeat:repeat;
}


/* CONTENEDOR LOGO-TITULO SIMVISA */
#Logo {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

#Logo img {
	width:399px;
	height:150px;
}


/* CONTENEDOR CENTRAL */
#Central {
	width:100%;
	height:350px;
	background-image:url(../imagenes/fondoCentro.png);
	background-repeat:no-repeat;
}

#Contenidos {
	float:left;
	width:450px;
	margin-left:120px;
}

#MenuDerecha {
	float:right;
	width:150px;
	margin-right:10px;
}

#BotonEmpresa {
	margin-top:10px;
}

#BotonServicios {
	margin-top:10px;
}

#BotonProductos {
	margin-top:10px;
}

#BotonEnlaces {
	margin-top:10px;
}

#BotonContacto{
	margin-top:10px;
}


/* CONTENEDOR PIE DE PÁGINA */
#Pie {
	width:100%;
	height:35px;
	background-image:url(../imagenes/fondoPie.png);
	text-align:right;
}

#Pie p {
	float:right;
	margin:0px;
	padding:5px 30px 0px 10px;
}

#Pie p a:active {
	color:#00CE26;
}


/* CONTENEDOR MENÚ PIE DE PÁGINA */
#MenuPie {
	width:100%;
	text-align:right;
}

label.MenuPieIzquierda {
	padding-right:5px;
	font-size:12px;
	text-transform:uppercase;
}

label.MenuPieIzquierda:hover {
	cursor:pointer;
}

label.MenuPieCentro {
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	text-transform:uppercase;
	border-left-style:solid;
}

label.MenuPieCentro:hover {
	cursor:pointer;
}


/* CONTENEDOR INICIO */
#Inicio {
	width:100%;
	height:400px;
	text-align:center;
}


/* CONTENEDOR EMPRESA */
#Empresa {
	width:100%;
	height:400px;
	background-image:url(../imagenes/fondoEmpresa.png);
	background-repeat:no-repeat;
	text-align:center;
}

#Empresa img {
	margin-top:5px;
	margin-bottom:10px;
}

#Empresa p {
	margin-top:0px;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
}

#DivBotonVolverEmpresa object embed {
	width:100px;
	height:30px;
	margin-top:0px;
}

#BotonVolverEmpresa {
	margin-top:0px;
}


/* CONTENEDOR SERVICIOS */
#Servicios {
	width:100%;
	height:400px;
	background-image:url(../imagenes/fondoServicios.png);
	background-repeat:no-repeat;
	text-align:center;
}

#Servicios img {
	margin-top:5px;
	margin-bottom:10px;
}

#Servicios ul {
	margin-top:20px;
	text-align:justify;
}

#Servicios ul li {
	margin-top:10px;
	margin-left:30px;
	text-align:left;
}

#Servicios p {
	margin-top:0px;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
}

#DivBotonVolverServicios object embed {
	width:100px;
	height:30px;
	margin-top:10px;
}

#BotonVolverServicios {
	margin-top:10px;
}


/* CONTENEDOR PRODUCTOS */
#Productos {
	width:100%;
	height:400px;
	background-image:url(../imagenes/fondoProductos.png);
	background-repeat:no-repeat;
	text-align:center;
}

#Productos img {
	margin-top:5px;
	margin-bottom:10px;
}

#DivBotonVolverProductos object embed {
	width:100px;
	height:30px;
	margin-top:290px;
}

#BotonVolverProductos {
	margin-top:290px;
}


/* CONTENEDOR ENLACES */
#Enlaces {
	width:100%;
	height:400px;
	background-image:url(../imagenes/fondoEnlaces.png);
	background-repeat:no-repeat;
	text-align:center;
}

#Enlaces img {
	margin-top:5px;
	margin-bottom:10px;
}

#DivBotonVolverEnlaces object embed {
	width:100px;
	height:30px;
	margin-top:290px;
}

#BotonVolverEnlaces {
	margin-top:290px;
}


/* CONTENEDOR CONTACTO */
#Contacto {
	width:100%;
	height:530px;
	background-image:url(../imagenes/fondoContacto.png);
	background-repeat:no-repeat;
	text-align:center;
}

#Contacto img {
	margin-top:5px;
	margin-bottom:10px;
}

#Contacto p {
	text-align:center;
}

#Contacto p a:active {
	color:#00CE26;
}

#FormularioContacto {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div.FormularioContactoEtiquetas {
	float:left;
	width:80px;
}

#FormularioContacto label {
}

#FormularioContacto input {
	margin-bottom:10px;
}

#FormularioContacto textarea {
	width:300px;
}

#DivBotonEnviarContacto object embed {
	width:100px;
	height:30px;
	margin-top:10px;
}

#BotonEnviarContacto {
	margin-top:10px;
}

#DivBotonVolverContacto object embed {
	width:100px;
	height:30px;
	margin-top:10px;
}

#BotonVolverContacto {
	margin-top:10px;
}

#ResultadoContacto {
	width:100%;
	height:500px;
	background-image:url(../imagenes/fondoContacto.png);
	background-repeat:no-repeat;
	text-align:center;
}

#ResultadoContacto img {
	margin-top:5px;
	margin-bottom:10px;
}

#ResultadoContacto p {
	text-align:center;
	font-weight:bold;
}

#ResultadoContacto object embed {
	width:100px;
	height:30px;
	margin-top:290px;
}


/* CONTENEDOR CONSTRUCCION */
#Contruccion {
	width:100%;
	height:300px;
}

#Contruccion div {
	text-align:center;
	margin:50px auto 50px auto;
}

#Contruccion h1	{
	font-size:32px;
	margin:50px auto 10px auto;
	text-align:center;
}

#Contruccion h2	{
	font-size:18px;
	margin:10px auto 0px auto;
	text-align:center;
}
