/* CSS Document */

/* Basic Elements */
html, body {
	margin: 0;
	background:url(../imagenes/fondo.gif) repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:14px;
	}
	
p{
	text-indent:10px
}
#container {
	width: 760px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border:0;
	}
#header {
	width: 100%;
	height: 166px;
	background: url("../imagenes/header.gif") no-repeat;
	}
#header2 {
	width: 100%;
	height: 166px;
	background: url("../imagenes/header.gif") no-repeat;
}	
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 5px 0;
	height:50px;
	padding-top:25px;
	color:#333333;
	background:url(../imagenes/footer.gif) no-repeat;
	}

#footer a{
	color:#3333FF;	
}

#footer span{
	color:#FFFFFF;	
}

/* Nav Menu */
#nav {
	border: 1px solid #cecece;
	height:30px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	padding-top:5px;
	list-style: none;
	}
#nav li {
	display: inline;
	padding: 3px 0;
	}
	


#nav li a {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	text-decoration: none;
	padding: 0 20px 0 20px;
	}
#nav li a:hover {
	color:#33CCFF;
	}

#submenu li{
	margin:0px;
	padding:0px;

}
/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}


#content{
	padding:20px;
	margin-bottom:100px
}

#content ul{
	
	margin-top:0;
}
#content img{
	padding-left:10px;
	padding-right:10px;
}

.titulo{
	text-align:center; text-decoration:underline; font-weight:bold
}

#servicios{
	margin-top:50px;
	margin-left:50px;
	clear:both;
	
}

.servicio{
	width:300px;
	border:1px solid #000000;
	float:left;
	margin-right:20px;
	margin-top:20px;
	
}
#servicio2{
	width:200px;
	border:1px solid #000000;
	float:left;
	margin-right:20px;
	margin-top:20px;
	text-align:center;
	
}

#servicios img{
	padding:0px;
}

#servicio p{
	text-align:center
}

#servicio_head p{
	padding-top:30px;
	font-style:normal;
	font-size:18px;
	font-weight:bold;
	color:#3399FF;
	font-family:Tahoma;
}



#servicio_head img{
	border:1px solid #000000;
	padding:0;
	margin-right:20px;
	
}

#relleno{
	
	clear:both;
}


#content ul li{
	line-height:20px;
	padding-top:10px;
}

#content ul li ul{
	list-style:outside
}

.metodologia{
	border:5px solid #3399FF;
	background-color:#DDD9F2;
	
	text-align:center;
	padding:20px;
	font-weight:bold;

}

#medalla{
	position:relative;
	background-image:url(../imagenes/medalla.gif);
	background-repeat:no-repeat;
	width:70px;
	height:78px;
	left: 626px;
	top: -37px;
	
}
#medalla2{
	position:relative;
	background-image:url(../imagenes/medalla.gif);
	background-repeat:no-repeat;
	width:70px;
	height:78px;
	left: 0px;
	top: -37px;
	
}
.titulo_met{
	color:#3366FF;

}

label{
	font-weight:bold;
}

input{
	font-size:12px;
	border:1px solid #3399FF;
	margin-left:10px;
	padding-left:4px;
	
}
.check{
	border:none;
}

form{
	line-height:35px;
}

#error{
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	text-align:left
}

blockquote {display: block;padding: 0 40px;

width: 550px;

margin-left: 0px;
font-size:24px;
font-weight:bold;
text-align:center;
margin-bottom:100px;

}

blockquote:before, blockquote:after {

color:#3399FF;

display: block;

font-size: 700%;

width: 50px;

}

blockquote:before {

content: open-quote;

height: 0;

margin-left: -10px;
margin-top:-35px;

}

blockquote:after {

content: close-quote;

height: 50px;

margin-top: -120px;

margin-left: 480px;

}
#menuhead{
	background-color: #3399FF;
	text-align:right;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	height:15px;
}
#menuhead img{
	margin-right:3px;
	width:12px;
	height:12px;
}

#menuhead a{
	color:#CCCCCC;
	font-size:9px;
	text-decoration:none;
	padding:0 0 10px 10px;
}

#sitemap a{
	font-size:12px;
	color:#000000;
}

#sitemap{
	margin-left:100px
}

#msghead{
	text-align:left;
	color:#FFFFFF;
	font-size:22px;
	margin-right:350px;
	padding-left:150px;
	font-weight:bold;
	font-style:italic;
}
