body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	background-image: url(../images/fondo/fondo-body.jpg);
	background-repeat: repeat-x;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgder {
	float: right;
	margin: 10px;
}
.imgiz {
	float: left;
	margin-right: 10px;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #27431B;
	text-decoration: none;
}
h1 {
	background-image: url(../images/logo/ambimet.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 309px;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#logohome h1 {
	background-image: url(../images/logo/ambimet-home.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 440px;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/*---------------------------------------------------------------------------
head
---------------------------------------------------------------------------*/
#headhome {
	height: 203px;
	margin-bottom: 8px;
}
#logohome {
	float: left;
	width: 500px;
	height: 180px;
}
#flashhome {
	float: right;
	width: 500px;
    height: 180px;
}
#head {
	height: 80px;
	margin-bottom: 8px;
}
#logo {
	float: left;
	width: 500px;
	height: 80px;
}
#flash {
	float: right;
	width: 500px;
	height: 80px;
	text-align: right;
}
/*---------------------------------------------------------------------------
NAVEGACION 
---------------------------------------------------------------------------*/
#navegacion {
	clear: both;
	float: none;
	padding-left: 60px;
}
#navegacion ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#navegacion li {
	display: inline;
}
#navegacion a {
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#navegacion a:link, #navegacion a:visited {
	color: #C7E8C6;
}
#navegacion a:hover, #navegacion a:active {
	color: #FFFFFF;
}
.active {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-right: 10px;
	padding-left: 10px;
}
/*---------------------------------------------------------------------------
CONTENIDO
---------------------------------------------------------------------------*/
#contenido {
	background-color: #FFF;
}
#titulo {
	margin-top: 30px;
}

#texto {
	float: right;
	width: 690px;
}
#bco {
	clear: both;
	float: none;
}

/*---------------------------------------------------------------------------
MENU
---------------------------------------------------------------------------*/
#menu {
	float: left;
	width: 280px;
	background-image: url(../images/fondo/fondo-menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}
#menu ul li a {
	display: block;

}
#menu ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
}
#menu ul li {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
}

/*---------------------------------------------------------------------------
PIE
---------------------------------------------------------------------------*/
#pie {
	background-image: url(../images/fondo/fondo-pie.jpg);
	background-repeat: repeat-x;
	height: 40px;
	padding-top: 20px;
}
#pie #direccion {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.txt_verde {
	font-size: 11px;
	color: #006600;
}

#direccion a:link, #direccion a:visited {
	color: #707172;
	text-decoration: none;
}
#direccion a:hover, #direccion a:active {
	color: #003366;
	text-decoration: none;
}

