@charset "utf-8";
/*
Theme Name: Alcachofas de la Sabana 
Theme URI: http://alcachofasdelasabana.com
Version: 1.0
Author: Carolina Canchila
Author URI: http://www.arlain.net/ 
*/

* {
 padding:0;
 margin:0;
}
body{
	margin:0;
	padding:0;
	color: #666;
	background:#006699 url(images/background.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #009EEF;	
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #009EEF;
}
a:hover {
	color: #9BDCFF;
	text-decoration:none;
}
#container{
	width:991px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url(images/back_content.png) repeat-y;
}
a img {
	border: none;
}
.img_left{
	float:left;
	padding:8px 5px;
}
.img_right{
	float:right;
	padding: 0 5px;
}
/*header*/
#header{
	width:991px;
	height:151px;
	background:url(images/header.png) no-repeat;
}

#navigation{
	float:left;
	padding:88px 8px 0 25px;
}
#navigation li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
#navigation li a{
	height:35px;
	margin:0 0 0 20px;
	display:block;
	padding:0 18px;
	text-decoration:none;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	line-height:30px;
	text-align: center;
	background:#006699;
	border:#005C88 1px solid;
}
#navigation li a:hover{
	color:#00A3F0;
}
#imagen_header{
	padding:52px 35px 0 0;
	float:right;
}
/*contenido*/
#content{
	width:991px;
	background:url(images/back_cont.png) repeat-y;
	text-align:left;
}
.content img{
margin:0;
padding:0;
}
#content_proy{
	width:991px;
	background:url(images/back_content_proy.png) repeat-y;
	text-align:left;
}
#text_proy{
	padding:0 60px;
}

#content_proy h1{
	background:url(images/back_tit.jpg) no-repeat 0 3px;
	font-size:24px;
	font-weight:bold;
	padding:20px 0 0 40px;
	color:#00A9FB;
	height:75px;
	}
#content_proy ul{
	padding:5px 0 0 15px;
	list-style:none;
}
#content_proy li{
	padding:8px 0 0 15px;
	background:url(images/punto_02.png) no-repeat 0 11px;;
	list-style:none;
}
.img_proy{
	padding:10px 0 0 0;
}
#left{
	float:left;
	width:450px;
	padding:0 20px 0 60px;
}
#left p{
	margin:5px 0 0 0;
}
#left h1{
	background:url(images/back_tit.jpg) no-repeat 0 3px;
	font-size:24px;
	font-weight:bold;
	padding:20px 0 0 40px;
	color:#00A9FB;
	height:75px;
	}
#left ul{
	padding:5px 0 0 15px;
	list-style:none;
}
#left li{
	padding:8px 0 0 15px;
	background:url(images/punto_02.png) no-repeat 0 11px;;
	list-style:none;
}
.txt_proyect{
text-align:center;
padding:15px 0 0 0;
}
#right{
	float:right;
	width:420px;
	padding:0 30px 0 0;
	text-align:left;
}
#right p{
	color:#fff;
	font-size:15px;
	text-align:center;
}
#right ul{
	padding:5px 25px 0 15px;
	list-style:none;
	color:#fff;
}
#right li{
	padding:8px 0 0 15px;
	background:url(images/punto_02.png) no-repeat 0 11px;;
	list-style:none;
	color:#fff;
}
.txt_servicios{
	text-align:left;
	padding:0 5px 0 8px;
}
.txt_servicios p{
	text-align:left;
}
.txt_servicios h2{
	padding:0 0 0 12px;
	color:#fff;
}

/*formulario*/
form{
	padding:0 0 0 5px;
}
form fieldset {
  border:#00A9FB 1px solid;
  padding: 10px; 
  margin: 0;
}
form fieldset legend {
	font-size:14px; 
	font-weight:bold;
    padding:5px;
	height:40px;
}
form label { 
	display: block;  
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 8px 15px 0 0; 
	text-align: right; 
}
.input{
	width:300px;
	margin:8px 0 0 0;
}
form input, form textarea {
	width:auto;  
}
form input#reset {
	margin-left:0px; 
}
form br {
	clear:left; 
}
.button{
	float:right;
	border:#00496C 1px solid;
	background:#00A9FB;
	margin:15px 5px 0 0;
}
.textarea{
	display: block;  
	float: left; 
	width: 300px; 
	padding: 0; 
	margin: 8px 15px 0 0; 
	text-align: right;
}
/*end of form*/
#txt_form{
	padding: 5px;
	background:#DAE994;
	display:block;
	margin:10px 0 0 50px;
}
.participar{
	font-size:14px;
	font-weight:bold;
}
.img_right{
	float:right;
	padding:0 15px 0 0;
}
.img_left{
	float:left;
	padding:0 15px 0 0;
}

/*footer*/
#footer{
	padding:0;
	margin:0;
	width:991px;
	height:58px;
	background:url(images/footer.png) no-repeat ;
}
#footer p{
	font-size:12px;
	text-align:center;
	padding: 20px 0 0 0;
	color:#fff;
}
#footer_2{
	background:#58595A;
	height:30px;
}
/*fixes*/
.clear{
	clear:both;
}