/* CSS Document */

/**********************************
Project Name : GRUPO COREYSA Website
Author : Adler Systems
visit us at: www.adlersystems.com
***********************************/

/************************** Main CSS Begins ***************************************************/
body {
	background-color:#FFFFFF;
	margin:0px;
	font-size:12px;
	text-align:center;
}

#centerwrapper {
	width:850px;
	margin:0 auto;
	padding-top:0px;
}

#header {
	width:850px;
	height:80px;
	float:left;
}

#menu {
	height:30px;
	width:850px;
	float:left;
	padding-top:1px;
}

#titulo {
	height:20px;
	width:850px;
	float:left;
}

#main {
	min-height:465px;
	width:850px;
	background-image:url(img/fondo_grupo_coreysa_left.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:4px;
}

#footer {
	width:850px;
	background-image:url(img/bg2.jpg);
	float:left;
}

#adler {
	width:850px;
	padding-top:2px;
	float:left;
}

#brochure1 {
	width:850px;
	height:465px;
	background-image:url(img/bg_brochure1.jpg);
	background-repeat:no-repeat;
	float:left;
}

#brochure2 {
	width:850px;
	height:465px;
	background-image:url(img/bg_brochure2.jpg);
	background-repeat:no-repeat;
	float:left;
}

#tablas {
	height:auto;
	width:850px;
	float:left;
}
/************************** Main CSS Ends *****************************************************/

/********************************* CSS FOR STYLES BEGINS **************************************/
.titulo {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #159548;
	font-family: "Century Gothic";
	text-decoration:underline;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	font-weight: bold;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000066;
}
a:link {
	color: #000066;
}

.texto_imagenes {
	font-family: "Century Gothic";
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #002670;
}

.adler {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002670;
}

.textos_brochure1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.textos_brochure2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.listados_brochure1 {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.listados_brochure2 {
	font-size:12px;
	color:#159548;
	font-weight:bold;
}

.listas {
	list-style-image: url(img/arrow_coreysa.png);
}

.boton {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #159548;
	font-weight: bold;
}

.celdas {
	width:125px;
	height:100px;
}
/********************************** CSS FOR STYLES ENDS ***************************************/

