/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-01-2016, 9:39:57
    Author     : MiToKuRo
*/
@import url(https://fonts.googleapis.com/css?family=Cardo);
html, body{
    margin: 0;
    background-position: center;
    height: 100%;
}
body{
    background: rgba(42,42,42,1);
background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(76,24,26,1) 4%, rgba(133,0,1,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(4%, rgba(76,24,26,1)), color-stop(100%, rgba(133,0,1,1)));
background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(76,24,26,1) 4%, rgba(133,0,1,1) 100%);
background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(76,24,26,1) 4%, rgba(133,0,1,1) 100%);
background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(76,24,26,1) 4%, rgba(133,0,1,1) 100%);
background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(76,24,26,1) 4%, rgba(133,0,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#850001', GradientType=0 );
background-size: 100%;
}
.transicion--fadein {
animation-name: fadeIn;
}
.slider-ppal{
    height: 500px;
}

/******* MENU *******/
#container{
    width: 100%;
}
#contenidototal .menu{
    margin-left: -40px;
    font-family: 'Cardo', serif;
    font-size: 16px;
    margin-top: 20px;
}
#contenidototal ul{
    list-style:none;
    list-style-position:outside;
}
#contenidototal ul.menu li{
    float:left;
    
    margin-bottom:-1px;
}
#contenidototal ul.menu li{
	width: 14.22%;
	text-align: center;
    display:block;
    padding:10px 15px;
    background:#303030;
    margin-bottom:-1px;
    border:1px solid #3e3e3e;
    border-width:1px 1px 1px 1px;
    position:relative;
    color:#666;
    cursor:pointer;
    border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
}
#contenidototal ul.menu li:hover{
    color:#fff;
}
#contenidototal ul.menu li.active{
    top:1px;
    border-bottom:0;
    color:#fff;
    background: rgba(31,31,31,1);
    background: -moz-linear-gradient(top, rgba(31,31,31,1) 0%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,31,31,1)), color-stop(100%, rgba(51,51,51,1)));
    background: -webkit-linear-gradient(top, rgba(31,31,31,1) 0%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top, rgba(31,31,31,1) 0%, rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(31,31,31,1) 0%, rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom, rgba(31,31,31,1) 0%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#333333', GradientType=0 );
}
/******* /MENU *******/

/******* CONTENT *******/
.content{
    margin:0pt auto;
    border:1px solid #3e3e3e;
    text-align:left;
    padding:1.3em;
    padding-bottom:20px;
    font-size:12px;
    line-height:2em;
    border-radius: 0 5px 5px 5px;
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(179,179,179,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(179,179,179,1)));
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(179,179,179,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(179,179,179,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(179,179,179,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(179,179,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#b3b3b3', GradientType=0 );
    color: #fff;
}
.content h3{
    line-height:1em;
    vertical-align:middle;
    height:48px;
    padding:10px 10px 10px 52px;
    font-size:32px;
    color:#E4E1CD;
}
/******* /CONTENT *******/

/******* NOTICIAS *******/
.content.home{
    display:block;
}

.content.quienessomos{
    display:none;
}
.content.servicios{
    display:none;
}
.content.consultas{
    display:none;
}
.content.clientes{
    display:none;
}
.content.ubicacion{
    display:none;
}
.content.contacto{
    display:none;
}

.contactform input{
    width:100%;height:50px;padding:10px; border-radius: 0; background-color:#b3b3b3; color:#fff
}
#carousel {
    height: 300px;
    margin: 0 auto;
}
  #carousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
  }
  .imagencarrusel{
      height: 200px; width: 250px; border: #b3b3b3 2px solid; border-radius: 2px;
    -webkit-box-shadow: 10px 10px 61px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 61px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 61px 0px rgba(0,0,0,0.75);
  }
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@media (min-width:1200px){
}
@media (min-width:980px) and (max-width:1199px){
}
@media (max-width:979px){

}
@media (max-width:768px){
    #contenidototal ul.menu li{
		width: 100%;
        float: none;
    }
}