html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
	font-size: 16px;
    font-family: 'ubuntu', monospace;
    position: relative;
	background: white;
	
}
header {
	height: 60px;
	width: 100%;
  	position: relative;
  	background: transparent;
  	
}
header h1{
	display: none;
}
header nav .ioMenuMovil{
    line-height: 40px;
	height: 45px; 
	margin: 0px 0px 0px 3px;
	cursor: pointer;
	width: 120px;
	padding-top: 5px;
	z-index: 200;
    
}
header nav #hideMenu img{
	margin-top: 40px;
	height:70px; 
	width: 70px;
	z-index: 100;
}



header nav #card_menu{
	position: relative;
	height: 100%;
	width: 230px;
	background:-webkit-linear-gradient(top, rgba(23,23,23,1) 0%, rgba(0,0,0,0.5) 100%);
	top: -50px;
	left: 0px;
	border-right: 3px solid #AFAEAE;
	display: none;
	z-index: 100;
	padding-bottom: 0px;/*20px*/
}

header nav .ioMenuMovil img{
		position: relative;
		top:-25px;
		height: 250%;
       
		
}

header nav #card_menu #logo_menu{
	height: 200px;
	margin: 30px 0px;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	margin-bottom: 40px;
	opacity: 1;
}
header nav #card_menu #logo_menu img{
	width: 100%;
}

header nav #card_menu ul{
	margin-top: 30px;
}
header nav #card_menu ul li{
	list-style: none;
	font-size: 1.5em;
	line-height: 37px;
}
header nav #card_menu ul li a{
	text-decoration: none;
	color:#E1E1E1;/*rgb(108,181,244)*/
	font-family:'Quicksand'; 
	font-weight:bold;
}

header nav #card_menu ul li:hover{
	border-bottom:2px solid #1A4C85;
	
}


p{
	margin: 3px 0px 0px 3px;
	text-align: left;
	color: white;
	font-family: 'Quicksand'; 
} 

img{
	border-radius:4px;
	
}

h3{
	text-align: center;
}


section{
	width:100%;
	background:transparent;
	margin: 50px 0px 10px 0px;
}


.buscar{
position: relative;
left:23%;
width: 160px;
border: 1px solid #1A4C85 ; 
padding: 0px;
top:15px;
margin: 0 auto;
}

.buscar .text{
position: relative;
width: 120px;
height: 19px;
overflow: visible;
text-align-last:center;
font-family: "Quicksand" , sans-serif;
text-decoration: none;
display: inline-block;
margin: 0px;
top:-3px;
left: 5px;
}

.text:focus {
    box-shadow: 0 0 2px #1A4C85
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-helper-hidden-accessible {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
}


.buscar .boton{
position: relative;
top:3px;
left:4px;
width: 26px;
height: 26px;	
background: url("../img/magnifier.png") center center;
background-size: cover;
background-color: white;
border:none;
border-radius: 2px;
}


.paginacion{
	position: absolute;
	width: 150px;
	height: 40px;
	margin-top: 15px;
	margin-left: 15px;
	
}

.paginacion #next:after{
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0px;
  left:70px;
  cursor: pointer;
  background: url("../img/right-chevron.png") 0 0 repeat;
  background-size: cover;
}

.paginacion #prev:after{
  content: "";
  position: absolute;
  width:35px;
  height:35px;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url("../img/right-chevron.png") 0 0 repeat;
-webkit-transform: rotate(180deg);
  transform: rotate(180deg);
   
   background-size: cover;
}

#actual{
	position:relative;	
	width:35px;
    height:35px;
    background-color:#1A4C85; 
    margin: 0px;
    left:35px;
    color: white;
    text-align: center;
    font-family: "Quicksand" , sans-serif;
    font-size: 1.9em;
}


.cajagrandeblog{
width:90%;
margin: 0 auto;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5); 
background: transparent;
margin-top: 10px;
margin-bottom: 30px;
}


.cajagrandeblog .tituloblog{
  position: relative;
  font-family:"Quicksand" , sans-serif;
  font-weight: normal;
  font-size: 1.9em;
  text-align: left;
  margin: 0px;
}

.hora {
	position: relative;
	width: 100%;
	margin: 0px;
}

.hora p{
	font-size: 1em;
  	text-align: left;
  	font-family:"Ubuntu" , sans-serif;
	color:#B0B0B0;
}

.imagen{
width: 100%;
height: 200px;
margin-top: 3px;
overflow: hidden;
background-size: cover;
}

.imagen img{
width: 100%;
height:100%;
}

.imagen .fotocel{
position: relative;
display: block;
margin: 0px auto 0px auto;
}

.imagen .fotopc{
display: none;
}


.frase {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 3px;

}

.frase p{
	position: relative;
	width: 95%;
	font-size: 1.2em;
  	text-align: left;
  	font-family:"Quicksand";
  	font-weight: lighter;
	color:black;
	text-align: justify;
	line-height: 1.5;
}	

.cajagrandeblog a{
position: relative;
text-decoration: none;
font-family:"Ubuntu" , sans-serif;
color:#1A4C85;
}

.cajagrandeblog a:hover{
color:#CD2C2C;
}

.link{
font-size: 1.3em;
}

footer{
position: relative;
width: 100%;
height: 400px;
background: transparent;
}

footer .img{
	position: relative;
	margin: 0 auto;
	width: 55px;
	
}

footer h1{
	position: relative;
	width: 20%;
	min-width: 200px;
	height: 50px;
	line-height: 50px;
	margin-top: 18px;
	
}
footer h1 > *{
	position: relative;
	display: inline-block;
	color: white;
	margin: auto;
	font-weight: lighter;
	font-size: 0.8em;
	font-weight: bold;
	text-shadow: 0px 0px 0px #000000,
    1px 1px 0px #000000, 2px 2px 0px #000000;
}

footer h1 figure{
	height: 55px;
	width: 55px;
	margin: 0px;
}
footer h1 figure img{
	height: 100%;
}


footer #contactomenu{
	position: relative;
	width:350px; 
	height:200px;
    background: transparent;
    margin: auto;
    top: 10px;
}
footer #contactomenu input{
	position:relative;
	margin:5px;
	border:2px solid gray;
	width:250px;
	margin-left:50px;
	top: 10px;
	padding-bottom: 0px;
	font-weight: lighter;
	font-family: "Quicksand";
    color: white;
    border-radius: 5px;
    display: block;
    background:-webkit-linear-gradient(top, rgba(23,23,23,0.45) 0%, rgba(0,0,0,0.22) 100%); 
}

footer #contactomenu #name::-webkit-input-placeholder{
color: white;
}

footer #contactomenu #email::-webkit-input-placeholder{
color: white;
}

footer #contactomenu #message::-webkit-input-placeholder{
color: white;
}

footer #contactomenu #message{
	position: relative;
	height:100px;
	width:246px;
	margin-left:50px;
	top: 10px;
	border: 2px solid gray;
	font-family: "Quicksand";
	font-weight: lighter;
	border-radius: 5px;
	background:-webkit-linear-gradient(top, rgba(23,23,23,0.45) 0%, rgba(0,0,0,0.22) 100%);
    color: white;
}
footer #contactomenu #button{
    position: relative;
    padding: 0px 0px;
	border: 0px;
	border-radius: 5px;
    background:-webkit-linear-gradient(top, rgba(23,23,23,0.45) 0%, rgba(0,0,0,0.22) 100%);
	color: white;
	width: 80px;
	text-align: center;
    cursor: pointer;
    margin: auto;
    margin-top:5px;

}
footer .rrss{
	position: relative;
	width: 215px;
	margin: 0 auto;
    margin-top:30px;
}
footer .rrss a #face{
	height: 50px;
	width: 50px;
	background:url(../img/fb.ico) center center no-repeat;

}
footer .rrss a #face:before{
	content: "";
	position: relative;
	top:0px;
	left:0px;
	font-size:40px;
	color: white;
}
footer .rrss a #twi{
	height: 50px;
	width: 50px;
	background:url(../img/tw.ico) center center no-repeat;
}
footer .rrss a #twi:before{
	content: "";
	position: relative;
	top:0px;
	left:0px;
	font-size:40px;
	color: white;
}
footer .rrss a #youtu{
	height: 50px;
	width: 50px;
	background:url(../img/yt.ico) center center no-repeat;

}
footer .rrss a #youtu:before{
	content: "";
	position: relative;
	top:0px;
	left:0px;
	font-size:40px;
	color: white;
}
footer .rrss a #what{
	height: 50px;
	width: 50px;
	background:url(../img/wp.ico) center center no-repeat;
}

footer .rrss a #what:before{
	content: "";
	position: relative;
	top:0px;
	left:0px;
	font-size:40px;
	color: white;
}


footer .rrss a{
	display: inline-block;
	width: 50px;
	height: 50px;
}


footer p{
	margin:15px 0px 0px 0px; 
	font-family: 'Quicksand';
	font-size: 0.8em;
	font-weight: lighter;
	text-align: center;
	color: black;    
}

footer #cua_tele{
	display: none;
}

@media screen and (min-width: 440px){
	body{
		background: white;
		}

.buscar{
	left:31%;
}

}
@media screen and (min-width: 600px){
body{
		background: white;
}
}
@media screen and (min-width: 767px){
body{
		background:transparent;/*white*/
	}
	header{
		height: 55px;
		background:transparent;/*rgb(0,0,210)*/
	}
	header h1{
		display: inline-block;
		width: 20%;
		min-width: 200px;
		margin: 0px;
		height: 50px;
		line-height: 50px;
		margin-left: 80px;
	}
	header h1 > *{
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		color: white;
		font-weight: lighter;
		font-size: 0.8em;
		margin: 0px 3px;
		font-weight: bold;
		text-shadow: 0px 0px 0px #000000,
    1px 1px 0px #000000, 2px 2px 0px #000000;
	}
	header h1 figure{
		height: 40px;
		width: 40px;
		margin: 0px;
	}
	header h1 figure img{
		height: 100%;
	}
	header nav{
		display: inline-block;
		vertical-align: middle;
		width: 61%;
		position: relative;
	}
     
    header nav #showMovil,
	header nav #hideMenu{
		display: none;
	}
	header nav #card_menu{
display: block;
display: inline-block;
border: none;
position: relative;
background: none; 
top: 4px;
width: 120%;
text-align:left;
padding-bottom: 0px;
}
	header nav #card_menu figure{
		display: none;
	}
	header nav #card_menu ul{
		margin: 0px;
		padding: 0px;
		margin-top: -15px;

	}
	header nav #card_menu ul li{
	display: inline-block;
	width: 120px;
	font-size: 1.2em;
	margin: 0px 5px 0px 5px;
	text-align: center;
	}
	header nav #card_menu ul li a{
		color: white;
		font-weight: bold;
		text-transform:uppercase;
		text-shadow: 1px 1px 1px #000000; 
 	}


.paginacion{
margin-left: 70px;
}

.buscar{
	left:36%;
	width: 250px;
}

.buscar .text{
	width: 200px;
}

.hora {
	width: 250px;
}

.imagen .fotocel{
	display: none;
}

.imagen{
overflow: hidden;
}

.imagen .fotopc{
position: relative;
display: block;
margin: 0 auto;
}

.link{
font-size: 1.5em;
}

footer{
top:30px;
background: url(../img/blue.ico);
background-position: -35% 50%;
background-size:550px;
background-repeat:no-repeat;
}


footer h1{
margin-left:48%;
}

footer #contactomenu{
margin-left: 15%;
}

footer #contactomenu #name{
width:380px;
}

footer #contactomenu #email{
width:380px;
}

footer #contactomenu #message{
width:377px;
}

footer #contactomenu #button{
margin-left:55%;
}
footer .rrss{
margin-left: 42.5%
}

footer .rrss #face {
margin-top: -50px;
margin-left: 430px;
}

footer .rrss #twi {
margin-top: -50px;
margin-left: 430px;
}

footer .rrss #youtu {
margin-top: -50px;
margin-left: 380px;
}

footer .rrss #what{
display: none;
}

footer #cua_tele{
display: block;
LINE-HEIGHT:30px;
width:400px;
height:165px;
background: transparent;
margin-top:-260px;
margin-left: 55%;
border-radius: 5px;
text-align: right;
}

footer p{
margin-top:80px;
}

footer .img {
	width: 150px;
	height: 150px;
	
}


footer .img figure{
	position: relative;
	width: 150px;
	height: 160px;
	right: 75px;
}


}
@media screen and (min-width: 950px){
body{
	background: white;
}
}

@media screen and (min-width: 1900px){
body{
background: white;
}


.paginacion{
margin-left: 90px;
}

footer{
background-position: -20% 50%;
}

footer .img {
	width: 150px;
	height: 150px;
	
}


footer .img figure{
	position: relative;
	width: 150px;
	height: 160px;
	right: 75px;
}

}
}

