body {
    font-size:16px;
    font-family: Arial;
}

.container{
    width: 1280px;
}

h2 {
    text-align: center;
    background-color: #cc3333;/*rgb(150,22,46);*/
    color: white;
    padding: 10px 0; 
    width: 100%;
    font-size:1.3em;
}

.block-img {
    background-color: #ffffff;
    text-align: center;
}

h1 {
    font-size:1.5em;
    width:100%;
}

h1 span {
    width:100%;
   color: rgb(150,22,46);
   font-size:53%;
}
.logo-header {
    padding:0;
}
.logo-header img {
    margin:0;
    
}
.block-list {
    background-color: #ffffff;
     padding: 25px 20px 10px;
}
.block-info {
    background-color: none;
     padding: 15px 20px 5px;
     margin-top:12px;
}
.block-info-vision {
    background-color: none;
     padding: 0px 20px 15px;
     margin-top:27px;
}
.block-conf {
    background-color: none;
     padding: 0px 20px 15px;
}
img {
   display: block;
   margin:0 auto;
}

.row  {
    margin:0;
}
.info_empresa{
    margin-top:20px;
}
ul li{
   
   margin-bottom:0px;
   font-size:0.9em;
   color: black;
   list-style-image: url('../img/bullet-tick.png');
}

ul li.info{
   
   margin: 0 15px 1px 0;
   font-size:0.8em;
   color: black;
   list-style-type:disc;
   list-style-image: none;
}

p.title{
    font-size:1.6em;
    padding-top:35px;
}
p.second-title{
    font-size:1.8em;
    padding-top:30px;
}

p.oblig {
    font-size:0.8em;
}

p.nombre_empresa{
    margin-bottom:0.1em;
    font-weight:bold;
}
p.direccion{
    font-size:0.7em;
    margin:0;
    font-weight:bold;
}

.footer{
    margin-top:3em;
    margin-bottom:2em;
}

.text-center { text-align: center;}
input[type="submit"]{
    background-color: #cc3333;
    color: white;
    padding:10px 20px;
}
.pie{
    text-align:right;
   /* width:65%;*/
}
.error {
    color: red;
}
select.error {
    color: black;
}
.form-group sub{
    font-size:53%;
}
.footer{
    background-color: rgb(127, 127, 127);
    color: white;
    font-size: 1.1em;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.footer a{
    background-color: rgb(127, 127, 127);
    color: white;
    font-size: 1.1em;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.col-md-4{
    /*margin:8% auto 0;*/
}
.col-md-4 p{
    font-size:0.5em;
}
.col-md-8 p{
    font-size:0.7em;	
}
.col-md-8 p a{
    color:white;	
}
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #cc3333;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cc3333;
	box-shadow:inset 0px 1px 0px 0px #cc3333;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc3333), color-stop(1, #cc3333) );
	background:-moz-linear-gradient( center top, #cc3333 5%, #cc3333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3333', endColorstr='#cc3333');
	background-color:#cc3333;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #cc3333;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc3333;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc3333), color-stop(1, #cc3333) );
	background:-moz-linear-gradient( center top, #cc3333 5%, #cc3333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3333', endColorstr='#cc3333');
	background-color:#cc3333;
}.classname:active {
	position:relative;
	top:1px;
}
.bg {
    background: url('../img/jumbotron.jpg') no-repeat center center;
    position: fixed;
    width: 100%;
    height: 320px; /*same height as jumbotron */
    top: 50px;
    left: 0;
    z-index: -1;
}

.bghome {
    /*background: url('../img/jumbotron.jpg') no-repeat center center;*/
    position: fixed;
    width: 100%;
    height: 380px; /*same height as jumbotron */
    top: 50px;
    left: 0;
    z-index: -1;	
}

.bgcompartir {
    background: url('../img/jumbocompartir.jpg') no-repeat center center;
    position: fixed;
    width: 100%;
    height: 320px; /*same height as jumbotron */
    top: 50px;
    left: 0;
    z-index: -1;	
}

@media (max-width: 768px) {
	.bg {
		top: 120px;
	}
	.bghome {
		background: none;
		top: 120px;
	}		
}

.jumbotron {
    height: 320px;
    /*color: white;*/
    /*text-shadow: #444 0 1px 1px;*/
    background: transparent;
}

.jumbotronhome {
    height: 380px;
    /*color: white;*/
    /*text-shadow: #444 0 1px 1px;*/
    background: transparent;
}

.jumbotext {
    color: #ffffff;
    font-weight: bold;
}

.jumbotronform2 {
	font-size: 22px;
	height: 220px;
}

@media (max-width: 768px) {
	.jumbotext {
		/*display: none;*/
		color: #000000;
	}
	
	.jumbotronhome {
		height: 220px;
	}
	
	.jumbotronform2 {
		font-size: 14px;
	}
	
	#video_home
	{
		display: none;
	}
}

.jumbotronacceso {
	height: 200px;
}
	
nav h2
{
	padding: 2px 0px 2px 50px; margin: 0 0 0 0; text-align: left;
	font-size: 1.0em;
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}

.navbar-brand {
    padding: 0 0 0 50px;
}

@media (min-width: 768px) {
	.navbar-nav > li {
		padding-left: 150px;
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.navbar-fixed-top-sectors {
		padding-right: 0;
		padding-left: 0;
	}
  
	.navbar-fixed-top-sectors {
		max-height: 340px;
	}  

	.navbar-fixed-top-sectors {
		max-height: 200px;
	}
  
	.navbar-fixed-top-sectors {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	}

	.navbar-fixed-top-sectors {
		order-radius: 0;
	}

	.navbar-fixed-top-sectors {
		top: 0;
		border-width: 0 0 1px;
	}
}

.video_acerca
{
	width: 700px
}

@media (max-width: 768px) {
	.video_acerca
	{
		width: 350px
	}
	
}
  