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

Body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
}


/* Generales */
.red{
	color: #F00;
}

.small{
	font-size: 9px;
}
a{
	color: inherit;
	text-decoration: none;
}

a:hover{
	color: #000;
}

a.activo{
	color: #F00;
}

.subtitulo{
	margin-bottom: 15px;
}

h1{font-size: 14px;}
.fr{ float: right;}
.fl{ float: left;}
p{ line-height: 16px; margin-bottom: 10px;}
h1 .logo{
	background-image:url(../images/logo.png);
	display: inline-block;
	height: 18px;
	background-position: top left;
	width: 96px;
}

body.hover{
	background-image:url(../images/bkg-hover.gif);
	background-repeat:repeat-y;
}

body.hover #sidebar{
	color:#FFF;
}

body.hover #sidebar a.activo{
	color: #000;
}

body.home #footer,
body.home #sidebar{
	visibility:hidden;
}

body.hover .small{
	color:#FFF;
}

body.hover h1 .logo{
	background-position: bottom left;
}

#wpr-main{
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}

#sidebar{
	width: 160px;
	padding-right: 10px;
	text-align: right;
	float: left;
}

#sidebar > h1{
	margin-top: 10px;
}

.wprcenter{
	width: 830px;
	background-color:#FFF;
	overflow: hidden;
}

#mainmenu{
	padding: 20px 0;
	display: block;
}

#mainmenu li{
	display: block;
	height: 14px;
	line-height: 14px;
}

#footer{
	background-color:#FFF;
	margin-left: 170px;
}

#footer > .inner{
	padding: 10px;
}

/* SLIDER */
.wpr-slider{
	position: relative;
	overflow: hidden;
	width: 800px;
	height: 548px;
}

.wpr-slider.noticias{
	width: 405px;
}

.wpr-slider h1{
	position: absolute;
	left: 0px;
	bottom: 10px;
	text-align: left;
	line-height: 18px;
	color:#999;
	text-transform:uppercase;
	font-size: 14px;
	z-index:2;
	padding: 0 5px;
	width: auto;
	opacity: 0.5;
	background-color:#FFF;
}

.wpr-slider.noticias h1{
	position: static;
	background-color: transparent;
	padding: 0px;
	line-height: 16px;
}

.wpr-slider .slider{
	position: absolute;
	width: 800px;
	height: 548px;
}

.wpr-slider.noticias .slider{
	width: 405px;
}

.wpr-slider .slider li{
	float: left;
	width: 800px;
	height: 548px;
}

.wpr-slider.noticias .slider li{
	width: 405px;
}

.verproyecto .wpr-slider .slider li{
	text-align: right;
}

.wprdata{
	width: 395px;
}

.wprdata.contacto{
	text-align: right;
}

.wprdata > .inner{
	padding: 10px;
}

.wprdata h1{
	margin-bottom: 18px;
}	

.wprimage{
	height: 548px;
	width: 405px;
}

.wpr-proyectos{
	width: 650px;
	height: 100px;
	overflow: hidden;
}

.verproyecto .wpr-proyectos{
	width: 350px;
}

.wpr-proyectos .proyectos{
	height: 100px;
}

.wpr-proyectos .proyectos li a{
	text-transform:uppercase;
}

.categorias{
	height: 100px;
	padding-right: 40px;
	border-right: 1px solid #CCC;
	margin-right: 18px;
	overflow: hidden;
}

.wpr-slider-minis{
	width: 270px;
	position: relative;
	margin-right: 16px;
}

/*
.wpr-slider-minis .slider-minis{
	position: absolute;
	width: 315px;
	height: 40px;
}

.wpr-slider-minis .slider-minis li{
	float: left;
	width: 45px;
}
*/

#foto-texto .wpr-texto{
	margin-top: 40px;
	width: 400px;
	text-align: right;
}

.wpr-btnTexto{
	width: 300px;
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
}

.lista li{
	position: relative;
}

.lista h1{
	position: absolute;
	bottom:0px;
	left: 0px;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
}


.wprform{
	width: 405px;
	padding-top: 61px;
}

.wprform table{
	width: 100%;
}

.wprform table th, 
.wprform table td{
	padding: 5px;
	padding-top: 0px;
}

.wprform input[type=text]{
	width: 98%;
	height: 24px;
	line-height: 24px;
	border: 1px solid #CCC;
	padding: 0 2px;
}

.wprform textarea{
	width: 100%;
	height: 180px;
	border: 1px solid #CCC;
	padding: 2px;
}

.wprform tfoot td{
	text-align: right;
	vertical-align: middle;
}

.wprform tfoot td .respuesta{
	margin-right: 5px;
}

input[type=submit]{
	border: none;
	height: 24px;
	background-color:#CCC;
	color: #333;
	cursor: pointer;
	float: right;
	padding: 0 10px;
}

input[type=submit]:hover{
	color: #fff;
	background-color: #F00;
	-webkit-box-shadow: 0px 0px 2px 2px #cccccc;
	-moz-box-shadow: 0px 0px 2px 2px #cccccc;
	box-shadow: 0px 0px 2px 2px #cccccc; 	
}