*{
	margin:0;
	padding:0;
}
body {
	line-height: 1.5em;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial;
	font-weight: lighter;
}
h1{
	text-align: right;
	color: #AAA;
	padding-bottom: 5px;
	border-bottom: #CCC 1px solid;
}
a{
	color:#666;
	text-decoration: none;
}
a:hover{
	color:#999;
}
p, h3{
	margin-top: 1em;
}
input, textarea{
	border: #888 1px solid;
	margin-top: 5px;
	padding: 3px;
	font-family: Helvetica;
	font-size: 14px; 
}
input.error, textarea.error{
	background: #ff9999;
	color: #cc0000;
}

#bodybg{
	min-height:500px;
}
#bodyshadow{
	background:url(shadow-trans.png) repeat-y top;
	width: 852px;
	margin:0 auto;
}
#bodycontent{
	width: 800px;
	margin-left:21px;	
}
#header{
	height: 110px;
	background: url(bgTop.jpg) repeat-x top left;
}
#logo{
	float: left;
	width: auto;
	display: inline;
	padding-top: 18px;
}
/*
#logo a{
	color: none;
}*/
#logo img{
	border: none;
}
#contenthead{
	clear: both;
	background: aqua;
	height: 320px;
}
#menu{
	float:left;
	width: auto;
	display: inline;
	margin-left: 80px;
	margin-top: 80px;
	color: #666;
}
#menu ul{
	list-style-type: none;
}
#menu ul li{
	float: left;
	width: auto;
	margin: 0 10px;
}
#DT:hover{
	padding:0 0 15px 0;
	background: url(bgDT.jpg) repeat-x center 17px;
}
#QH:hover{
	padding:0 0 15px 0;
	background: url(bgQH.jpg) repeat-x center 17px;
}
#LS:hover{
	padding:0 0 15px 0;
	background: url(bgSol.jpg) repeat-x center 17px;
}
#CT:hover{
	padding:0 0 15px 0;
	background: url(bgCon.jpg) repeat-x center 17px;
}
#content{
	clear: both;
	background: white;
	min-height: 700px;
	margin: 0 auto -30px;
}
#submenu{
	float: left;
	width: auto;
	display: inline;
	margin-top: 70px;
}
#submenu ul{
	list-style-type: none;
	margin-left: -21px;
}
#submenu ul li{
	background: url(bgPest-trans.png) no-repeat;
}
#submenu ul li span{
	display: block;
	margin:5px 0;
	padding-top: 15px;
}
#submenu ul li span a{
	display: block;
	cursor: pointer;
	height: 20px;
	width: 140px;
	padding: 3px 0 0 10px;
}
#info{
	float: left;
	display: inline;
	width: 600px;
	min-height: 400px;
	padding:20px 0 20px 30px;
	color: #222;
}
#project{
	color: #888;
}

#estado{
	font-weight: bold;
	font-size: 16px;
	background-color: #ff9999;
	text-align: center;
	color: #cc0000;
	border: none;
	cursor: pointer;
}
#enviar{
	padding: 5px 15px;
	color: #333;
	background-color: #CCC;
	border: none;
	cursor: pointer;
}
#footer{
	clear: both;
	height: 30px;
	margin: 150px 20px 0 20px;
	padding: 5px 0 20px 0;
	border-top: #AAA 1px solid;
	font-size: 10px;
	color: #AAA;
	text-align: center;
}

.ini{
	width: 600px;
	padding:0 0 0 130px;
}
.text{
	margin-top: 2em;
}
.text ul{
	margin-left: 2em;
}
.ewex{
	float:left;
	width:300px;
	display: block;
	margin-bottom: 10px;
	height: 200px;
}
.ewex ul{
	list-style-type: none;
	font-size: 12px;
	color: #999;
	margin-left: 0;
}
.image{
	background: #EEE;
	width:260px;
	height: 65px;
}
.articulo{
	width: 280px;
	height: 300px;
	margin: 10px;
	float: left;
	display: block;
	background: #EEE;
}
.cuadrito{
	width: 279px;
	height: 70px;
	overflow: hidden;
	border: #CCC 1px dotted;
	float:left;
}
.cuadrito img{
	margin-top: -300px;
	margin-left: -200px;
}
.mas{
	padding: 10px;
}
.mas span{
	text-align: right;
}
.mas a{
	color:#990099;
	border-bottom: #990099 1px dotted;
}

.Verde{
	background: #003300 url(bgAll1.jpg) repeat-x;
}
.verde{
	background: #C0FFC0;
	color: #009900;	
}
.verde:hover{
	background: #009900;
	color: #FFF;
}
.Amarillo{
	background: #996600 url(bgAll2.jpg) repeat-x;
}
.amarillo{
	background: #FFFF99;
	color: #FF9900;	
}
.amarillo:hover{
	background: #FF9900;
	color: #FFF;
}
.Magenta{
	background: #330033 url(bgAll3.jpg) repeat-x;
}
.magenta{
	background: #FF99FF;
	color: #990099;	
}
.magenta:hover{
	background: #990099;
	color: #FFF;
}
.Rojo{
	background: #660000 url(bgAll4.jpg) repeat-x;
}
.rojo{
	background: #FF9999;
	color: #CC0000;	
}
.rojo:hover{
	background: #CC0000;
	color: #FFF;
}
