body, th {
	background-color:#435600;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #333;
	position: relative;
}
body {
	margin:0px;
}
a {
	text-decoration: none;
	font-weight: normal;
	color:#006600;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #add1ff;
}
h1 {
}
p {
	font-size: 12px;
	text-align:justify;
}
p2 {
	float: left;
	margin-top: 8px;
}
form {
	margin: 7px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
}
/****** TOP ******/

#top {
	width: 760px;
	height:110px;
	margin: auto;
}
#cabecera {
	width: 760px;
	height:110px;
	margin-left: auto;
	margin-right: auto;
}
div.logo {
	float: left;
	height: 110px;
	width: 150px;
	margin-right: 10px;
}
#menu {
	width: 550px;
	height: 44px;
	float: right;
}
div.direcciones {
	width: 760px;
	margin: auto;
}
/****** CONTENIDO *******/

#contenedor_flash {
	width: 760px;
	height:250px;
	margin-left: auto;
	margin-right: auto;
}
#rotator {
	cursor: pointer;
}
#rotator img {
	display: none;
	position: absolute;
}
#contenedor_divisiones {
	width: 980px;
	background-color: #313538;
	margin-left: auto;
	margin-right: auto;
}
#divisiones p {
	margin: 0px;
}
div.seccion {
	width: 185px;
	float: left;
	padding: 20px 10px 10px 10px;
}
#box_content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}
/****** SEPARADORES ******/

div.separador {
	width: 820px;
	height: 30px;
	clear: both;
}
/****** FOTOS ******/
#foto {
	float: left;
}
#fotos_interno {
	float: left;
}
/****** BOTTOM ******/

#bottom {
	height: 110px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	padding-top: 30px;
	color: #bec2c5;
	padding-left: 80px;
}

/* HEADER */

#header {
	position:relative;
	background:#7d942d;
	margin:auto;
	width: 780px;
	height:50px;
}

/* NAV */
#nav-global {
	position:absolute;
	margin:0;
	bottom:0;
	height:40px;
	left: 0;
	right:0;
	font-family:Arial,sans-serif;
	white-space:nowrap;
}
#nav-global li {
	display:block; 
	float:left; 
	list-style-type:none; 
	margin:0; padding:0; 
}
#nav-global a { 
	display:block; 
	float:left; 
	padding:10px 10px 10px 10px;
	height:20px; 
	background:#7d942d;
	color:#FFFFFF;
}
#nav-global a:hover {
	color:#7d942d;
	background:#ffffcc;
}
#imageContainer {
	position:relative;
	border:none;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
img.cuadro {
	background-color:#FFF;
	font-size: 0.75em;
	padding: 4px;
	border: 1px solid #ddd;
}
#footer h1 { 
	margin-bottom: 10px;
	margin-top: 0px;
	color: #575757;
	font-size: 160%;
}
.foot {
color:#ffffcc;
font-size: x-small;
}
