@charset "utf-8";
/* CSS Document */
body {
	behavior: url(jodidoIE/PIE.php);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;	
	margin:0 0;
	overflow-y:scroll;
}
img {
	border:none;
	text-decoration:none;
}
li {
	list-style-image:url(images/listIcon.png);
}
a {
	color:white;
	font-weight:bold;	
	text-decoration:none;
}
.contenedor {
	margin:0 auto;
	position:relative;
	width:900px;
}
.rojo {
	color:red;
}
.textShadow {
	behavior: url(jodidoIE/PIE.php);
	text-shadow: 2px 2px 15px #000000;

}
.boxShadow {
	behavior: url(jodidoIE/PIE.php);
	-webkit-box-shadow: 0px 0px 30px 15px rgba(00, 00, 00, 0.2);
	-moz-box-shadow: 0px 0px 30px 15px rgba(00, 00, 00, 0.2);
	box-shadow: 0px 0px 20px 7px rgba(33, 33, 33, 0.2);
}
.borderRadius {
	behavior: url(jodidoIE/PIE.php);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.borderRadius4 {
	behavior: url(jodidoIE/PIE.php);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.center {
	text-align:center;
}
/***************HEADER ****************/
#header {
	background:url(images/pedriza.png);
	behavior: url(jodidoIE/PIE.php);
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;	
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	height:170px;
	position:relative;
}
#logoImage {
	background:url(images/logoImagen.png) no-repeat;	
	height:135px;
	left:10px;
	position:absolute;
	top:10px;
	width:185px;
}
#logoText {
	background:url(images/logoText.png) no-repeat;
	height:140px;
	left:320px;
	position:absolute;
	top:5px;
	width:450px;
}
#logoFacebook {
	background:url(images/facebook_logo.png);
	bottom:0px;
	height:45px;
	position:absolute;
	right:0px;
	width:45px;
}
#nav {
	background:#3fb253;
	behavior: url(jodidoIE/PIE.php);
	border-radius:8px;
	color:white;
	height:30px;
	left:50px;
	line-height:30px;
	position:absolute;
	text-align:center;
	top:155px;
	width:800px;
	z-index:999;
}
#nav a {
	color:white;
	display:inline-block;
	line-height:30px;
	margin:0 3px 0px 0px;
	padding-left:23px;
	text-decoration:none;
}
#nav a:hover {
	background:url(images/listIcon.png) no-repeat;
	color:black;
}
#nav a.active {
	background:url(images/listIcon.png) no-repeat;
	color:white;
	text-decoration:underline;	
}
/******************************************/
/* CONTENIDO */
#content {
	background: #488457 url(images/bg.png) repeat-x; /* #223823 verde oscuro logo*/
	behavior: url(jodidoIE/PIE.php);
	/*3fb253; verde logo*/
	color:white;
	margin:0px 0px 15px 0px;
	padding:20px 55px;
	position:relative;
	text-align:justify;
	border-radius:8px;

}
#content li {
	line-height:35px;	
}
.conFoto {
	list-style-image:url(images/camera.png);
}
.ramdonDiv {
	height:450px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
}
#cargandoRamdonDiv {
	display:none;
	height:19px;
	margin: 0 auto;
	position:absolute;
	text-align:center;
	top:170px;
	width:100%;
}
.grouped_elements img {
	border:1px solid #9C9;
	text-decoration:none;
}
.grouped_elements img:hover {
	behavior: url(jodidoIE/PIE.php);
	border:1px solid #FFF;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;
}
#formComentario {
	height:500px;
	left:5px;
	position:relative;
	top:0px;
	width:300px;
}
#formComentario input{
	background:#CFC;
	border:none;
	border-radius:4px;
	height:24px;
	line-height:23px;
	padding:1px 10px;
}
#formComentario textarea{
	background:#CFC;
	border:none;
	border-radius:4px;
	line-height:23px;
	padding:4px 10px;
	overflow:auto;
}
#contentRight {
	height:450px;
	padding:30px 25px;
	position:absolute;
	right:5px;
	top:50px;
	width:480px;
}
/****************************************/

#footer {
	background:#223823 url(images/bg.png) repeat-x;
	behavior: url(jodidoIE/PIE.php);
	border:1px solid #CCC;
	border-top-left-radius:8px;
	border-top-right-radius:8px;	
	border-top:1px solid #CCC;
	color:white;
	height:90px;
	line-height:45px;
	text-align:center;
}