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



body {
	background: url(images/fondo.jpg) fixed repeat-x;
	margin:0px;
	font-family:Tahoma;
	font-size:13px;
	text-align:justify;
	line-height:1.5em;
}
a {
	color:#333333;
	text-decoration:none;
}
p {
	font-family:Tahoma;
	font-size:13px;
	text-align:justify;
	line-height:1.5em;
}

img {
	border:0px;
}
ul li {
	color:#333333;
	padding:5px;
}
input{
	padding:5px;
	background:#CCCCCC;
	border: #CCCCCC 2px solid;
	width:90%;

	font-size:15px;
	color: #666666;
	cursor:pointer;
	    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
}
 textarea {
	padding:5px;
	background:#CCCCCC;
	border: #CCCCCC 2px solid;
	width:90%;
	height:50px;
	font-size:15px;
	color: #666666;
	cursor:pointer;
	    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
}
input:hover,textarea:hover {
	border:#333333 2px solid;
	background: #FFFFFF;
}

#page {
	width:100%;
	margin:0px;
	padding:0px;
}
.container_header {
	width:100%;
	background-color:#FFFFFF;
	border-bottom:1px solid  #666666
}
#header {
	width:990px;
	padding:14px 0 18px  0;
	margin:0 auto 0 auto;
}
#header img.logo {
	margin:5px auto 0 5px;
	float:left;
}
ul#nav {
	color: #666666;
	list-style:none;
	font-size:14px;
	margin:30px auto 0 70px;
	width:650px;
	float:left;
	text-align:left;
	display:block;
}
ul#nav li {
	float:left;
}
ul#nav li a {
	font-family:Tahoma;
	color: #666666;
	text-decoration:none;
	padding:8px;
	font-weight:bold;
}
ul#nav li a:hover {
	background:#666666;
}
ul#nav li ul {
	display:none;
	float:left;
	position:absolute;
}
ul#nav li:hover ul {
	display:inline;
	position:absolute;
	left:622px;
	top:53px;
	width:100px;
	background:#666666;
}
ul#nav li ul li {
	margin-left: -35px;
	margin-top:10px;
	width: 300px;
	margin-bottom: 5px;
	padding: 1px;
}
ul#nav li ul li a {
	padding:5px;
}
ul#nav li ul li a:hover {
	border-right:2px #999999 solid;
	background:#333333;
}
#slide {
	width:990px;
	margin:10px auto 0 auto;
	height:310px;
}
#traducir {
position:absolute;
right:17px;
top:0px;
	font-family:Tahoma;
	font-size:12px;
	color: #8C8C8C;
	float:left;
}
#cu3er-container {
	height:320px;
}
#content {
	width:990px;
	margin:0px auto 0 auto;
	background:#FFFFFF;
	height:auto;
	padding:20px 0 60px 0;
}

#content img{
border:1px solid #CCCCCC;
padding:2px;
}

#noborder{
border:none;
}
#content a {
	font-weight:bold;
}
.image {
margin-bottom:300px;
	float:left;
	padding-left:10px;
}
.imagetwo{
margin-bottom:5px;
	float:left;
	padding-left:10px;
}
.texto {
	margin:0px 0 auto 10px;
	float:left;
	border-left:1px  #CCCCCC solid;
	padding-left:20px;
	padding-right:20px;
	width:700px;
}
.texto h3 {
	color:#036839;
	font-family:Tahoma;
	font-size:19px;
	margin:0px;
}
.texto p {
	font-family:Tahoma;
	font-size:13px;
	text-align:justify;
	color:#333333;
	line-height:1.5em;
}
.cuadrito {
	width:720px;
	margin-top:30px;
	margin-left:250px;
	color:#333333;
}
#footer {
	background:#EDEDED ;
	width:100%;
	border-top:1px solid #CCCCCC;
	margin:0px auto 0 auto;
	padding:0px;
	font-size:13px;
	color:#666666;
}
#modulos {
	width:990px;
	margin:0 auto 0 auto;
	padding:10px;
}
#modulos h2 {
	color:#333333;
}
.modulo {
	float:left;
	width:298px;
	height:100%;
	margin-right:10px;
	padding:10px;
	text-align:center;
	border-right:1px dotted #333333;
}

.modulo p{

	text-align:center;
}

.modulo li{
list-style:none;

}

#modulo_left{

}
#footer_down {
	width:100%;
	background:#046739;
	color:#FFFFFF;
	
}
#footer_center {
	margin:0 auto 0 auto;
	width:990px;
	padding:10px;
}
.error{
color:#FF0000;
font-weight:bold;
display:block;
}

