/* CSS Document */

@font-face {
    font-family:Papyrus;
    src: url('fonts/PAPYRUS.TTF');
}

html {
    background: url(images/backgroundBig.jpg) no-repeat center center fixed;
	background-color:#000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
	margin: 0 auto;
}
.centro {
	position:absolute;
	text-align:center;
	width:100%;
	top:50%;
	margin-top:-200px;
	height:400px;
	background-color:rgba(0,0,0,1);
	background-image:url(images/backCentro.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border-top-style:solid;
	border-top-color:#F90;
	border-bottom-style:solid;
	border-bottom-color:#F90;
	
	box-shadow: 0px 0px 50px rgba(0,0,0,1);
}
.content {
	width:800px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.col2 {
	float:left;
	width:400px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.titPap{
	float:left;
	text-align:left;
	width:400px;
	height:180px;
	padding-top:20px;
	font-family:Papyrus;
	color:#FB0;
	font-size:24px;
	text-decoration:none;
	text-shadow:0px 0px 1px rgba(0,0,0,1);
	-webkit-text-shadow:0px 0px 1px rgba(0,0,0,1);
	-moz-text-shadow:0px 0px 1px rgba(0,0,0,1);
	-o-text-shadow:0px 0px 1px rgba(0,0,0,1);

}
.cajaConv {
	float:left;
	width:150px;
	height:75px;
	padding-top:125px
	/*background-color:#09F;*/
}
.linkPap {
	float:left;
	width:150px;
	height:60px;
	padding-top:20px;
	font-family:Papyrus;
	color:#CCC;
	font-size:24px;
	text-decoration:none;
	transition:all 200ms ease-in-out;
}
.linkPap:hover {
	transform:scale(1.25);
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-o-transform:scale(1.25);
	
	background-color:rgba(0,0,0,0.9);
	
	border-radius:20px;
	
	box-shadow:0 0 1em rgba(0,0,0,1);
}

.bmenu{
	text-align:left;
}
.bmenu li{
	width:400px;
	margin-top:12px;
	margin-left:90px;
	font-family:Papyrus;
    font-size: 20px;
    display: block;
	color:#CCC;
}
.bmenu li a{
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #CCC;
	text-decoration:none;
    color: #CCC;
    padding: 5px 20px;
    margin: 2px;
    letter-spacing: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.bmenu:hover li a{
    text-shadow: 0px 0px 10px #FFF;
    color: transparent;
    background: rgba(0,0,0,0.2);
}
.bmenu li a:hover{
    background: rgba(0,0,0,1.0);
    text-shadow: 0px 0px 1px #eeb213;
	transform:scale(1.10);
	
	border-radius:10px;
	-webkit-transform:scale(1.10);
	-moz-transform:scale(1.10);
	-o-transform:scale(1.10);
	-ms-transform:scale(1.10);
}
.titMenu{
	padding:10px 0px 10px 10px;
	float:right;
	color:rgba(235,187,56,0.75);
	font-family:Papyrus;
	font-size:32px;
	text-shadow:0px 0px 10px #000;
}
.idiomas, .idiomas a {
	width:99%;
	height:25px;
	padding-top:5px;
	padding-right:1%;
	background-color:rgba(51,51,51,0.25);
	text-align:right;
	color:rgba(235,187,56,0.75);
	font-family:Papyrus;
	text-decoration:none;
}