body {
	margin: 0px 0;
	padding: 0;
	background: #fff;
	font: normal 12px Arial, helvetica, sans-serif;	
	color:#000;	
}

h1,h2 {
 color:navy;font-family: "Trebuchet MS",arial, helvetica, sans-serif;font-weight:bold;font-size:15px;padding-left:12px;
 background: url(images/arrow.gif) no-repeat left center;
 text-transform: uppercase;
 }
 
html, body, #holder { min-height: 100%; width: 100%; height: 100%;}
html>body, html>body #holder { height: auto;}

table {
	width: 700px;
/*	border: 1px solid #000;*/
	background: #0B173B;
}
td {
	width: 233px;
	border: 1px solid #EFFBF8;
	padding: 4px;
	text-align: left;
	background: #EFFBF8;
	color: #006400;
}
#titulo1 {
	color:#fff;font-family: "Trebuchet MS",arial, helvetica, sans-serif;font-weight:bold;font-size:15px;padding-left:12px;
	text-transform: uppercase;
	background: orange;
}
#titulo2 {
	color:navy;font-family: "Trebuchet MS",arial, helvetica, sans-serif;font-weight:bold;font-size:15px;padding:5px;
	background: yellow;
}
/* El holder0 es la capa en donde estará el logotipo y nombre de la empresa cuando queramos que ocupe todo el width disponible*/
#holder0 { 
/*	position: absolute; */
/*	top: 10px; */
	left: 0;
	width: 100%;
	height: 40px;
/*	border: 1px solid #819FF7;*/
	background: #333;
	padding-top: 2px;
}
#holder1 {
	width: 980px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 12px;
	background: #333;
/*	float: right;*/
}
/* Capa para el logo, esta capa esta dentro del holder0*/
#header-logo {
	width: 980px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: #FFFFFF;
	border: 1px solid #819FF7;
/*	border-top: 0px;*/
}
/* El holder es la capa fija que no se moverá y está encima del Body*/
#holder { 
	position: absolute; 
	top: 0px; 
	left: 0px;
}
/* La capa header servirá como encabezado de la página, logo y razón social, más slogan*/
#header {
	width: 980px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: #FFFFFF;
/*	border: 1px solid #819FF7;*/
	padding-top: 2px;
}

#menu {
	width: 400px;
	height: 35px;
	margin: 0 auto;
	margin-right: 2px;
	background: #666;
	float: right;
}


#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}


#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	height : 25px;
	padding: 10px 10px 0px 10px;
/*	border-bottom: 4px solid #330010;*/
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
/*	border-bottom-color: #ffcd04;*/
}

#menu a:hover {
	border-bottom-color: #FFA500;
	background: #FFA500;
}

#menu .active a {
	border-bottom-color: #FFA500;
	background: #FFA500;
}

#titulo {
	width: 980px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top: 8px;
/*	border: 1px solid #819FF7;*/
	text-align : center;
	background:#2E2E2E;
	font: normal 16px Arial, helvetica, sans-serif;	
/*	font-weight: bold;*/
	color: #fff;
}
#texto-titulo {
	width: 700px;
	height: 45px;
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	padding-top: 15px;*/
/*	background:#fff;*/
	text-transform: none;
	font: normal 18px Arial, helvetica, sans-serif;	
/*	font-weight: bold;*/
	color: #006400;
/*	text-align: center;*/
	float: right;
	border: 1px solid #000;
}

/* Capa content, esta capa va después del header, en esta capa colocaremos información específica de la actividad de la empresa*/
#content {
	width: 980px;
/*	height: 450px;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #819FF7;*/
	text-align : justify; 
	background:#fff;
}
/* Capa flotando a la derecha, esta capa estará dentro de la capa content*/
#right {
	width: 200px;
	margin:0 auto;
	padding: 10px;
	padding-top: 0px;
	float:right;
	/*background: #ff00ff;*/
	}
#right-borde {
	border: 1px solid #819FF7;
	padding: 4px;
	background: #ccc;
	color: navy;
}
/* Capa flotando a la izquiera, esta capa estará dentro de la capa content*/
#left {
	width: 730px;	
	margin: 0 auto;
	float:left;
	padding:10px;
	padding-top:0px;
	/*background: #ff0000;*/
}
#resaltar {
	width: 730px;
/*	background: #ccc;*/
	font-family: Arial, Sans-serif;
	font-size: 14px;
	padding: 10px;
/*	background: url(imagenes/fondoazul_empresa.jpg);*/
}
/* Capa para el pie de página y va después del content*/
#footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 3px 0px;
	height: 40px;
	border: 1px solid #819FF7;
	background: #ccc;
}
/* Capa footer con etiqueta <p>*/
#footer p {
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color: navy;
}
/* Capa footer con etiqueta <a>*/
#footer a {
	color: #333;
}
/* Capa footer con etiqueta <a> y propiedad 'hover'*/
#footer a:hover {
	color: navy;
}
.verificador {
	display: none;
}

#galeria {
	border: 1px solid #ccc;
	width: 180px;
	height: 170px;
	float: left;
	margin-bottom: 15px;
}
#titulo-galeria {
	border-bottom: 1px solid #ccc;
	width: 180px;
	height: 20px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: orange;
}