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

html {
			height:100%;
			 background: url(../imgs/blue.jpg) no-repeat center center fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
		}
		body {
			/*background-color: #000034;*/
			margin:0;
			height:100%;
			font-family:Arial;
		}

/*@font-face {
font-family: Futura-CondensedMedium;
src: url(../font/Futura-CondensedMedium.ttf);
src: url(../font/futura-condensedmedium.eot);
src: url(../font/futura-condensedmedium.woff);
}
body{
	font-family:Futura-CondensedMedium;
	background-color:#343434;
}
*/
body a{
	text-decoration: none;
}

.main{
	margin-right:auto;
	margin-left:auto;
	max-width:1050px;
/* box-shadow: 2px 2px 5px #000;*/
		height: auto !important;
	height: 100%;
	/* background-color:#dae2ef;*/
	 /*border-radius: 5px;*/
	 padding:5px;
}

.top{
	/*padding:5px;*/
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#000034;*/
	height:50px;
	border-radius:5px;
	background-image:url(../imgs/fondo.png);
	position:fixed;
	z-index:99999;
}

.menu{
	padding-bottom:5px;
	float:left;
}
.menu ul{
color:#FFF;
}
.menu ul li {
text-decoration: none;color: #FFFFFF;display: block;font-size: 14px;padding: 0 15px 7px 15px;outline: none;cursor:pointer; letter-spacing: 2px;

}


.menu ul li a, a:hover{
	text-decoration: none; color: #FFF;font-size: 14px;
}

.menu ul li ul li {
	width:290px;
	background-color:#000034;
}

.menu ul li ul li a, a:hover{
	text-decoration: none; color: #FFF;font-size: 12px;
}
.menu ul li:hover{
text-decoration: none;color: #0e4b8b;display: block;font-size: 14px;padding: 0 15px 7px 15px;outline: none;cursor:pointer;  letter-spacing: 2px;
	border-bottom:solid;
	border-bottom-color:#2baae1;
	border-bottom-width:4px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
}

.slide{
	background-color:#2baae1;
	width:100%;
	max-height:450px;
}

.footer{
	color:#fff;
	text-align:center;
	width:100%;
	max-height:200px;
	letter-spacing: 1px;
}
.f1{
	/*height:250px;*/
	/*float:left;*/
}


.centro-index{
	max-width:980px;
	/*height:100%;*/
	 overflow: hidden;
	 /*background-color:#FFF;*/
	 margin-top:10px;
	 margin-bottom:10px;
	 border-radius:5px;
	 margin-left:auto;
	 margin-right:auto;
}

.centro{
	max-width:980px;
	/*height:100%;*/
	 overflow: hidden;
	 /*background-color:#FFF;*/
	 margin-top:55px;
	 margin-bottom:10px;
	 border-radius:5px;
	 margin-left:auto;
	 margin-right:auto;
	 top:100px;
}


.logo{
	margin-left:30px;
	height:70px;
	float:left;
}
.logo img{
	height:90px;
}

.centro2{
	display:block;
	text-align:center;
	width:100%;
	background-color:#FFF;
	 overflow: hidden;
}

.centrocorto{
	display:block;
	text-align:center;
	width:100%;
	background-color:#FFF;
	overflow: hidden;
}

.centro_regi{
	display:block;
	text-align:center;
	width:100%;
	background-color:#FFF;
	 overflow: hidden;
}

.centro_arriba{
	height:120px;	
}

.imggabinete img{
	width:280px;
	border-radius:5px;
	
}
.imggabinete{
	float:left;
	position:relative;
	padding:10px;
}
.descrip{
	width:50%;
	float:left;
	position:relative;
	padding:10px;
}
.imggabinete2 img{
	width:280px;
	border-radius:5px;
	
}
.imggabinete2{
	float:left;
	position:relative;
	padding:10px;
	width:100%;
}

.imggabinete2 a:link {
    color: #0e4b8b;
}

/* visited link */
.imggabinete2 a:visited {
    color: #0e4b8b;
}

/* mouse over link */
.imggabinete2 a:hover {
    color: #0e4b8b;
}

/* selected link */
.imggabinete2 a:active {
    color: #0e4b8b;
}
.titunot a:link {
    color: #fff;
}

/* visited link */
.titunot a:visited {
    color: #fff;
}

/* mouse over link */
.titunot a:hover {
    color: #fff;
}

/* selected link */
.titunot a:active {
    color: #fff;
}
.serie{
	width:270px;
	/*background:#FFF;*/
	background-image:url(../imgs/fondo2.png);
	border-radius:5px;
	padding:10px;
	/*height:auto;*/
	overflow:hidden;
	text-align:center;
}
.serie h3{
	text-align:center;
	font-size:14px;
}
.serie p{
	font-size:12px;
}

.serie p a{
	color:#00C;
	font-size:12px;
}
.serie p a:hover{
	color:#003;
	font-size:12px;
}
.serie img{
	/*max-height:145px;
	max-width:100%;*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.masonry {

  max-width: 100%;
  
 height:auto;
 overflow:hidden;
}

.masonry .item {
  /*width:  220px;*/
 padding: 5px 5px 5px 5px;
  /*max-height: 300px;*/
  float: left;
 /* border-color: hsla(0, 0%, 0%, 0.5);*/
  border-radius: 7px;
  height:auto;
  overflow:hidden;
}

.grid {
  background: #EEE;
  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.nav > li {
float:left;
}
 


.nav li ul {
display:none;
position:absolute;
/*min-width:140px;*/
background:#003;
margin-left:-30px;
margin-top: 10px;
width:200px;
}

	
.nav li:hover > ul {
display:block;
}

.nav li ul li {
position:relative;
margin-left:-40px;
}

.nav li ul li a{
	font-size:11px;
}

.nav li ul li ul {
	
				right:-240px;
				top:-10px;
				width:200px;
			}
			
.nav li ul li ul li a{
	font-size:10px;
}
/* ---- grid-item ---- */

.grid-item {
  width: 160px;
  height: 120px;
  float: left;
  background: #D26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
}

.footer {
	width:100%;
	background-color:#000234;
}
.footer-text {
	font-family:"Comic Sans MS", cursive;
	text-align:left;
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-size:11px;
	margin-bottom:15px;
	padding-left:35px;
}
.footer-text a, a:hover {
	text-decoration:none;
	color:#FFF;
	font-size:11px;	
}

.series_content{
	width:95%;
	background-color:#FFF;
	border-radius:5px;
	padding:15px;
	height:auto;
	overflow:hidden;	
}

.series_content img{
	width:30%;
	float:left;
	padding:15px;
}

.sc{
	float:right;
	width:63%;
	padding:15px;
	text-align:justify;	
}

.sc h2{
	font-size:17px;	
}

.sc h3{
	font-size:14px;	
}

.cat{
	text-align:center;
	color:#FFF;	
}

.content{
	width:95%;
	background-color:#FFF;
	border-radius:5px;
	padding:15px;
	height:auto;
	overflow:hidden;	
}

.link{
	font-size:14px;
	color:#004;	
}

.link:hover{
	font-size:14px;
	color:#006;	
}