body {
	margin: 0;
	padding: 0;
	background: #F4FBFF url(../css/img01.jpg)  repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405A67;
}

a{
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F6977;
	text-align: justify;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	text-align: justify;
}

strong{
	color:#BD5EB6;
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #38B5F1;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 954px;
	height: 183px;
	margin: 0 auto;
	background:url(../css/head.jpg) ;
}

/* Logo */

#logo {
	float: left;
}

#logo img{
	margin-left:30px;
	margin-top:30px;
}
#logo h1, #logo h2 {
	float: left;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 115px 0 0 50px;
	font-weight: bold;
}

#logo h2 {
	padding: 143px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 0px 0px 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}


#menu a:hover{
	filter: alpha(opacity=50);	
	opacity: .5;
	font-size:1.3em;
}
#menu a {	/*CSS para los tabs de las secciones*/
	margin-left:10px;
	filter: alpha(opacity=30);
	opacity: .3;
	display: block;
	float: left;
	width: 120px;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
	background:  url(../css/tabs.gif) no-repeat;
	overflow: visible;
	z-index: 3;
}

/* Page */

#page {
	width: 954px;
	margin: 0 auto;
	background: #FFFFFF url(../css/img03.gif) repeat-y;
}

#bg {
	background: url(../css/img06.jpg) no-repeat left bottom;/**/
	top: 185px;
	z-index: 1;

}

/* Content */

#content {

	float: left;
	width: 954px;
	background: url(../css/tabla.jpg) no-repeat;
}

/* SubTabs */

#subtab {
	filter: alpha(opacity=90);
	opacity: .9;
	float:left;
	width:761px;
	height:60px;
	background: url(../css/img1.gif) no-repeat;
	margin-top: 10px;

}

#subtab h2 {
	font-size: 18px;
	font-weight: normal;
}

#subtab p {
	font-size: 12px;
}
#subtab ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#subtab li{	
	display:inline;
	
}

#subtab a{
	filter: alpha(opacity=80);
	opacity: .8;
	margin-left: 2px;
	margin-top:5px;
	display: block;
	float: left;
	width: 150px;
	height: 42px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color:#bddae9;
	overflow: visible;
	background: url(../css/img13.gif)  no-repeat;
	font-style: italic;
	font-weight: bold;
}
#subtab a:hover{
	color:#FFFFFF;
}

/* Footer */

#footer {
	padding: 30px 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #83B3CE;
}

#footer a {
	color: #83B3CE;
}

#section {
	background:none transparent;
	width: 874px;
	height:930px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
	
}
.sectionHead hr {
	display:inherit;
}

.sectionHead{
	padding:0px;
	filter: alpha(opacity=95);
	opacity: .95;
	clear: both;
	
}

.sectionCont{
	overflow: hidden;
	background:none;
	clear: both;
	width: 800px;
}

.sectionCont p{
	font-size:15px;
}

.img1{
	border: 3px double #D395D7;
	padding:10px;
	margin:20px;

}
#mapa{
	width:700px;
	height:500px;
	border: 3px double #D395D7;
	margin:40px;
}
#consulta{
	float:right;
	margin-right:60px;
	margin-top:10px;
	padding:10px 10px 20px 20px;
	background:url(../images/consulta.gif) no-repeat;
	width:270px;
	height:17px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:18px;
	filter: alpha(opacity=70);
	opacity: .7;
}

#formcontainer {
	position:absolute;
	left:221px;
	top:95px;
	width:456px;
	height:465px;
	display:none;
	border-style: double;
	border-color: #FB7AC1;
	z-index:2;
	background-color:#FFFFFF;
	filter: alpha(opacity=1);
	opacity: .01;
	
}
#cerrarform{
	float:right;
	margin-left:5px;
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity: .9;
	
}

.pregunta{
	color:#9933FF;
	cursor:pointer;
	margin-bottom:10px;
	margin-top:20px;
}

.respuesta{
	display:none;
}

.tratatextB{
		background:none; 
		margin-top:0px;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:20px;
}

.flecha{	
	position: relative;
	cursor:pointer;
	clear: both;
	margin-top: 10px;
	
}

