@import url('content/bootstrap/css/bootstrap.min.css');
@import url('content/css/fonts.css');
/*
Theme Name: Plome HID Theme
Author: LineColorBits
Author URI: https://linecolorbits.com/
Version: 1.0
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


body {
  font-family: 'OpenSansLight', Arial, sans-serif;
  margin-top: 102px;
  background-color: #f5f5f5;
  font-size: 14pt;
}

nav.navbar-default ul.navbar-nav {

}

nav.navbar-default ul.navbar-nav > li {
	height: 100px;
}

nav.navbar-default ul.navbar-nav > li:hover {
	background-color: #eaeaea;
}

nav.navbar-default ul.navbar-nav > li.active, nav.navbar-default ul.navbar-nav > li.active  > a, nav.navbar-default ul.navbar-nav > li.active > a:hover {
	background-color: #dfdede;
}

nav.navbar-default ul.navbar-nav > li  > a {
	padding-top: 35px;
}

.sitio{
	background-color: #dfdede;
	padding-bottom: 25px;
}

.footer{
	background-color: #555555;
	padding-bottom: 5px;	
	color: #ffffff;
	padding-top: 25px;
}

.footer a {
	color: #ffffff;
}

.portada{
	margin-top: 20px;
	color: #ffffff;
	background-image: url(content/images/index.jpg);
	padding-bottom: 350px;
}

.nosotros{
	margin-top: 20px;
	color: #000000;
	background-image: url(content/images/tubos.jpg);
	background-position: bottom center;
	background-position: center;
	padding-top: 350px;
	font-size: 18px;
	
}

.servicios{
margin-top: 20px;
	color: #000000;
	background-image: url(content/images/servicios2.jpg);
	background-position: bottom center;
	background-position: center;	
	padding-top: 350px;
	font-size: 18px;
	font-weight: bold;

}

.blog{
	margin-top: 20px;
	color: #000000;
	background-image: url(content/images/prueba.jpg);
	background-position: bottom center;
	background-position: center;
	background-size: 100%;
	padding-top: 400px;
	font-size: 18px;
	font-weight: bold;
}

.galeria{
	margin-top: 20px;
	color: #000000;
	background-image: url(content/images/Prueba2.png);
	background-position: bottom center;
	padding-top: 350px;
	font-size: 18px;
	font-weight: bold;
}

.videos{
	margin-top: 20px;
	color: #000000;
	background-image: url(content/images/videos1.jpg);
	background-position: bottom center;
	padding-top: 200px;
	background-position: center;
	font-size: 18px;
	font-weight: bold;
}

.padtop20{
margin-top: 100px;

}



#letras{
	margin-bottom: 25px;
}

#letras .h3{
	font-weight: bold;
}

@media (max-width: 700px) {
	.portada{
		padding-bottom: 100px;
	}
}
.tituloPortada{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.video{
	width: 100%;
	height: 250px;
}

.entradas > .row {
	border-bottom: #ffffff 1px solid;
	margin-bottom: 25px;
}

.entradas a{
	color: #000000;
}
.__youtube_prefs__{
	width: 100%;
	height: 250px;
}
.video_view9_vid_wrapper{
	height: 250px;
	left: auto;
	transform: none;
}
.video_view9_vid_wrapper .thumb_wrapper{
	display: none;
}