/*Clases e Ids generales*/
body {
	background-color: #FFFFFF;
	font-family: "Century Gothic", Arial;
	color: Gray;
	font-size: 11px;
	margin:0px;
}
img{
	vertical-align:bottom;
}
a{
	font-family: "Century Gothic";
	color: Gray;
	font-size: 11px;	
	text-decoration: none;
}
p{
	font-family: "Century Gothic";
	color: Gray;
	font-size: 11px;	
}







/* Clases TOP */
#top_main{
	margin-left: 20px;
}
.top_izd{
	float: left;
	vertical-align: bottom;
	width: 215px;
	text-align: right;
	margin-top: 146px;
}
.top_dch{
	float: left;
	width: 410px;	
	text-align: left;
	vertical-align: bottom;
	padding-top: 47px;	
	border-left: 1px solid #96BE40;	
	line-height: 0px;
	letter-spacing: 0px;
}




/* Clases Centro de la maquetación */
#med_line{
	border-top: 1px solid #96BE40;
	clear: both;
	margin-left:235px;
	padding-top:0px;
}
.clearboth{
	clear: both;
}
#med_main{
	clear: both;
	margin-left:0px;
	padding-top:0px;
	width:800px;
}
.listamenu{
	float: left;
	list-style: none;
	padding:3px;
}
a.linklistamenu{
	color:Gray;
	text-decoration: none;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	text-transform: uppercase;
}
a:hover.linklistamenu{
	color: Gray;
	text-decoration: none;
	text-transform: uppercase;
}




/* Clases parte baja */
#bottom_main{margin-left: 20px;}
#bot_izd{
	float: left;
	width: 205px;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;	
	margin-right:10px;
}
#bot_dch{
	float: left;
	width: 410px;	
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #96BE40;
	padding-top: 10px;	
}
.desc{
	font-weight: bold;
	color: Gray;
}
.contentbody{
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
	padding-bottom: 28px;
}
.formbuscar{
	width: 80px;
	height:20px;
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
}
.enlaces{
	float:right;	
	width:150px;
	padding-bottom:5px;
	margin-right:0px;	
}
.tablaenlaces{
	width:150px;
	padding:1px;
	padding-left:3px;
	font-size: 11px;
	font-weight: bold;
	color:Gray;
}
.direccion{
	text-align: right;
	color: #96BE40;
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
}
.cajascroll{
	border: 1px solid Silver;
	width:175px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;	
	padding-bottom: 5px;	
}
.tituloscroll{
	text-align: right;
	color: #96BE40;
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;	
}





/* Clases del Pie de la maquetación */
.pie{
	margin-top:37px;
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
}
.piebajo{
	width:405px;
	margin-left:240px;
}
.buscar{
	float:left;
	vertical-align: bottom;
	height:40px;
}






