@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	outline:none;
}
html{overflow:hidden;}
body {
	padding: 0;
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #111;
	cursor: default;
	line-height:19px;
	overflow:hidden;
	background-color:#111;
	background-image:url(../img/backgnrl.png);
	background-position:center;
	background-repeat:repeat-y;
}

a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#fff;
}
p {
	padding:5px 0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	margin:20px 0 10px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:10px 0 5px;

}
img {border:0;}
#wrapper {
	width:100%;
	margin:0 auto;
	height:100%;
	text-align:center;
}
#header {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	height:200px;
	width:1000;
	z-index:9;
}
#logo{
	position:absolute;
	top:0;
	left:0;
}
#nav {
	position:absolute;
	top:30px;
	left:200px;
	width:1224px;
}
#blog {
	position:absolute;
	top: 80px;
	right:30px;
	text-align:right;
	padding:3px 10px;
}

.menu {
	float:left;
	height:35px;
	width:100px;
	padding-top:4px;
	background-image:url(../img/backbtn.png);
	margin:0 5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}

li {
	list-style:none;
}

li.linormal {
	list-style:square;
	margin-left:25px;
}

#contenedor{
	position:relative;
	overflow:hidden;
	left:50%;
	margin-left:-612px;
	width:1224px;
	height:700px;
	float:left;
	z-index:0;
}
.contenido {
	margin:0 100px;	
}

.izq {
	float:left;
	width:600px;
}
.der {
	float: left;
	margin-left:10px;
	width:350px;
	height:320px;
}
.map {
	float:right;
	margin-right:20px;
	border:1px solid #000;
	width:350px;
	height:315px;
	overflow:hidden;
}
#seccion{
	width:9792px;
	position:relative;
}
.subseccion{
	background-image:url(../img/backbtn.png);
	padding: 2px 10px 10px;

}
#p0, #p1, #p2, #p3, #p4, #p5, #p6, #p7 {
	position:relative;
	height:700px;
	float:left;
	padding:20px;
	text-align:left;
	padding-top:200px;
	width:1184px;
}
#p0 {
	background:url(../img/back0.jpg);
}
#p1 {
	background:url(../img/back1.jpg);
}
#p2 {
	background:url(../img/back2.jpg);
}
#p3 {
	background:url(../img/back3.jpg);
}
#p4 {
	background:url(../img/back4.jpg);
}
#p5 {
	background:url(../img/back5.jpg);
}
#p6 {
	background:url(../img/back6.jpg);
}
#p7 {
	background:url(../img/back7.jpg);
}
.scroll-pane{
	height:320px;
}
#txt{
	height:320px;
	overflow:hidden;
	width:820px;
}
#txt2 {
	height:320px;
	overflow:hidden;
	width:545px;
}

button {
	background-color:#000;
	color:#FFF;
	border:0;
	margin-top:10px;
	margin-left:100px;
	width:150px;
	height:30px;
}
button:hover {
	background-color:#222;
}

/*FORMULARIO*/

.text_input {
	background:none;
	border:0;
	width:250px;
	padding:2px;
	margin:5px 0;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.text_input:focus, textarea:focus {
	background:#111;
	color:#FFF;
}

button {
	width:100px;
	height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.error {
	background-color:#000000;
	color:#FFFFFF;
	width:250px;
}

.socios{
	text-transform:uppercase;
	list-style-image:url(../img/star.png);
	padding:0;
	float:left;
	margin-left:30px;
	width:25%;
	font-size:12px;
}

#pane6 {

}
