/*
	Removiendo valores por defecto del browser
*/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img
{
	border-style: none;
	behavior: url(../javascripts/iepngfix.htc);
}


html, body {
    height: 100%;
}

#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#logoArea
{
	opacity: 0.9;
}

#top
{
	width: 411px;
	height: 40px;
	background-image: url(../layout/greenbg.png);
	background-repeat: no-repeat;
	behavior: url(../javascripts/iepngfix.htc);
}

#tabs
{
	position: relative;
	top: 12px;
}

.tab
{
	opacity: 0.6;
	float: left;
	width: 95px;
	height: 28px;
	background-image: url(../layout/tab.png);
	behavior: url(../javascripts/iepngfix.htc);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-right: -2px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #002e16;
}

.lang
{
	float: left;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 13px;
}
.selected
{
	opacity: 1;
}

.tab:hover
{
	opacity: 1;
}


#middle
{
	width: 411px;
	height: 300px;
	opacity: 0.9;
	background-color: #ffffff;
        overflow: auto;
}

#bottom
{
	width: 411px;
	height: 12px;
	opacity: 0.9;
	background-image: url(../layout/bottom.png);
	behavior: url(../javascripts/iepngfix.htc);
	background-repeat: no-repeat;
}

#contenido
{
	width: 411px;
	height: 503px;
}

.layerTitle
{
    padding-top: 10px;
    padding-left: 13px;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    color: #1e5332;
    font-weight: bold;
    cursor: pointer;
}

ul
{
	list-style: none;	
}

li
{
	font-family: arial;
	font-size: 11px;
	padding-left: 16px;
}

li a
{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #1e5332;
}

li a:hover
{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #1e5332;
}

.headerFoto
{
        width: 100%;
        background-color: #59a870;
        margin-top: 10px;
        font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #ffffff;
}

.masImagenes
{
        font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #ffffff;
        text-decoration: none;
}
