@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@import url('https://fonts.googleapis.com/css?family=Anton|Arbutus+Slab|Arsenal|Average|David+Libre|Oswald|Peddana');

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Arvo|Cabin|Encode+Sans|Fira+Sans|Josefin+Sans|Josefin+Slab|Lato|Raleway|Exo|Exo+2');

/*
    font-family: 'Alegreya Sans SC', sans-serif;
    font-family: 'Arvo', serif;
    font-family: 'Cabin', sans-serif;
    font-family: 'Encode Sans', sans-serif;
    font-family: 'Fira Sans', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Josefin Slab', serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Exo', sans-serif;
    font-family: 'Exo 2', sans-serif;
*/
.verBio{
	position:absolute;
	bottom:0px;
}
#SingleVideo{
	width:75%;
	margin:auto;
margin: 40px auto 0px auto;
}

#SingleColaborador{
	width:75%;
	margin:auto;
margin: 40px auto 0px auto;
}
.imagen {
	width: 200px;
	height: 200px; 
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.imagen img {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;
	height: 100%;*/
	z-index: 1;	
}

#colaboradoresImg .imagen {
	float: left;
	margin: 1em;
	
}


.blanco {
    background-color: white;
    padding: 10px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    font-family: 'Ubuntu', sans-serif;
	text-shadow: 0 1px 2px rgba(0,0,0,.0);
}
/* .blanco:hover{
	    background-color: white;
    padding: 10px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    font-family: 'Ubuntu';
	text-decoration:none;
	text-shadow: 0 1px 2px rgba(0,0,0,.0);
} */
.blanco:hover{
	    background-color: black;
    padding: 10px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    font-family: 'Ubuntu', sans-serif;
	text-decoration:none;
	text-shadow: 0 1px 2px rgba(f,f,f,.6);
	color:white;
}
.blancoTransparente {
    background-color: #ffffffb3;
    color: black;
    margin-bottom: 15px;
	border-radius: 35px;
}

*{
	font-family:'Ubuntu', sans-serif;;
}
#articulos {
	margin:auto;
}
#leerMas{
	width: 100%;
	/*background-color: rgb(0, 40, 87);
	color: rgb(252, 184, 20);*/
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.postImage {
    margin: 0px auto 40px auto;
}
/*
    font-family: 'Anton', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Arbutus Slab', serif;
    font-family: 'Arsenal', sans-serif;
    font-family: 'Average', serif;
    font-family: 'David Libre', serif;
    font-family: 'Peddana', serif;
*/

@import url('https://fonts.googleapis.com/css?family=Gentium+Basic|Montserrat|Open+Sans+Condensed:300|Philosopher|Poiret+One|Quattrocento+Sans|Ubuntu');

/*
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Quattrocento Sans', sans-serif;
    font-family: 'Poiret One', cursive;
    font-family: 'Philosopher', sans-serif;
    font-family: 'Gentium Basic', serif;
*/
/*---------------------------------------MIAS--------------------------------------------------*/
#pruebaresponsive {
margin-top:30px; 
/*overflow-y: auto;*/
}
#comments-template{
    width: 75%;
    margin: auto;
}
#entrevista {
    width: 75%;
    margin: 30px auto auto auto;
}

.d-none {
    display: block;
}

.title {
    min-height: 81px;
}

.tagFilter{
	height:536px;
}
#MenuHeader{
	position:fixed;
	width:100%;
	z-index:9999;
	margin-top:-2%; 
}
.carousel-indicators .active{
	height:5px;
}
.carousel-item {
  /*height: 100%;*/
  min-height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-indicators{
	
	padding-left:9.5%;
}
.claro{
	padding: 10px;
	background-color: #002857;
	border-radius: 100px;
	color: #fbbc19;
}
.claro:hover{
	padding: 10px;
	background-color: #fbbc19;
	border-radius: 100px;
	color: #002857;
}
.oscuro{
	padding: 10px;
	background-color: #fbbc19;
	border-radius: 100px;
	color: #002857;
}
.oscuro:hover{
	padding: 10px;
	background-color: #002857;
	border-radius: 100px;
	color: #fbbc19;
}
/*----------------------------------------Colaboradores----------------------------------------*/
#postsColaborador td img {
    min-width: 250px;
	max-width: 250px;
	width: 250px;
}
.colaboradores a{
	
	text-decoration:underline;
}

#postsColaborador figure{
	float:left;
	max-width: 25%;
	/*max-height: 63vh;	*/
}

.image {
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);*/
  height: 250px;
  overflow: hidden;
  /*margin: 15px auto;*/
  margin:0;
  position: relative;
  width: 250px;
}

figure img {
  /*border-radius: 5px;*/
  height: 100%;
  transition: all .023s ease;
  width: 100%;
}

.image figcaption {
  color: #555;
  height: 100%;
  left: 0;
  line-height: 250px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transition: all .023s ease;
  width: 100%;
}

.image.fade figcaption {
  opacity: 1;
  visibility: hidden;
}

.image.push figcaption {
  top: 0;
  transform: translateY(250px);
}

.image.push:hover > img {
  transform: translateY(-250px);
}

.image.push:hover > figcaption {
  transform: translateY(0px);
}

.image.fade:hover > img {
  opacity: 1;
  visibility: hidden;
}

.image.fade:hover > figcaption {
  opacity: 1;
  visibility: visible;
}

/* Form styles */
#postsColaborador form {
  margin: 20px auto;
  width: 150px;
}

#postsColaborador form label {
  font-size: 14px;
  font-weight: 500;
}

#postsColaborador form select {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 0 0 0 10px;
  padding: 0 1rem;
}

/*--------------------------------------Fin Colaboradores--------------------------------------*/

/*--------------------------------------------POP UP-------------------------------------------*/

#popup {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.8) !important;
    border-radius: 4px 4px 4px 4px !important;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.5) !important;
    overflow: hidden !important;
    padding: 0 !important;
	z-index:9999;
}

.content_popup_title {
	background: url("images/header-bg.png") repeat-x scroll left center #002857 !important;
	border-bottom: medium none !important;
	border-radius: 4px 4px 0 0 !important;
	box-shadow: 0 1px 0 #868687 inset !important;
	height: 25px;
	line-height: 1 !important;
	overflow: hidden !important;
	padding: 5px;
    padding-top: 5px;
    padding-left: 5px;
	padding-left: 5px;
	padding-top: 5px;
	position: relative !important;
	text-align: left !important;
	width: 100% !important;
}

.popup_title {
	float:left;
	color:#CCCCCC;
	font-weight:bold;
	font-size:14px;
}


.popup_close {
	float:right;
	margin-right: 5px;
}

.popup_content {
    padding: 10px !important;
}

.popup_footer {
    background: none repeat scroll 0 0 #F2F2F2 !important;
    border-radius: 0 0 4px 4px !important;
    border-top: 1px solid #AAAAAA !important;
    font-size: 90% !important;
    padding: 5px 0 !important;
    text-align: right !important;
	padding:5px;
}
#popup input {
	width:100%;
}
/*------------------------------------------Fin POP UP-----------------------------------------*/
.hed{
	height:61px;
}

.impar{
	background-color:#ccc7;
}

.row {
    margin: 0 auto;
    max-width: 120rem;
    width: 100%;
	padding:10px 0px;
	border-top: 1px gray solid;
}

#row {
	margin-left: -17%;
	/*margin-right: -79.8%;*/
	width: 109%;
	border-top: 1px solid grey;
	margin-bottom:30px;
}


.content-area {
    /*padding-left: .625rem;
    padding-right: .625rem;*/
    /*width: 66.6666666667%;*/
	width:100%;
    /*margin-left: 16.6666666667% !important;*/
	padding: 10px;
}

.stream-image {
    float: right;
    height: 5.25rem;
    /*margin: 0 0 0 1.5rem;*/
    max-width: 9.375rem;
    min-width: 7.75rem;
    overflow: hidden;
    text-align: center;
    width: 25%;
	margin: 17px 0px;
}

.stram-image img{
	max-height: 100%;
	max-width: 100%;
}

.carousel-inner {
    position: relative;
    width: 86%;
    overflow: hidden;
}

#myCarousel {
	min-width:960px
}
#myCarousel .carousel-inner{
	width: 86%;
}

#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:3px;
	/*background:rgba(0,0,0,0.6);*/
	text-shadow:none;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
	padding:0;
}
#myCarousel .list-group-item {
	
	width: 100%;
	border-radius:0px;
	cursor:pointer;
	background-color: #cacaca;
}
#myCarousel .list-group .active {
	background-color:#eee;	
}
#myCarousel img{
width:100%;
height:413px;
}

#top3{
	float: right;
position: relative;
top: 26px;
margin-left: 20px;
margin-right: 10px;
}
#top3 a{
color:white;	
}
#prueba #videotr{
background-color: #002857;
color: white;
font-weight: bold;
font-size: 1.5em;
text-align: center;	
}
.imgFullAncho{
	/*margin-left: -17%;
    margin-right: -24%;*/
}
.imgFullAncho span {
    margin-left: 5px;
}
.imgCien{
	width:100%;
}
.loop-nav{
display:none;
}
.comments-closed.pings-open {
display: none;
}
.imgDer{
float:right;
margin-left:15px;
}
.imgIzq{
float:left;
margin-right:15px;
}
#postsColaborador img {
    /*min-width: 200px;
    max-width: 200px;
	border-radius:100px;*/
	width: 100%;
min-width: 100%;
max-width: 100%;
}

.fotoColaborador {
    min-width: 17vw;
    max-width: 17vw;
    width: 17vw;
    float: left;
    height: 17vw;
    max-height: 17vw;
    min-height: 17vw;
    margin: 0;
}

#colaborador{
    max-width: 245px;
    /* min-width: 21%; */
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    color:white;
	float:left;
}

#postsColaborador td {
    max-height: 200px;
    min-height: 231px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
border-top:1px solid grey;
}
#postsColaborador table{
width:100%;
}
#video {
/*width: 50%;*/
width: 33.33%;
float: left;
padding: 10px;
height: 556px;
/*margin-bottom: 30px;*/
}
#video a h3{
	height:123.2px;
}

#videoy {
    width: 100%;
    height: 250px;

}

#videoSlider iframe{
	
	margin-bottom: 0px;
}
.wp-audio-shortcode, .wp-video-shortcode, audio, video, object, embed, iframe {
    max-width: 100%;
    margin-bottom: 0rem;
}

#video p {
    width: 98%;
	min-height: 100px;
}

#menu-primary li li {
    border-top: 2.33px #fff solid;
}

.quote span{
	text-align: right;
color: #800000;
font-weight: 400;
font-size: 1.625rem;
}
div .quote{
/*margin-right: -200px;
margin-left: 200px;	*/
	text-align: right;
color: #800000;
font-weight: 400;
font-size: 1.625rem;

}

.enlaceColaborador{
color: blue;
margin-left:20px;
}

.enlaceColaborador:hover{
color: #a6a6de;
margin-left:20px;
}

#postsColaborador a{
color: blue;
}

#postsColaborador a:hover{
    color: #a6a6de;
}

.aqui{
color:blue;
}
#numerosAntiguos td{
text-align:center;
}
#articulo a {
    color: blue;
}
#articulo a:hover {
    color: #a6a6de;
}


#videos tr td{
min-width:300px;
max-width:300px;
}
.apellidos{
float:left;
margin-left:10px;
}

#content {
/*padding: 0.5rem 2rem;*/
/*max-width: 638px;*/
/*max-width:600px;*/
width:100%
margin: auto;
}


td.imgWidget {
    min-width: 85px;
}
#prueban strong {
    font-weight: normal;
}

/*.grve-menu-button-line {
    background-color: #000000;
    height: 2px;
    margin-bottom: 3px;
}

.grve-menu-button {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    /* margin: 0 22px; */
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #e9e0db;
}*/

#contacto input{
max-width:300px;
    background-color: rgba(0, 0, 0, 0);
}

#ver_mas{
    letter-spacing: 1px;
    /*background: #fcb814;*/
    padding: 2px 5px;
    color: black;
    font-weight: bold;
    float:right;
	margin-right:5px;
	margin-left:5px;
	border-bottom: 1px solid black;
border-top: 1px solid black;
}


@font-face {
    font-family: 'Ubuntu', sans-serif;
    src: url(fonts/RobotoSlab-Regular.ttf);
}
font-family
@font-face {
    font-family:  "Helvetica";
    src: url(fonts/HelveticaNeueLTStd-LtCn.otf);
}
@font-face {
    font-family: "RobotoBold";
    src: url(fonts/RobotoSlab-Bold.ttf);
}

#menu-item-455{
    margin-bottom: -20px;

}
#articulo div,#articulo p{
text-align:justify;
}

#pruebapost img{
margin-left:15px;
margin-bottom:15px;
}


.entry-content p {
text-align: justify;
}

#probando{  
width: 125px;
    background: #b4afac;
    color: white;
    height: 27px;
    position: relative;
    top: 3px;	
}



body{
    margin: auto;
    /*max-width: 1056px;*/
background:white;}

#buscar {
    background: #cacaca;
    padding: 2px;}
#ibuscar {
    max-width: 21px;
    position: relative;
    bottom: 28px;
    left: 28px;
    margin-bottom: -32px;
    border: 0;
    float: right;
}
/**
 * Theme Name:  Rakiya-child
 * Theme URI:   http://siteholic.com/rakiya
 * Description: Rakiya is fully responsive personal WordPress blog theme with minimalistic and fresh design style. Rakiya supports HTML5 and schema.org code, the semantic foundation for SEO best practices.The theme supports all modern browsers and has been tested in Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10.
 * Version:     1.0.6
 * Author:      SiteHolic.com
 * Author URI:  http://siteholic.com
 * Tags:       gray, pink, purple, white, light, responsive-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, flexible-header, translation-ready, holiday, seasonal
 * Text Domain: rakiya, hybrid-core
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
#pruebaw b,#prueban b, #pruebab{

    font-weight: 400;
}


#noticias {
    max-width: 102%;
    margin-left: -10px;
}

#publi{
width:300px;
height:600px;
    border: 1px solid;}
#publi2{
width:300.23px;
height:221.378px;
    border: 1px solid;}



#navw a{
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
padding-bottom:5px;
padding-top:5px;
    margin-left: -1px;
    margin-right: 3px;
}

#oculto hr,#oculto1 hr, #oculto2 hr{
margin-bottom: 1px;
margin-top: -20px;
}
.titulo1{
/*font-family: 'Open Sans',"RobotoBold";*/
font-family: 'Ubuntu', sans-serif;
font-size:12px;
font-weight: bold;
}
#pruebaw p {
    font-size: 11px;
}

#button {
padding: 0;
}

#button li {
display: inline;
}

#prueba p {
    font-size: 12px;
}
#prueba tr {
margin:20px;
}

/*#prueba img {
	width: 326px;
    height: 267px;}*/
#prueba #foto img {
    /*min-height: 100%;*/
    min-width: 100%;
	width:100%;
}	
.pequeño{
width:48%;
}
#pruebaw .pequeño img{
	width:100%;
}
footer img {
    width: 100%;
}
imgfooter{
	width:217px;
}


td#derecha{
width:79%;
}

#prueba p, #prueban p , #pruebaw p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
}
#prueban img{
   /* max-width: 306px;*/
   /* max-width: 306px;*/
    max-width: 287px;
    max-height:188px;

}

#pruebaw{width:100%;

}
#pruebaw td {
    vertical-align: middle;
font-size:12px;
}


#prueba td{
    /*width: 30%;*/
    width: 58%;
    vertical-align: middle;
    background: #cacaca;
    font-family: 'Ubuntu', sans-serif;
    padding: 15px;
    padding-bottom: 8px;
    font-size: 12px;
}

#prueba{
	height: 285.558px;
	/*width:635.015px;*/
	margin-bottom:6.7px;
}



#prueban p {
    font-size: 12px;
}
#prueban img {
    height: 188px;
    width: 306px;

}

#prueban td{
/*padding:20px;*/
width:50%;
max-width:50%;
   /* background: #cacaca;*/
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid white;
    font-size: 12px;
}

.titulo{
font-size:18px;
font-family: 'Ubuntu', sans-serif;
font-weight: bold;
}

#tablacontactos table, #tablacontactos tr, #tablacontactos td {
    border: 0px;
}

#redessociales{
margin-right:100px;
float:right;
}

.icono{
max-height: 22px;
    /*float: right;*/
    margin-left: 10px;
    margin-top: 28px;
min-height:15px;
	}

.subs{
	background-color: #002857;
 	color: #fff;
	padding: 2px;
}

.amarillo{
    color: #000000;
    padding: 2px 0;
    /*background-color: #fcb814;*/
    font-weight: bold;
    margin-right: 10px;
	border: 1px solid black;
}
.amarillotag{
    color: #000000;
    padding: 2px;
    background-color: #fcb814;
    font-weight: bold;
    font-size:9px;
    margin-right: 10px;}



#foot{
    width: 34%;
    /*padding-top: 50px;*/
    padding-left: 80px;
    font-size:14px;
    /*margin-top: -36px;
    margin-bottom: 18px;*/
	float:left;
	}


.foot{
    font-size:14px;
    font-family: 'Ubuntu', sans-serif;
}


#foot2 {
    font-size:14px;
    width: 215px;
	float:left;
    /*position: relative;*/
    /* left: 51px; */
    /*bottom: 270px;
    margin-left: auto;
    margin-bottom: -264px;
    margin-right: auto;*/
}

#foot3 {
    font-size:14px;
    width: 300px;
    /*position: relative;
    right: 280px;
    bottom: 233px;
    margin-left: auto;*/
	float:left;
}
#footer p, #footer a{
    font-family: 'Ubuntu', sans-serif;
}


#foot2 ul li,#foot3 ul li{

list-style-type: none;

    padding-bottom: 5px;

}





/**
 * Defaults
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* === HTML === */

html {}

/* === Body === */
a{ font-family: 'Ubuntu', sans-serif;}
p{ font-family: 'Ubuntu', sans-serif;}

@font-face {
    font-family:  "Roboto";
    src: url(fonts/RobotoSlab-Regular.ttf);
}

body {
	line-height: 1.5em;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
background:#FFF;

}

/* === Links === */

a {color: #000000;}

	a:hover {color: #000000;}

/* === Headers === */

h1, h2, h3, h4, h5, h6 {font-family: 'Ubuntu', sans-serif, "Lobster", Georgia, "Times New Roman", Times, serif; color: #000;}
h1 {line-height: normal;}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

strong { font-family: 'Ubuntu', sans-serif;}
/* === Blockquotes, quotes, and cites === */

blockquote {}

	blockquote blockquote {}

	blockquote cite {}

/* === Acronyms and abbreviations === */

acronym {}

abbr {}

/* === Code and Preformatted text === */

code {}

pre {}

	pre code {}

/* === <address> tag === */

address {}

/* === Lists === */

ul {    font-family: 'Ubuntu', sans-serif;}

	ul li {    font-family: 'Ubuntu', sans-serif;}

ol {    font-family: 'Ubuntu', sans-serif;}

	ol li {    font-family: 'Ubuntu', sans-serif;}

dl {}

	dt {}

	dd {}

/* === Tables === */

table {    font-family: 'Ubuntu', sans-serif;}

	caption {}

	thead {}

	tfoot {}

	tbody {}

	tr {}

	th {}

	td {    font-family: 'Ubuntu', sans-serif; border:0px;}

	/* wp-calendar <table> */

	#wp-calendar {font-size: 0.8rem}
	#wp-calendar td, #wp-calendar th {border: 1px solid #eee; text-align: center; padding: 0;}
	#wp-calendar caption {font-weight: bold; margin-bottom: 5px;}
	table#wp-calendar {width: 100%;}

/* === Embeds === */

object {}

embed {}

iframe {}

video {}

/* === Forms === */

form {    font-family: 'Ubuntu', sans-serif;}

	fieldset {}

		fieldset legend {}

	label {}

	input {    border: 1px solid #e5e5e5;
    color: #999;
    padding: 9px 7px;
    background-color: rgba(0, 0, 0, 0);}
  

		/* Not all types, but these are more common for themes. */
		input[type="button"] {}
		input[type="checkbox"] {}
		input[type="email"] {}
		input[type="password"] {     background-color: rgba(0, 0, 0, 0);}
		input[type="radio"] {}
		input[type="reset"] {}
		input[type="search"] {}
		input[type="submit"] {    letter-spacing: 1px;
    /*background: #eee;*/
    background:#fcb814;
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    color: black;
    font-weight: bold;
text-transform: uppercase;}
		input[type="text"] {border:0px;border-bottom: 1px solid #e5e5e5;     background-color: rgba(0, 0, 0, 0);}
		input[type="email"]{border:0px;border-bottom: 1px solid #e5e5e5; }
		input[type="url"] {}
		input[type="submit"]:hover, {} 
		input.search-submit:hover{color: #fff; background: #333;}
		input[type="search"]:hover {}
	textarea {    padding: 14px;
    border: 1px solid #DDD;}

	select {    border: 1px solid #e5e5e5;
    color: #999;
    padding: 9px 7px;
}

		select optgroup {}

		select option {}

	button {}

/* === Alignement (WP classes) === */

.alignleft {}

.alignright {}

.aligncenter {}

.alignnone {}


/**
 * Images
 * --------------------------------------------------------------------------- */
figure {}
img {}

	a img {}

/* === WP editor image sizes === */

img.size-thumbnail {}

img.size-medium {}

img.size-large {}

img.size-full {}

/* === Thumbnails === */

.thumbnail {position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 100%; height: auto; }

/* === Captions === */

.wp-caption {}

	.wp-caption img {}

	.wp-caption-text {}

		.wp-caption-text a {}
		.wp-caption-text a:hover {}

/* === Gallery === */

.gallery {}

	.gallery .gallery-item {}

		.gallery-icon {}

			.gallery .gallery-icon img {}

		.gallery .gallery-caption {}

/* === Avatars === */

.avatar {}

	a .avatar {}
	a:hover .avatar {}




/* Top Bar */
#top-bar { 
    /*height: 47.693px;*/
	height:57px;
    margin-top: -78px;
	
	background: #E9E0DB;

}

#top-container {
max-width: 1024px;
position: relative; 
margin: 0 auto;
    margin-left: 400px;
}

/*Social Networks*/
#social {
	position: absolute;
	right: 0;
	top:0;
margin-right: 104px;
}
#social i {
	padding: 0 2px;
	line-height: 40px;
	display: inline-block;
}

/**
 * Layout
 * --------------------------------------------------------------------------- */

	#container {
		max-width: 100%;
		margin: 0 auto;
		/*margin: 40px auto 0 auto;*/
	}

		/*.layout-1c #main {width: 93%;       }*/
		.layout-1c #main {width: 100%;       }
		.layout-2c-l #main {/*max-width: 68.666%; min-width: 68.666%;*/ float: left; width: 100%; }
		.layout-2c-l #main:before {}
		.layout-2c-l .sidebar {max-width: 29.333%; min-width: 29.333%; float: right; margin-top: 7px;}


		.layout-2c-r #main {width: 66.666%; float:right; box-shadow:-2px 0 2px #B1B1B1;}
		.layout-2c-r .sidebar {width: 28.333%; float: left;padding-left:3px; }

		.layout-3c-l #container {}
		.layout-3c-r #container {}
		.layout-3c-c #container {}


		#menu-primary {}

		#menu-secondary {}
		#main:before {

		}
		#main {background: #fff; ; 
	position: relative; 
	margin-bottom: 30px;
	/*max-width:638px;*/
	/*max-width:600px;*/
}

			/*#content {padding: 0.5rem 2rem;
					    /*max-width: 638px;*/
					    /*max-width:600px;*/
					    margin: auto;
				}*/
			.sidebar-primary{margin-top: 490px;}
			#sidebar-primary {margin-top: 490px; }
				#sidebar-primary ul {
					list-style: none;
				}
				#sidebar-primary ul li:before {
				font-family: 'Ubuntu', sans-serif;;
				content: 'f061';
				margin:0 10px 0 -15px;
				font-size: 0.8rem;
				}
			#sidebar-secondary {}

		#menu-subsidiary {}

		#sidebar-subsidiary {}

		

/** Article **/

article[id*=post-] {
    /*padding: 1rem 0;*/
	/*padding: 1rem;*/	
    /*border-bottom: 1px solid #eee;*/
	/*width: 150%;
	min-width: 150%;
	max-width: 150%;
	margin-left: -40px;*/
}
/**
 * Header
 * --------------------------------------------------------------------------- */

#header {}

	#branding {float: left; width: 29.333%;text-align: center; padding: 2rem 0;}



			#site-title a {font-size: 3rem; line-height: 2.6rem;display:none;}
			

		#site-description {font-family: 'Ubuntu', sans-serif, "Trebuchet MS", Helvetica, sans-serif; font-size: 1.15rem; color: #000;}

#header-widget {
	float: right;
	width: 66.66%;
	text-align: center;
	padding: 2rem 0;
}
#header-widget .widget {margin: 0;}
.archive-header {
	border-top:1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	text-align: center;}
.archive-description p {
	margin: 0;
	}
h1.archive-title {
}
#search-bar {
	float:	right;
}
/**
 * Menus
 * --------------------------------------------------------------------------- */

.menu-toggle {}

/* ====== Primary Menu ====== */

#menu-primary { text-transform: uppercase; font-weight: bold; font-size: 0.9rem;}

	#menu-primary .wrap {
margin-left:-35px;
padding-bottom: 15px;
}

		#menu-primary ul {list-style-type: none; margin: 0; background: #E9E0DB; position: relative;} 

			#menu-primary ul li {  float: left;position: relative;
top: 8px;}

				#menu-primary li a {


    /*padding-right: 20px;*/
	padding-right: 10px;
    line-height: 40px;
    display: block;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif, 'Open Sans',"Helvetica";

}
				#menu-primary li a:hover {}
		
			#menu-primary ul li:hover > ul {display: block;}

			#menu-primary ul ul {display: none; z-index: 9999; position: absolute; padding: 5px;}
			#menu-primary ul ul li  { float: none;	}
			#menu-primary .sub-menu a {display: block; min-width: 140px; padding-right:0; padding-left: 10px; line-height: 25px; }
			#menu-primary .sub-menu {    
				z-index: 99999;
    -webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);}
    		#menu-primary .sub-menu ul li {float: none; position: }
			#menu-primary ul ul ul{display: none; position: absolute; margin-left: 135px; margin-top: -24px;}
			#menu-primary ul ul li:hover > ul {display: block;}
			



#menu-primary ul:after {content: ""; clear: both; display: block;}
li.current-menu-item > a {
	color: #C9A798;
}
/* ====== Secondary Menu ====== */

#menu-secondary {max-width: 1024px;  margin:0; float: right;}

	#menu-secondary .wrap {}

		#menu-secondary ul {list-style: none; margin:0;}

			#menu-secondary ul ul {display: none;}

			#menu-secondary li {display: inline;}
			#menu-secondary li.current-menu-item {}

				#menu-secondary li a {text-transform: uppercase;}
				#menu-secondary li a:hover {}

/* ====== Subsidiary Menu ====== */

nav#footer-navigation{ 
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 0.5rem;
}
#menu-subsidiary {font-size: .9rem; text-transform: uppercase;}

	#menu-subsidiary .wrap {}

		#menu-subsidiary ul {list-style: none;  margin: 0; padding: 0;}
			#menu-subsidiary ul ul {display: none;}
			#menu-subsidiary li {display: inline; float: left; }
				

				#footer-navigation ul li a {padding: 0 15px; border-right	: 1px solid #d8d8d8;}
				#footer-navigation ul li a:last-child {}
				#menu-subsidiary li a:hover {}

/**
 * Content
 * --------------------------------------------------------------------------- */

/* ====== BREADCRUMBS ====== */

.breadcrumb-trail {font-family: 'Ubuntu', sans-serif; padding: 10px;}
	h2.trail-browse {font-size: 1rem; display: inline;}
	.breadcrumb-trail ul { list-style: none; display:  inline; margin: 0;}
	.breadcrumb-trail ul li { display: inline-block; padding: 0 5px;}
	.breadcrumb-trail ul li:after { content: " >" }
	.breadcrumb-trail ul li:last-child:after {content: ""}


	.breadcrumb-trail .sep {}

	.breadcrumb-trail a {}
	.breadcrumb-trail a:hover {}

/* ====== POSTS ====== */

.hentry  {}
.sticky {}

	/* === Post Header === */

	.entry-header {position: relative;}

		.entry-title {padding: 15px 0; /*text-align: justify;*/text-align: center; font-size: 2.5rem; line-height: 2rem; margin: 0;font-family: 'Ubuntu', sans-serif;}

			.entry-title a {color: #000}
			.entry-title a:hover {}

		.entry-byline {}

			.entry-byline a {}
			.entry-byline a:hover {}

			.entry-byline .published {}
			.entry-terms.category {
				text-transform: uppercase;
				font-weight: bold;
				font-size: .9rem;
				text-align: center;
				color: #C9A798;

			}

			.entry-terms.category  a {
				color: #C9A798;
			}
			span.entry-terms.category {
				padding: 2px 0;
    				background-color: #fcb814;
			}
time {
}

    time.comment-published {}
	/* === Post content and excerpts === */

	.entry-content {}

	.entry-summary {}

	/* === Post Footer === */

	.entry-footer {font-style: italic; font-size: 0.8rem;}

		.entry-meta {}

			.entry-meta a {}
			.entry-meta a:hover {}

			.entry-meta .published {}

			.entry-meta .category {}
			.entry-meta .post_tag {}

	/* === Asides === */

	.format-aside {}

		.format-aside .entry-content a.permalink {}

	/* === Chats === */

	.format-chat {}

		.format-chat .chat-row {}

			.format-chat .chat-text {}

			.format-chat cite {}

			.format-chat .chat-speaker-1 {}
			.format-chat .chat-speaker-2 {}
			.format-chat .chat-speaker-3 {}
			.format-chat .chat-speaker-4 {}
			.format-chat .chat-speaker-5 {}
			.format-chat .chat-speaker-6 {}
			.format-chat .chat-speaker-7 {}
			.format-chat .chat-speaker-8 {}
			.format-chat .chat-speaker-9 {}

	/* === Links === */

	.format-link {}

		.format-link .entry-title {}

			.format-link .entry-title a {}
			.format-link .entry-title a:hover {}

				.format-link .entry-title a .meta-nav {}

	/* === Galleries === */

	.format-gallery {}

		.format-gallery .image-count {}

	/* === Quotes === */

	.format-quote {}

		.format-quote blockquote {}

			.format-quote blockquote cite {}

	/* === Status updates === */

	.format-status

		.format-status .avatar {}

	/* === Audio and Video === */

	.format-video {}
	.format-audio {}


/* ====== Attachment Meta (on image attachment pages) ====== */

.attachment-meta {}

	.attachment-meta .image-gallery {}

	.attachment-meta .image-info {}

		.image-info ul {}

			.image-info ul li {}

				.image-info .prep {}

				.image-info .image-data {}


/* ====== LOOP META ====== */

.loop-meta {}

	.loop-title {}

	.loop-description {}

/* ====== PAGINATION ====== */

/* === Single posts using <!--nextpage--> === */

.page-links {}

	.page-links .before {}

	.page-links a {}
	.page-links a:hover {}

/* === Single post navigation (between different posts) === */

.loop-nav { padding:5px 0; text-transform: uppercase; font-size: 0.8rem; border-bottom:1px solid #eee;}

	.loop-nav a {}
	.loop-nav a:hover {}
	div.prev{display: inline-block;float: left;}
	div.next{display: inline-block; float: right; }
	.loop-nav a[rel="prev"]:before{}}

	.loop-nav a[rel="next"]:before {}

/* === Archive-type pages === */

.nav-links {
	margin-top: 40px;
	height: 45px;
	text-align: center;
display:none;

}
	.nav-links a, .nav-links .page-numbers { 
		background-color: #eee;
    	border-radius: 3px;
    	cursor: pointer;
    	padding: 10px 12px;
    	color: #000;
    	text-transform: uppercase;
    	font-size: .9rem;
    	letter-spacing: 1px;

	}
	.nav-links a:hover {
		background-color: #bbb;
		color: #fff;	
	}
	.loop-pagination .page-numbers {}

	.loop-pagination a.page-numbers {}
	.loop-pagination a.page-numbers:hover {}

	.page-numbers.current {    
		background-color: #bbb;
    	color: #fff;}

/* === Comments pagination === */

.comments-nav {}

	.comments-nav a {}
	.comments-nav a:hover {}

	.comments-nav .page-numbers {}

/**
 * Sidebars and widgets
 * --------------------------------------------------------------------------- */

/* ====== General ====== */

.sidebar {}

	.widget {margin-bottom: 2rem;
}

		.widget-title {    overflow: hidden;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
}
		.widget-title span {    position: relative;
    display: inline-block;}
		.widget-title>span:before, .widget-title>span:after{    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #d8d8d8;
    width: 591px;
    margin: 0 14px;}
		}

		.widget-title>span:after { left:100%;}
		.widget-title>span:before {
    right: 100%;
}
.widget select {width: 100%;}

.widget .search-submit {display: none;}
.widget .search-field {width: 100%;}
/* ====== Specific ====== */

#sidebar-primary {}

#sidebar-secondary {}

#sidebar-subsidiary {}

#sidebar-header {}

#sidebar-before-content {}

#sidebar-after-content {}

#sidebar-after-singular {}


/**
 * Comments Template
 * --------------------------------------------------------------------------- */

#comments-template {/*margin: 30px 0;*/    width: 75%;
    margin: auto;}

/* ====== COMMENTS ======= */

#comments {}

	#comments-number {margin-bottom: 30px;}

	/* === Comments closed message === */

	.comments-closed {}

	.comments-closed.pings-open {}

	/* === Comment list === */

	ol.comment-list {
		list-style: none;
		margin: 0;
		padding: 0;
		}

		ol.comment-list ol.children {list-style: none;}

		/* === Individual comments */

		li.comment {}

		li.ping {}

		li.bypostauthor {}

			/* === Avatars === */

			.comment-list .avatar {border-radius: 50%;     float: left;
    margin-right: 30px; margin-bottom: 10px;}

			/* === Meta === */

			.comment-meta {text-transform: uppercase; letter-spacing: 1px; font-size:0.9rem; padding: 10px 0; }

				.comment-author {}

					.comment-author cite {}

				.comment-meta .published {}

			/* === Comment text/content === */

			.comment-content {font-size: 0.9rem; border-bottom: 1px dotted #eee }


			/* === Reply link === */

			.comment-reply-link {}
			.comment-reply-link:hover {}

			a.comment-permalink {display: none;}

/* ====== RESPOND (COMMENT FORM) ====== */

#respond {margin-top: 30px;}

	#reply-title {}

		#reply-title small {}

	#respond .log-in-out {}

	#respond label {/*text-transform: uppercase;*/ font-size: 0.9rem; /*width: 100px;*/ display: inline-block; }
	#respond p {margin:0 0 0.5rem; font-size: 0.9rem;}
		#respond label .required {}
	#respond input {border-radius: 3px;}
	#respond input[type="text"] {}
	#respond input[type="text"]:focus {}

	#respond input[type="url"] {}
	#respond input[type="url"]:focus {}

	#respond input[type="email"] {}
	#respond input[type="email"]:focus {}

	#respond input[type="submit"] {text-transform: uppercase;
    letter-spacing: 1px;
    background: #eee;
    padding: 12px 19px 14px;
    border-radius: 3px;
    border: none;
    cursor: pointer;}
	#respond input[type="submit"]:focus {}
	#respond input[type="submit"]:hover {background: #bbb; color: #fff}

	#respond textarea {width: 100%; border-radius: 3px;}
	#respond textarea:focus {}


/**
 * Footer
 * --------------------------------------------------------------------------- */

#footer {	
/*height: 322px;*/
padding-top: 36px;
    margin: 0 auto;
    margin-top: .5rem;
    /*padding-top: 0.5rem;*/
    border-top: 1px solid #d8d8d8;
    background-color: #002857;
    color: white;
    margin-bottom: -25px;  
overflow: auto;
		}

	#footer .copyright {}

	#footer .credit {font-family: 'Ubuntu', sans-serif; text-align: center; font-size: .9rem; }

	#footer a {
text-decoration:none;
color:white;
}
	#footer a:hover {}

 * Media Queries
 * --------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {} 

@media only screen and (max-width: 960px) {
body{
    margin: auto;
    max-width: 1056px;
background:white;}	
#logo {
    position: relative;
    right: 35px;
    bottom: 3px;
    height:37px;
}
#foot2 {
    width: 215px;
    position: inherit;
    left: 31px;
    bottom: 0;
    margin-left: 30px;
    margin-bottom: 0;
    margin-right: 0;
}


	#top-bar {width: 100%;
    margin-top: 5px;
}
	#container {width: 100%;}
	#top-container {
positiom:relative;
right:400px;
padding-left:35px;

width: 50%}

	.layout-2c-l #main, #main {
			max-width: 100%;
			float: none;
		}
	.layout-2c-r #main, #main {
			width: 100%;
			float: none;
		}
	#branding {width: 100%; padding: 1rem 0}
	
	#sidebar-primary {
		max-width: 100%;
		width: 100%;
		float: none;
		padding: 0;
	}
	#header-widget {float: none; width: 100%; padding: 0;}
	#header-widget .widget {padding: 10px 0;}
	.widget {padding: 0 2rem;}

	footer#footer { 
		width: 100%;
	}
	nav#footer-navigation {width: 100%;}

	.breadcrumb-trail {display: none;}
	.footer-widgets{margin: 1.5em;}
	.quarter {
		width: 48%;
	}
	.layout-2c-r #container #sidebar-primary {padding-left: 0;}
	.layout-2c-l #container #sidebar-primary   {padding-right: 0;}

#footer .credit {float: none; text-align: center; padding: 0.5em 0;}
#menu-footer {float:none; text-align: center; padding: 0.5em 0;}

#prueba img {
    height: 100%;
    width: 267px;
}



}
@media (min-width: 992px) { 
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
}
@media only screen and (max-width: 800px) {
	#MenuHeader{
	position:relative;
	width:100%;
	z-index:9999;
	margin-top:-4%; 
}

	article[id*=post-] {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
	width: 150%;
	min-width: 100%;
	max-width: 100%;
	margin-left: 0px;
}
	
	#row {
    margin: 0 auto;
    max-width: 100%;
	border-top: 1px solid grey;
	margin-bottom:30px;
}
	#myCarousel {
	width:auto;
	height:auto;
}
	#myCarousel {padding-right:33.3333%;}
	
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
	
	
#MenuPrincipal{
	background-color:#002857;
	color:white;
}
#redessociales {
margin-right: 0px;
position: initial;
left: 0px;
float:right;
}
.imgFullAncho{
margin-left:0px;
margin-right:0px;		
}
div .quote{
margin-right: 0px;
margin-left: 0px;	
}
#video {
width: 95%;
padding: 10px;
}
#video p {
width: 95%;
}
#videoy {
    width: 200px;
height: 150px;
}

#contacto .apellidos{
float:left;
margin-left:0px;
}
#ver_mas{
    letter-spacing: 1px;
    background: #fcb814;
    padding: 2px 5px;
    color: black;
    font-weight: bold;
    float:right;
}
#prueba img {
    height: 100%;
    width: 267px;
}

#ibuscar {
    max-width: 26px;
    position: relative;
    bottom: 33px;
    left: 0px;
    margin-bottom: -32px;
    border: 0;
    FLOAt: right;
}

	.menu-toggle {
		position:       relative;
		display:        inline-block;
		margin:         0;
		cursor:         pointer;
		font-size:      0.8125rem;
		line-height:    24px;
		vertical-align: middle;
	}

	.menu-toggle button {
		position: relative;
		top:      7px;
		left: 15px;
		right: 0;
		background: none;
    	border: none;
	}


	#menu-primary .menu-toggle button {

	}

		#menu-primary .menu-toggle button::before{
			content:        'f0c9';
			display:        inline-block;
			font-family: 'Ubuntu', sans-serif;   font-family: 'Ubuntu', sans-serif;
			font-size:      25px;
			-webkit-font-smoothing: antialiased;
		}

		#menu-primary .wrap {display: none;}
	#menu-primary ul {padding:10px 20px; z-index: 99999; position: relative; }
	#menu-primary li { width: 100%; display: block; }
	#menu-primary li a {
			display:    block;
			width:      100%;
			box-sizing: border-box;
			line-height: 25px;
			font-size: 1.1rem;
		}
	#menu-primary ul ul {display: block; padding: 0px; position: relative;}
	#menu-primary ul ul ul	 {display: block; margin: 0; padding: 0 10px; position: relative;}

#logo {
    position: relative;
    right: 35px;
    bottom: 3px;
    height:37px;
}
	#top-bar {width: 100%;
    margin-top: 5px;
	
}

#redessociales {
    margin-right: 100px;
    position: relative;
    left: 68px;
}
#foot2 {
    width: 215px;
    position: inherit;
    left: 31px;
    bottom: 0;
    margin-left: 30px;
    margin-bottom: 0;
    margin-right: 0;
}

#foot3{    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 30px;
}


.grve-menu-button-line {
    background-color: #000000;
    height: 2px;
    margin-bottom: 3px;
}

.grve-menu-button {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #e9e0db;
}

	#foot {
    width: 100%;
	padding: 0px 10px;
    float: left;
}
	#foot2 {
    width: 100%;
	padding: 0px 10px;
    float: left;
}
	#foot3 {
    width: 100%;
	padding: 0px 10px;
    float: left;
}

} 




@media only screen and (max-width: 500px) {
	#MenuHeader{
	position:relative;
	width:100%;
	z-index:9999;
	margin-top:-4%; 
}
	#foot {
    width: 100%;
	padding: 0px 10px;
    float: left;
}
	#foot2 {
    width: 100%;
	padding: 0px 10px;
    float: left;
}
	#foot3 {
    width: 100%;
	padding: 0px 10px;
    float: left;
}
article[id*=post-] {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
	width: 150%;
	min-width: 100%;
	max-width: 100%;
	margin-left: 0px;
}
		#row {
    margin: 0 auto;
    max-width: 100%;
	border-top: 1px solid grey;
	margin-bottom:30px;
}
	#myCarousel {
	width:auto;
	height:auto;
}
	#myCarousel {padding-right:33.3333%;}
	
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
	
	div .quote{
margin-right: 0px;
margin-left: 0px;	
}
.imgCien{
	width: 100%;
}
.imgFullAncho{
margin-left:0px;
margin-right:0px;		
}

#video {
width: 92%;
padding: 0px 10px;
}
#video p {
width: 95%;
}
#videoy {
    width: 200px;
height: 150px;
}


#ver_mas{
    letter-spacing: 1px;
    background: #fcb814;
    padding: 2px 5px;
    color: black;
    font-weight: bold;
    float:right;
}


#prueba img {
    /*height: 30%;
    width: 267px;*/
	display:none;
}
#prueba #foto{
	display:none;
	width:0%;
}
#prueba #contenidoPost{
	max-width:100%;
	
}


#pruebaresponsive {
margin-top:30px; 
/*overflow-y: auto;*/
}
	.menu-toggle {
		position:       relative;
		display:        inline-block;
		margin:         0;
		cursor:         pointer;
		font-size:      0.8125rem;
		line-height:    24px;
		vertical-align: middle;
	}

	.menu-toggle button {
		position: relative;
		top:      7px;
		left: 15px;
		right: 0;
		background: none;
    	border: none;
	}


	#menu-primary .menu-toggle button {

	}

		#menu-primary .menu-toggle button::before{
			content:        'f0c9';
			display:        inline-block;
			font-family: 'Ubuntu', sans-serif;   font-family: 'Ubuntu', sans-serif;
			font-size:      25px;
			-webkit-font-smoothing: antialiased;
		}

		#menu-primary .wrap {display: none;}
	#menu-primary ul {padding:10px 20px; z-index: 99999; position: relative; }
	#menu-primary li { width: 100%; display: block; }
	#menu-primary li a {
			display:    block;
			width:      100%;
			box-sizing: border-box;
			line-height: 25px;
			font-size: 1.1rem;
		}
	#menu-primary ul ul {display: block; padding: 0px; position: relative;}
	#menu-primary ul ul ul	 {display: block; margin: 0; padding: 0 10px; position: relative;}

#top-bar {
    width: 100%;
    margin-top: -16px;
}

#logo{

    margin-left: 76px;
    position: relative;
    bottom: 35px;
    right: 50px;
    margin-bottom: -19px;
}
#redessociales {
    margin-right: 100px;
    position: relative;
    left: 68px;
}

#navw a{
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px;
padding-bottom:5px;
padding-top:5px;
font-size:10px;
}
#ibuscar {
    max-width: 26px;
    position: relative;
    bottom: 33px;
    left: 0px;
    margin-bottom: -32px;
    border: 0;
    FLOAt: right;
}





} 

@media only screen and (max-width: 480px) {
	#MenuHeader{
	position:relative;
	width:100%;
	z-index:9999;
	margin-top:-4%; 
}
	#foot {
    width: 100%;
	padding: 0px 10px;
    float: left;
}
	#foot2 {
    width: 100%;
	padding: 0px 10px;
    float: left;
}
	#foot3 {
    width: 100%;
	padding: 0px 10px;
    float: left;
}

article[id*=post-] {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
	width: 150%;
	min-width: 100%;
	max-width: 100%;
	margin-left: 0px;
}
		#row {
    margin: 0 auto;
    max-width: 100%;
	border-top: 1px solid grey;
	margin-bottom:30px;
}
	#myCarousel {
	width:auto;
	height:auto;
}
	#myCarousel {padding-right:33.3333%;}
	
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
	.quarter{ width: 100%; float: left;}
	.one-third { width: 200%; float: left;}

.imgCien{
	width: 100%;
}
.imgFullAncho{
margin-left:0;
margin-right:0;		
}
} 



/**
 * Clearing Floats
 * --------------------------------------------------------------------------- */

.entry-content:after,header.comment-meta:after, #top-container:after, .loop-nav:after ,nav#footer-navigation:after, #container:after, #header:after,.clearfix::after {
	content:    ".";
	display:    block;
	height:     0;
	clear:      both;
	visibility: hidden;
}





#logo{
    max-width: 290.260px;
    max-height: 119.507px;
    margin-left: 50px;
}

#top1{
height:100px;
max-height:100px;
background-color:#FFFFFF;
text-align:center;
}

#banner{
height:90px;
width:728px;
}

#top2{
    width: 100%;
    height: 59.112px;
	background-color: #000;
 
    margin-bottom: -48.63px;
    margin-top:-10px;
}



body{
background-color: #FFF;
}


