@charset "utf-8";
* {margin:0;padding:0;
}

body {
	background-color:#ffffff;
	line-height:1.3em;
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	
}
.curved {
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);*/
}

#wrap{
	width:940px;
	background-image:url(images/bg_sombra.jpg);
	background-repeat:repeat-y;
	margin:auto;
}

#main {
	clear:both;
	margin:auto;
	width:900px;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:70px;
}
#navTop{
	color:#61AFAF;
	background-image:url(images/bg_nav_top.jpg);
	height:55px;
	text-align:right;
	font-size:12pt;
	text-decoration: none;
}
#navTop a:link, a:visited, a:hover{
	color:#FFF;
	text-decoration: none;	
}
#navTop a:hover{
	color:#000;
	text-decoration: none;	
}

#headerFlash {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	height:200px;
	padding-right: auto;
	padding-bottom: 10px;
	padding-left: auto;
	background-attachment: scroll;
	z-index:-5;
}

.menu {
	background-color: #F1F7ED;
	height:25px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #2D8E3F;
}

.banner2{
	background-image:url(images/banner2.jpg);
	height:35px;
}

#contenido{
	height:auto;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color: #f1f7ed;
	padding:15px;
}

#texto{
	width:810px;
	background-color: #F1F7ED;
	background-image:url(images/bg_oso.jpg);
	background-repeat:no-repeat;
	border: #ccc solid 1px;
	padding: 30px;
	text-align:justify;
}

H1{
	font-size:16px;
	font-weight: bold;
	color: #2f9947;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #096;	
}

H2{
	font-size:14px;
	font-weight: bold;
	color: #2f9947;
}

H3{
	font-size:14px;
	font-weight: bold;
	color: #F69;
}
HR{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #099;
}

p{
	font-size:14px;
	text-align:justify;
	line-height: normal;	
}
p.pieFoto{
	vertical-align:text-top;
	text-align:left;
	font-size:9pt;
	line-height:12pt;
}
li.normal {
	list-style-type:circle;
	list-style-position: inside;
	text-indent: 5px;
	font-size:10pt;
}

li.numbers {
	list-style-type:decimal;
	list-style-position: inside;
	text-indent: 25px;
	font-size:10pt;
}

a:link, a:active, a:visited{
	color:#099;
	text-decoration:none;
	font-weight:bolder;
}
a:hover{
	color:#000;
	text-decoration:underline;
}

a.subnav:link, a.subnav:active, a.subnav:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:bolder;
}
a.subnav:hover{
	color:#000;
}

a.gmap:link, a.gmap:active, a.gmap:visited{
	font-size:10pt;
	color:#099;
	text-decoration:none;
	font-weight:bolder;
}
a.gmap:hover{
	font-size:10pt;
	color:#000;
	text-decoration:underline;
}

#agradecimientos{
	width:170px;
	float:right;
	margin-top:30px;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:900px;
	margin:auto;
}

#pop{
	border:#fff solid 1px;
	background:#C0DCC0;
	width:600px;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:200px;
	position:absolute;
	padding:10px;
	z-index:5;
}

#pop p{
	text-align:left;
	line-height:16pt;
}
#pop h1{
	color:#000;
	text-align:center;
	text-decoration: blink;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #096;
	letter-spacing: 1em;
}
#pop h2{
	color:#000;
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
}

#pop a.close:link, a.close:active, a.close:visited{
	text-align:right;
	font-size:14pt;
}

#pop2{
	border:#fff solid 1px;
	background:#C0DCC0;
	width:600px;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:200px;
	position:absolute;
	padding:10px;
	z-index:6;
}

#pop2 p{
	text-align:left;
	line-height:16pt;
}
#pop2 h1{
	color:#000;
	text-align:center;
	text-decoration: blink;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #096;
	letter-spacing: 1em;
}
#pop2 h2{
	color:#000;
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
}

#pop2 a.close:link, a.close:active, a.close:visited{
	text-align:right;
	font-size:14pt;
}

.small{
	font-size:9pt;
	text-align:center;
}