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

#container{
	background:#a4a29d;
	width:760px;
	margin: 0 auto;
}

#header{
	position:relative;
	background:#FFF;
	width:760px;
}

#header a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
#header a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#999;
}
#header a:visited{
	text-decoration:none;
}
#header2{
	position:relative;
	top:10px;
	background:#a4a29d;
	width:760px;
}

#footer{
	position:relative;
	top:575px;
	background:#a4a29d;
	width:760px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
#main{
	position:relative;
	top:20px;
	background:#a4a29d;
	width:760px;
	height:auto;
}
#menu{
	position:absolute;
	top:0px;
	left:560px;
	background:#FFF;
	width:200px;
	height:550px;
	text-align:left;
	line-height:150%;
}
#menu h1{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:18px;
	color:#666;
	margin:10px 10px;
}

#menu a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#666;
}

#menu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#ec7323;
}
.barra{
	background: #a4a29d;
	
}
#content{
	position:absolute;
	top:0px;
	left:0px;
	background:#FFF;
	width:550px;
	height:550px;
}
#content2{
	background:#FFF;
	width:auto;
	color:#000;
	height:auto;
}
#container2{
	background:#fff;
	width:760px;
	height:500px;
}
#texto{
	position:absolute;
	left:0;
	background:#FFF;
	width:50%;
	color:#000;
}
#imagen{
	position:absolute;
	left:50%;
	top:50px;
	background:#FFF;
	width:50%;
}

.texts{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	margin:20px 20px 0px 20px;
	background:#FFF;
}

.texts a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#39F;
}
.texts a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#39F;
	text-decoration:none;
}
#content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}

#title{
	background:#FFF;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:200%;
}

