/* CSS Document */
#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}
#page-wrap {
	position: fixed;
	z-index: 12;
	width: auto;
	padding-top: 30px;
	padding-left: 37px;
	height: auto;
	padding-right: 37px;
	background-attachment: scroll;
	background-color: #FFF;
	background-repeat: repeat;
	background-position: center top;
}
#page-wrap-index {
	position: fixed;
	z-index: 12;
	width: auto;
	padding-top: 30px;
	padding-left: 37px;
	height: auto;
	padding-right: 37px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
}
p {
	margin: 0 0 10px 0;
}
body, td, th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #777;
	font-weight: lighter;
}
body {
	background-color: #FFF;
}
a:link {
	color: #666;
	text-decoration: none;
	/* First we need to help some browsers along for this to work.
Just because a vendor prefix is there, doesn't mean it will
work in a browser made by that vendor either, it's just for
future-proofing purposes I guess. */
-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
transition:color .2s ease-out, background 2s ease-in;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #826adb;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666;
}
.uppercase {
	text-transform: uppercase;
}
.activo {
	color: #826adb;
}
.submenu {
	text-transform: uppercase;
	font-size: 14px;
}
.submenu a {
	color: #999;
	text-decoration: none;
	/* First we need to help some browsers along for this to work.
Just because a vendor prefix is there, doesn't mean it will
work in a browser made by that vendor either, it's just for
future-proofing purposes I guess. */
-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
transition:color .2s ease-out, background 2s ease-in;
}
.submenu a:hover {
	color: #826adb;
	text-decoration: none;
}
#mainwrapper {
	position: relative;
	top: 200px;
	z-index: 5;
	padding-right: 30px;
	padding-left: 30px;
}
#mainwrapper2 {
	position: relative;
	top: 150px;
	z-index: 5;
	padding-right: 30px;
	padding-left: 30px;
	height: 500px;
}
/* Image carteles Style */
#mainwrapper .box {
	border: 5px solid #fff;
/*	cursor: pointer;
*/	height: 390px;
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
	width: 275px;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc;
}
#mainwrapper .box img {
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
/* Caption Common Style */
#mainwrapper .box .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	left: 0;
}
/** Caption 2: Full Width & Height **/
#mainwrapper .box .full-caption {
	width: 275px;
	height: 390px;
	top: -425px;
	text-align: left;
	padding: 15px;
}
/** Full Caption :hover Behaviour **/
#mainwrapper .box:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}
#mainwrapper .box:hover .scale-caption h3, #mainwrapper .box:hover .scale-caption p {
	-moz-transform: translateX(200px);
	-o-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}
h3 {
	font-size: 12px;
	font-weight: lighter;
	margin-top: 170px;
	color: #826adb;
	margin-left: 90px;
	text-transform: uppercase;
}
/* Image editorial Style */
#mainwrapper .caja {
	border: 5px solid #fff;
	cursor: pointer;
	height: 150px;
	float: left;
	margin: 10px;
	position: relative;
	overflow: hidden;
	width: 150px;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc;
}
#mainwrapper .caja img {
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
/* Caption Common Style */
#mainwrapper .caja .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	left: 0;
}
/** Caption 2: Full Width & Height **/
#mainwrapper .caja .full-caption {
	width: 150px;
	height: 150px;
	top: -425px;
	text-align: left;
	padding: 15px;
}
/** Full Caption :hover Behaviour **/
#mainwrapper .caja:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}
#mainwrapper .caja:hover .scale-caption h3, #mainwrapper .caja:hover .scale-caption p {
	-moz-transform: translateX(200px);
	-o-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}
.nombrepeli {
	color: #000;
}
.bio {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
}
.fotobio {
	border: 5px solid #fff;
	float: left;
	margin: 10px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc;
}
#mainwrapper2 section {
	height: 510px;
	margin-left: 420px;
	overflow: auto;
	width: 400px;
	padding-top: 7px;
}
label {
	font-size: 15px;
	color: #666;
}
form {
	float: left;
	border: 1px solid #ddd;
	padding: 30px 40px 20px 40px;
	margin: 75px 0 0 0;
	width: 715px;
	background: #fff;
	/* -- CSS3 - define rounded corners for the form -- */	
/*		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 		*/

/* -- CSS3 - create a background graident -- */
/*		background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFFFFF)); 
background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
*/		
/* -- CSS3 - add a drop shadow -- */
-webkit-box-shadow:0px 0 50px #ccc;
	-moz-box-shadow:0px 0 50px #ccc;
	box-shadow:0px 0 50px #ccc;
}
fieldset {
	border: none;
}
#user-details {
	float: left;
	width: 230px;
}
#user-message {
	float: right;
	width: 405px;
}
input, textarea {
	padding: 8px;
	margin: 10px 0 20px 0;
	background: #fff;
	width: 220px;
	font-size: 14px;
	color: #555;
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	border: 1px solid #bec2c4;
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
/*		-webkit-box-shadow: 0px 0px 4px #aaa;
-moz-box-shadow: 0px 0px 4px #aaa; 
box-shadow: 0px 0px 4px #aaa;
*/		
/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
-webkit-transition: background 0.3s linear;
}
textarea {
	width: 390px;
	height: 119px;
}
input:hover, textarea:hover {
	box-shadow: 0px 0px 0px 4px #b7b2cc;
	border:1px solid #826adb;
}
input.submit {
	width: 150px;
	color: #eee;
	text-transform: uppercase;
	margin-top: 10px;
	background-color: #37334;
	border: none;
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	/* -- CSS3 - Rounded Corners -- */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#826adb), to(#3b3455));
	background: -moz-linear-gradient(25% 75% 90deg, #3b3455, #826adb);
}
input.submit:hover {
	/*		-webkit-box-shadow: 0px 0px 20px #555;
-moz-box-shadow: 0px 0px 20px #aaa; 
box-shadow: 0px 0px 20px #555;	*/
cursor:  pointer;
}
#page-wrap-index .uppercase {
	color: #FFF;
}
#page-wrap-index .uppercase a {
	color: #FFF;
}
#page-wrap-index .uppercase a:hover {
	color: #826adb;
	text-decoration: none;
}
#page-wrap-index .uppercase body, td, th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
}