@import url("reset.css");

@font-face {
    font-family: 'Roboto-Condensed-Bold';
    src: url('fonts/roboto-condensed-regular.eot');
    src: url('fonts/roboto-condensed-regular.eot') format('embedded-opentype'),
         url('fonts/roboto-condensed-regular.woff') format('woff'),
         url('fonts/roboto-condensed-regular.ttf') format('truetype'),
         url('fonts/roboto-condensed-regular.svg#Roboto-Condensed-Bold') format('svg');
}

@font-face {
    font-family: 'Roboto-Condensed-Bold';
    src: url('fonts/roboto-condensed-bold.eot');
    src: url('fonts/roboto-condensed-bold.eot') format('embedded-opentype'),
         url('fonts/roboto-condensed-bold.woff') format('woff'),
         url('fonts/roboto-condensed-bold.ttf') format('truetype'),
         url('fonts/roboto-condensed-bold.svg#Roboto-Condensed-Bold') format('svg');
}

@font-face {
    font-family: 'Source-Sans-Pro-Regular';
    src: url('fonts/source-sans-pro-regular.eot');
    src: url('fonts/source-sans-pro-regular.eot') format('embedded-opentype'),
         url('fonts/source-sans-pro-regular.woff') format('woff'),
         url('fonts/source-sans-pro-regular.ttf') format('truetype'),
         url('fonts/source-sans-pro-regular.svg#Source-Sans-Pro-Regular') format('svg');
}

@font-face {
    font-family: 'Source-Sans-Pro-Bold';
    src: url('fonts/source-sans-pro-bold.eot');
    src: url('fonts/source-sans-pro-bold.eot') format('embedded-opentype'),
         url('fonts/source-sans-pro-bold.woff') format('woff'),
         url('fonts/source-sans-pro-bold.ttf') format('truetype'),
         url('fonts/source-sans-pro-bold.svg#Source-Sans-Pro-Bold') format('svg');
}

html, body {height: 100%;}

body {
	font: 16px/1.3 'Source-Sans-Pro-Regular', arial, tahoma, sans-serif;
	background : #f1f1f1 url('../images/background.png') 0 0 repeat-x;
}

strong {
	font-family : 'Source-Sans-Pro-Bold', arial, tahoma, sans-serif;
}

li {
	list-style : none;
}

a {
	text-decoration : none;
}

.width {
	width : 980px;
	position : relative;
	margin : 0 auto;
}

p {
	margin-top : 15px;
}

#heading {
	padding : 25px 0 25px 0;
}

h1 {
    color: #fff;
    font-family: 'Roboto-Condensed-Bold',sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

h1.center {
	text-align : center;
}

h2 {
	font-size : 28px;
	margin-top : 15px;
}

#container {
	min-height: 100%;
}

#wrapper {
	overflow:auto;
	padding-bottom: 140px;
}

.wrapper {
	padding : 30px 0 30px;
	overflow : hidden;
	clear : both;
}

#index h1 {
	margin : 0 0 25px;
	border : none;
	padding : 0;
	font-size : 36px;
	text-align : left;
}

#index span.brochure {
	position : absolute;
	top : 15px;
	right : 15px;
	display : block;
}

#index span.brochure a {
	padding : 15px 25px;
	color : white;
	display : block;
	border-radius : 8px;
	background : #2053B1;
	text-transform : uppercase;
	font-weight : bold;
}

#index h3 {
	background : black;
	color : white;
	padding : 15px;
	font-weight : 700;
	font-size : 18px;
	text-align : center;
}

#index .item {
	float: left;
	width: 316px;
}

#index .item.alt {
	margin : 0 15px;
}

#index .item .imagen {
	overflow: hidden;
	height: 200px;
}

#index .item img {
	display : block;
	width : 100%;
	height : auto;
}

#slider {
	background: #CCCCCC url('../images/slider.png') 0 0 repeat-x;
	margin-top: 6px;
	padding: 18px 0;
	border : 5px solid #48718a;
}

#slider .slider {
	height : 450px;
	overflow : hidden;
	clear : both;
	background : #b02f2f;
	position : relative;
}

#slider .slider .heading  {
	background : rgba(0,0,0,0.8);
	padding : 20px;
	position : absolute;
	top : 335px;
	left : 0;
	width : 100%;
}

#slider .slider .heading  h2 {
	font-size : 30px;
	color : white;
	margin : 0;
}

#slider .slider .heading img {
	position: absolute;
	right: 95px;
	top: -20px;
}

#header {
	position : relative;
	height : 120px;
}

#lema {
	position : absolute;
	top : 30px;
	left : 350px;
	color : white;
	width : 250px;
	font-style : italic;
}

#top {
	overflow : hidden;
	clear : both;
	background : black;
}

#top ul {
	float : right;
	overflow : hidden;
	clear : both;
}

#top ul li {
	float : left;
	border-left : 1px solid #bbb;
	margin : 12px 0 14px 15px;
	padding-left : 15px;
	line-height : 1.2;
}

#top ul li.active a {
	color : red;
}

#top ul li:first-child {
	border-left : none;
}

#top ul li a {
	color : white;
}

#logo {
	position : absolute;
	top : 27px;
	left : 0;
}

#menu {
	position : absolute;
	top : 63px;
	right : 0;
}

#menu ul li {
	float : left;
	font-size : 17px;
	font-family: 'Roboto-Condensed-Bold',sans-serif;
	text-transform : uppercase;
	list-style : none;
}

#menu ul li a {
	color : white;
	font-weight : 700;
	display : block;
	padding : 18px 28px;
	background : #000;
}

#menu ul li:first-child a {
	border-top-left-radius : 8px;
}

#menu ul li:last-child a {
	border-top-right-radius : 8px;
}

#menu ul li.active a {
	background-image : url("../images/menu.png");
	background-repeat : no-repeat;
	background-position : bottom center;
}

#epps {
	text-align : center;
}

#seguros {
	text-align : center;
}

#seguros img {
	margin : 30px 0;
}

#seguros h2 {
	border-bottom: 1px solid #DDDDDD;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding: 10px 0 15px;
}

#seguros ul li {
	float : left;
	width : 284px;
	background : white;
	padding : 15px;
	border : 1px solid #ddd;
	border-radius : 8px;
	height : 230px;
}

#seguros ul li.alt {
	margin : 0 15px;
}

label {
	width : 130px;
	display : inline-block;
	text-align : right;
	margin-right : 10px;
	padding-top : 2px;
}

input,
textarea {
	border-radius : 6px;
	border : 1px solid #ccc;
	background : white;
	padding : 6px;
	width : 350px;
	font: 16px/1.3 'Source-Sans-Pro-Regular', arial, tahoma, sans-serif;
}

textarea {
	height : 180px;
}

.boton {
	width : auto;
	padding : 15px 25px;
	background : black;
	color : white;
	font-weight : 700;
	cursor : pointer;
	margin-left : 140px;
	text-transform : uppercase;
}

#certificados {
	overflow : hidden;
	clear : both;
	text-align : center;
}

#certificados li {
	float : left;
	width : 310px;
}

#certificados div.imagen {
	padding : 15px;
	background : white;
	border-radius : 8px;
	height: 395px;
}

#certificados div.imagen img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#certificados h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0;
}

#certificados h2 a {
	display : block;
	padding : 15px;
	color : white;
	background : black;
	border-radius : 8px;
}

#certificados li.alt {
	margin : 0 25px;
}

#footer {
	background : #002940;
	color : #ccc;
	overflow : hidden;
	clear : both;
	position: relative;
	margin-top: -140px; /* negative value of footer height */
	height: 140px;
	text-align: center;
}

#clientes {
	text-align : center;
}

#clientes p {
	bottom : 20px;
	position : absolute;
	width : 100%;
	left : 0;
	text-transform : uppercase;
}

#clientes p a {
	font-weight : 700;
	color : black;
	background : url('../images/plus.png') 0 1px no-repeat;
	padding-left : 24px;
}

#clientes p a:hover {
	text-decoration : underline;
}

#clientes ul li {
    background: #FFFFFF;
    border-radius: 150px;
    float: left;
    height: 225px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 225px;
}

#clientes ul li img {
	width: 100%;
	display: block;
	height: auto;
	margin-top: 25px;
}

#clientes ul li span {
	background : url('../images/clientes.png') center center no-repeat;
	height : 39px;
	position : absolute;
	bottom : -20px;
	left : 0;
	width : 100%;
	display : block;
	z-index: -1;
}

#clientes h2 {
	position : absolute;
	top : 160px;
	left : -15px;
	width : 113%;
	color : white;
	background : #2053B1;
	padding : 12px 0;
	display : block;
	border-radius : 8px;
}

#footer div.footer p.copy {
	text-align : left;
	font-size : 14px;
	line-height : 1.5;
}

#footer div.footer p.design {
	position : absolute;
	bottom : 0;
	right : 0;
	font-size : 14px;
	text-align : right;
	line-height : 1.5;
}

#footer #bottom {
	background : #B02F2F;
	padding : 20px 0;
}

#footer #bottom ul {
	overflow : hidden;
	clear : both;
}

#footer #bottom ul li {
	display : inline;
	text-transform : uppercase;
	border-left : 1px solid #666;
	padding-left : 20px;
	margin-left : 20px;
	line-height : 1.1;
	font-family: 'Roboto-Condensed-Bold',sans-serif;
}

#footer #bottom ul li:first-child {
	border-left : none;
	padding-left : 0;
	margin-left : 0;
}

#footer #bottom ul li a {
	font-weight : 700;
	color : #f6e5e5;
}

#footer a {
	color : #bbb;
}

#footer a:hover {
	color : white;
}

#nosotros {
	text-align : center;
}

#nosotros img {
	margin : -30px 0 0;
	border-radius : 15px;
}

#nosotros .left {
	float : left;
	width : 48%;
}

#nosotros .right {
	float : right;
	width : 48%;
}

#contacto {
	background : url('../images/contacto.png') top right no-repeat;
}

#contacto h2 {
	border-bottom : 1px solid #ddd;
	margin-bottom : 25px;
	padding-bottom : 5px;
}

#contacto ul {
	margin-bottom : 5px;
	margin-top : 15px;
}

#contacto ul li {
	list-style : square;
	margin-left : 15px;
}

.block {
	overflow : hidden;
	clear : both;
}

#contacto .block .left {
    border-right: 1px solid #DDDDDD;
    float: left;
    padding-right: 25px;
    width: 528px;
}

#contacto .block .right {
	float : right;
	width : 400px;
}

.hide {
	display : none;
}

.description {
	margin-bottom : 15px;
}

.description h3 {
	font-size : 24px;
	margin : 0;
	background : black;
	color : white;
	padding : 10px 15px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
}

.description ul {
	overflow : hidden;
	clear : both;
	background : green;
	padding : 10px 15px;
	margin-bottom : -15px;
	border-bottom : 1px solid white;
	border-top : 1px solid white;
}

.description  ul li {
	float : left;
	width : 47%;
	color : white;
	margin-left : 15px;
	list-style : square;
}

.image {
	overflow : hidden;
	height : 400px;
	border-bottom-left-radius : 8px;
	border-bottom-right-radius : 8px;
}

.image img {
	display : block;
	width : 100%;
	height : auto;
}

#galeria ul {
	overflow : hidden;
	clear : both;
}


#galeria ul li {
    background: #FFFFFF;
    float: left;
    margin: 6px;
    padding: 5px;
    width: 220px;
}

#galeria ul li img {
	display : block;
	width : 100%;
	min-height : 166px;
}