/*CSS pagina principal G3*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main_div {
	text-align: justify;
	width: 955px;
	margin: auto;
	background-color: #F1F5F6;
}
#main_div #middle {
	background-image: url(images/home_lateral_iz.jpg);
	background-repeat: no-repeat;
	background-position: 0px -240px;
	padding-left: 210px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_div #bottom {
	background-image: url(images/home_lateral_iz.jpg);
	background-position: 0px -436px;
	background-repeat: no-repeat;
	height: 158px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 27px;
}
#main_div #bottom #botones_plomos {
	float: right;
	padding-top: 0px;
}
#main_div #bottom #botones_colores {
	float: right;
	vertical-align: bottom;
	padding-top: 8px;
}


#main_div #up {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#home_lateral_izq {
	float: left;
	width: 210px;
	height: 240px;
	background-image: url(images/home_lateral_iz.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#home_center {
	float: left;
	width: 535px;
}
#home_encabezado {
	background-image: url(images/home_encabezado.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 201px;
	width: 425px;
	float: left;
}
#close_header {
	clear: both;
	float: none;
}
#main_close {
	clear: both;
	text-align: center;
	background-color: #0065B3;
	font-size: 11px;
	color: #A2D2D2;
	padding: 10px;
	float: none;
}
#main_close a {
	color: #A2D2D2;
}
#main_close a:hover {
	color: #C9E4E4;
}


#home_lateral_der {
	float: right;
	background-color: #F1F5F8;
	width: 210px;
}


h1 {
	color: #66CC00;
	text-transform: uppercase;
}

