@charset "UTF-8";
/* CSS Document */
body{
	background:url(../images/fondo_header.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:0;
	margin:0;
}

#container{
	width:820px;
	margin:0 auto;
	min-height:560px;
}


#logo{
	background:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:153px;
	height:107px;
}

#logo_header{
	background:url(../images/logo_header.gif);
	width:870px;
	height:107px;
}

#menu{
	padding-top:10px;
	font-weight:bold;
}
#menu a{
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
}

#menu a2{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}


#menu ul{
	padding-left:0;
	margin-left:0;
	list-style:none;
}
#menu li{
	float:left;
	padding:2px 10px 0 10px;
	height:30px;
}
#menu li:hover{
	background:#000000;
}
#footer{
	clear:both;
	background:url(../images/footer_bg.gif) repeat-x;
	height:113px;
	text-align:center;
	font-size:10px;
	color:#CCCCCC;
}
#footer p{
	padding:20px 0 0 0;
	font-size: 11px;
}
#footer a {
color:#CCCCCC;
font-weight:normal;
text-decoration:none;
font-size:11px;
}

#footer a:hover {
text-decoration:underline;
}
.clear{
	clear:both;
}
.selected{
	background:#000;
}
.proyectImg{
	float:left;
}

.proyectInfo{
	float:left;
	background:url(../images/c.gif) no-repeat;
	padding-left:45px;
	width:205px;
	margin:5px;
}

.proyectquienes{
	float:left;
	width:380px;
	margin-left: 20px;
}

.proyectHeader{
	background:url(../images/pleca_verde.gif) no-repeat;
	height:33px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:5px 0 0 14px;
	text-align:left;
}
.proyectDesc{
	font-size:12px;
	font-weight:normal;
}
#content{
	padding-top:15px;
}

#contenthome{
width:870 px;
	padding-top:0px;
}
#left{
	float:left;
}
#right{
	float:left;
}

.form{
	margin:0 auto;
	width:300px;
	border:1px solid #CCCCCC;
}
