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

#lienzo {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color:#FFFFFF;
}
body {
	background-color: #EFF0EA;
	background-image:url(images/fondo_pag.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#434343 !important;
}
h1{
	color:#F40271;
}
#barra_lateral h2{
	color:#A2A0A0;
	padding-left:40px;
}
#menu {
	width: 1000px;
	margin-right: 0px;
	height: 60px;
	display: block;
	background-color: #FFFFFF;
	background-image:url(images/sombra_menu.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
}
#menu_inferior{
		width: 1000px;
	margin-right: 0px;
	height: 60px;
	display: block;
	background-color: #FFFFFF;
/*	background-image:url(images/sombra_inferior.jpg);*/
	background-repeat:no-repeat;
	padding-top:20px;
}

#lienzo #cabecera {
	background-color:#FFFFFFF;
	height: 205px;
	display: block;
	margin-bottom:0px;
}
#lienzo #menu ul {
	display:block;
	margin-top:10px;
	padding-top:5px;
	height:40px;
	list-style-type:none;
	background-image:url(images/sombra_inferior.jpg);
	background-repeat:no-repeat;
}
#lienzo #menu li {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	display:block;
	padding-left:40px;
	width:200px;
	float:left;
	color:#7C7A7A;
}
.proyectos{
	padding-left:10px !important;
}
#lienzo #menu li a {
	text-decoration:none;
	color:#7C7A7A;
}
#lienzo #menu li a:hover {
	color:#F40271;
}

#menu2{
	display:block;
	width:1000px;
	height:80px;
	background-color:white;
}
#menu2 ul{
	list-style-type:none;
	margin-left:5px;
	display:block;
	cursor:pointer;
}
#menu2 li{
	display:block;
	width:295px;
	height:41px;
	float:left;
	margin-right:7px;
	margin-top:5px;
	cursor:pointer;
}
#menu2 li#cena:hover{
	background-image:url(images/cena_over.jpg)
}
#menu2 li#cena {
	display:block;
	cursor:pointer;
	width:295px;
	height:41px;
	background-image:url(images/cena.jpg)
}
#menu2 li#subasta{
	background-image:url(images/subasta.jpg)
}
#menu2 li#reserva{
	background-image:url(images/reserva.jpg)
}

#menu2 li#subasta:hover{
	background-image:url(images/subasta_over.jpg)
}
#menu2 li#reserva:hover{
	background-image:url(images/reserva_over.jpg)
}

#barra_lateral{
	padding:10px;
	background-color:white;
	display:block;
	width:280px;
	float:left;
}
#barra_lateral ul{
	list-style-type:none;
}
#texto_central{
	background-color: white;
	display: block;
	width: 660px;
	float: left;
	color: #F40271;
	padding-right:40px;
	text-align:justify;
}
#pie{
	display:block;
	width:1000px;
	background-color:#FFFFFF;
}
#barra_lateral {
	margin-top:-20px !important;
}
#texto_central{
	margin-top:20px !important;
	color: #000;
}
p{
	color:#464545;
}
a{
	text-decoration:none;
	color:#ACABAB;

}
a:hover{
	color:black;
	text-indent:1px;
}
#firmaCHC{
	 display: block; 
	 position:absolute; 
	 top:25px; left:60px; 
}
