/*Estilo llanera.com
Autor: Danilo Sarmiento
2014-01-14*/

#contenedor

{
	min-height: 100%;
}

#cabecera
{
	height: 150px;
}
@font-face
{
	font-family: Titulos;
	/*src: url(../../fonts/ubuntu/Ubuntu-B.ttf);*/
}
@font-face
{
	font-family: TextoDetalle;
	/*src: url(../../fonts/ubuntu/Ubuntu-L.ttf);*/
}
@font-face
{
	font-family: MenuArriba;
	/*src: url(../../fonts/ubuntu/Ubuntu-R.ttf);*/
}
@font-face
{
	font-family: Textos;
	/*src: url(../../fonts/ubuntu/Ubuntu-C.ttf);*/
}
#cabeza
{
	height: 120px;
}

#logoweb
{
	margin: 25px 0 0 10px;
	background: url(../../images/llanerapuntocom.png) no-repeat;
	height: 90px;
	z-index: 2;
	float: left;
	width: 290px;
}
#logoweb .logo A
{
	position: relative;
	width: 100%;
	height: 90px;
	float: left;
	text-indent: -9999em;
}
.banner_arriba
{
	margin: 10px 25px 0;
}
/*menuclass*/
#menu
{
	height: 50px !important;
}
.fijar {
	display: block;
	position:fixed;
	top: 0 !important;
	z-index: 21475;
}
/*Caja Buscar*/
.caja_buscar
{
	height: 80px;
}
#cse-search-box
{
	margin-left: 80px;
}
.caja_buscar INPUT
{
	height: 30px;
	margin-top: 30px;
}

/*Notas de categorias en detalle*/

.titulocategoria
{
	height: 100px;
	padding-bottom: 4px;
	margin-bottom: 5px;

}
.titulocategoria_detalle{
	height:50px;
	padding-bottom: 4px;
	margin-bottom: 5px;	
	}
/*Menu
Horizontal Dropdown Menu
-----------------------------------*/
.horizontal, .horizontal UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.horizontal
{
	font-size: 15px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-family: MenuArriba, Arial, Helvetica, sans-serif;
}
.horizontal LI
{
	float: left;
	position: relative;
}
.horizontal LI A
{
	display: block;
	height: 2.9em;
	line-height: 2.9em;
	padding: 0 1.4em;
}
.horizontal UL
{
	position: absolute;
	left: 0;
	top: 2.9em;
	display: none;
	z-index: 999;
	width: 190px;
}
.horizontal UL UL
{
	top: 0;
	left: 160px;
}
.horizontal UL LI
{
	width: 100%;
}
.horizontal UL LI A
{
	overflow: hidden;
}
.horizontal LI:hover > UL
{
	display: block;
}
.horizontal LI.parent > A
{
	background-image: url(../images/arrow-right2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 1em;
}
.horizontal > LI.parent > A
{
	background-image: url(../images/arrow-down2.gif);
}
.horizontal, .horizontal UL
{
	-webkit-box-shadow: 2px 3px 0 rgba(150, 150, 150, 0.1);
	-moz-box-shadow: 2px 3px 0 rgba(150, 150, 150, 0.1);
	box-shadow: 2px 3px 0 rgba(150, 150, 150, 0.1);
}
.horizontal > LI > UL
{
	margin-left: -1px;
}
.horizontal UL UL
{
	margin-top: -1px;
}
.horizontal LI UL LI:last-child
{
	border-bottom: none;
}
/*Correo*/
.correo{
	width:300px;
	margin:40px auto;
	}
.correo a:link{
	text-decoration:none;
	}
/*pie*/
#pie
{
	height: 150px;
	margin-top: 20px;
}
.datospie{
	margin:30px 0;
	}

/*Videos responsive*/
.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}