@charset "utf-8";
/* CSS Document */

body{
	/*background-color: #2d2d2d;*/
	background-image: url("../fondos/office.png");
    overflow-x:hidden;
}

.logo{
	max-width:900px;
	max-height:120px; 
}

.menu_sup{
	border-top-style: groove; 
	border-top-width: 1px;
	border-top-color:rgb(238, 238, 238);
	padding: 10px 0 10px 0;
}

.menu{
	/*background-color:#333;*/
	width:100%;
	height:35px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.wide-nav {
    width: 100%;
    height: 100px;
    line-height: 90px;
    background: none repeat scroll 0% 0% rgb(238, 238, 238) !important;
    /*box-shadow: 100px 5px 11px 100px rgba(0, 0, 0, 0.2);*/

}

.content{
	width:100%;
    background: #fff;
}

.content2{
    width: 100%;
    background: #E0E0E0;
    padding: 60px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
}

.tit1 h3 {
    margin: 20px 25px;
    line-height: 42px;
    font-family: "Roboto Slab", sans-serif;
    color: #3B3126 !important;
    font-weight: 600;
    font-size: 26px;
    text-align: left;
}

.tit2 h3 {
    margin: 0px 155px;
    line-height: 42px;
    font-family: "Roboto Slab", sans-serif;
    font-style: cursive;
    color: #cca876 !important;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
}

.marketing .col-lg-3 {
	margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.marketing .thumbnail{
	background: #fff;
	border-color:rgb(238, 238, 238);
    padding: 20px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.marketing h3{
	width: 100%;
    margin-top: -20px;
    padding-bottom: 20px;
    text-align: center;
    color: #394753;
    font-weight: 500;
    font-size: 28px;
}

.marketing h4 {
    width: 100%;
    margin-top: 13px;
    text-align: center;
    color: #394753;
    font-weight: 700;
    font-size: 24px;
}

.marketing p {
    width: 100%;
    margin-top: 13px;
    text-align: center;
    color: #394753;
    font-weight: 300;
    font-size: 14px;
}

.img{
	width:400px;
	height:400px;	
}

.txtpie{
	font-size:10px;
	color:#CCC;
	font-stretch:ultra-expanded;
	font-family:"Agency FB";	
}

.img_quienes {
	float: right;
	margin:20px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}

.img_ico_qui{
    float:right;
    padding:10px 10px 10px 20px;
}

.img_servicio{
    padding:0 0 30px 10px;
}

.img_contacto {
	max-width:550px;
	max-height:490px;
	float: right;
    border-radius: 5px;
    /*box-shadow: 0 0 15px 0 maroon;*/
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}

h3{
    font-family: 'Old Standard TT', serif;
    font-style: italic;
}

.lead{
    font-family: 'Old Standard TT', serif;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #4e4e4e;
    text-align: justify;
}

.lead1{
    font-family: 'Old Standard TT', serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #777777;
    text-align: justify;
}

.sep{
    padding:60px 0 60px 0;
}


/**** Servicios ****/
.altura_tab{
    max-height: 470px;
    overflow: auto;
}



/**** Pie de Pagina ****/
.fondo_pie{
	background: url("fondos/footer_lodyas.png");
}

.logo_pie{
	max-width:200px;
	max-height:150px; 
}

.borright{
	border-right: 1px solid #BDBDBD;
} 

.txt a{
	color: #BDBDBD;
	padding:0px 15px 0px 15px;
	font-weight: 200;
}

.info > ul {
    width: 60%;
    margin: 2%;
}

.info > ul > li > a {
    text-decoration: none;
    color: #fff;
    font-family: 'Old Standard TT', serif;
}

.info > ul > li:first-child {
    border-top: 2px solid #00badc;
    margin-top: 10px;
    height: 40px !important;
    line-height: 50px !important;
}

.info > ul > li {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: left !important;
    list-style-type: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.info > ul {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 50px;
    float: left;
    text-align: left;
    list-style-type: none;
    margin-bottom: 40px;
}

.info > ul > li > a > b {
    color: #00badc;
    font-weight: 800;
}

b {
    font-weight: 400;
}