* {
	font-family: 'Raleway', sans-serif;
}

HTML {
	margin:0px;
	padding:0px;
	background:#fff;
}
BODY {
	margin:0px;
	padding:0px;
	min-width:980px;
}

.container {
	width:980px;
	margin:auto;	
}

HEADER {
	width:980px;
	height: 465px;
	margin:auto;
}
NAV#menu_principal {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: justify;
	display: table; 
	width: 100%;    
    border-bottom:2px solid #202e4b;
	transform: translateY(-5px);
}

NAV#menu_principal li {
    display: table-cell;
    padding-left:1px;
    padding-right:1px;
}
NAV#menu_principal li A {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:13px;
	padding-right:13px;
	color:#fff;
	text-decoration: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
    background: #202e4b; 
    border:1px solid #202e4b; 
    font-weight:600;
    font-size:16px;
    text-align:center;
}
NAV#menu_principal li A.selected, NAV#menu_principal li A:hover {
    background: rgb(86,167,157);
	border:1px solid rgb(86,167,157);
	background-image: linear-gradient(to bottom, #add5d1, #add5d1 50%, rgb(86,167,157) 50%);
	background-attachment:fixed;
	background-repeat: no-repeat;	
	color:#202e4b;
}

FOOTER {
	background:#202e4b;
	padding-top:40px;
	padding-bottom:40px;
}
FOOTER NAV {
	display:inline-block;
	width:300px;
	vertical-align: top;
}
FOOTER NAV LI {
	list-style: none;
	margin-left:30px;
}
FOOTER NAV LI A {
	color:#fff;
	text-decoration: none;
	font-size:18px;
	line-height:25px;
}
FOOTER NAV LI A.selected, FOOTER NAV LI A:hover {
	text-decoration: underline;
}

FOOTER ADDRESS {
	font-style: normal;
	float:right;
	display:inline-block;
	width:270px;
	color:#fff;
	text-align: right;
	margin-right:30px;
	font-size:18px;
	vertical-align: top;
}
FOOTER P.copyright {
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:0px;
	margin-top:30px;
}
FOOTER P.copyright A {
	color:#fff;
}
FOOTER DIV.redes {
	display:inline-block;
	width:375px;
	height:40px;
	vertical-align: top;
	text-align: center;
	margin-top:20px;
}
FOOTER DIV.redes H5 {
	width:150px;
	display:inline-block;
	vertical-align: top;
	margin:0px;
	color:#fff;
	font-size:30px;
	font-weight:900;
	text-align:right;
	margin-right:10px;
	margin-top:10px;
}
FOOTER DIV.redes H5 SPAN {
	display:block;
	font-size:20px;
}
FOOTER DIV.redes IMG {
	width:75px;
	display:inline-block;
	vertical-align: top;
	/*float:right;*/
}

#slideshow { 
    position: relative; 
    width: 980px; 
    height: 465px; 
    padding: 0px; 
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

ARTICLE {
	padding:30px;
	padding-top:50px;
}

.layer-left {
	width:405px;
	display:inline-block;
	vertical-align: top;
	padding-right:50px;
}
.layer-right {
	width:405px;
	display:inline-block;
	vertical-align: top;
	padding-left:50px;
}
ARTICLE H1 {
	font-size: 30px;
	line-height:32px;
	font-weight: 500;
	color:#2d5f54;
	margin:0px;
	margin-bottom:30px;
}
ARTICLE H3 {
	font-size: 20px;
	line-height:32px;
	font-weight: 900;
	color:#2d5f54;
	margin:0px;
	margin-bottom:30px;
}
ARTICLE P {
	font-size: 18px;
	line-height:24px;
	font-weight: 500;
	color:#2d5f54;
	margin:0px;
	margin-bottom:30px;
}
ARTICLE P A {
	font-size: 18px;
	line-height:24px;
	font-weight: 500;
	color:#2d5f54;
	margin:0px;
	margin-bottom:30px;
}
ARTICLE OL {
	font-size: 18px;
	line-height:24px;
	font-weight: 500;
	color:#2d5f54;
	margin:0px;
	margin-bottom:30px;
}
ARTICLE OL A {
	color:#2d5f54;
}
/*#2d5f54*/
.text-center { text-align:center; }
.margin0 {margin:0px;}
IMG.aseguradora {
	width:200px;
	vertical-align: bottom;
	margin-bottom:30px;
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
	border-bottom:2px solid #54a79e;
	padding-bottom:40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
}
ARTICLE HR 
{ 
	border: 0;
	height: 1px;
	background: #54a79e;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
}

ARTICLE label {
	width:140px;
	text-align: right;
	display: inline-block;
	padding-right:10px;
	font-size:15px;
	margin-bottom:20px;
	color:#2d5f54;
	font-weight:bold;
	vertical-align: top;
	padding-top:5px;
}
ARTICLE INPUT {
	width:335px;
	color: #2d5f54;
	border: 1px solid #2d5f54;
	padding:5px;
	font-size:15px;
}
ARTICLE TEXTAREA {
	width:335px;
	height:100px;
	color: #2d5f54;
	border: 1px solid #2d5f54;
	padding:5px;
	font-size:15px;
	resize: none;
}
ARTICLE INPUT[type=submit] {
	width:150px;
	color: #fff;
	border: 0px none;
	padding:5px;
	font-size:15px;
	background: #54a79e;
	margin-left:150px;
	margin-top:10px;
}
a.button-productos {
	position:relative;
	display: inline-block;
	width:200px;
	vertical-align: top;
	height:50px;
background: -moz-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(206,206,206,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */	

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
	text-align: center;
	color:#2d5f54;
	font-weight:700;
	padding-top:10px;
	margin-right:20px;
	margin-bottom:40px;
	cursor:pointer;
	transition:all 0.3s ease;
	z-index:100;
}
a.button-productos P {
	position:absolute;
	top:0px;
	font-size:14px;
	line-height:18px;
	padding:10px;
	background:#2d5f54;
	z-index:9999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
	display:none;
	color:#fff;
}
a.button-productos P B {
	font-size:13px;
	line-height:15px;
	color:rgba(255,255,255,0.7);
	display: block;
	border-bottom:1px solid rgba(255,255,255,0.5);
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight: normal
}
a.button-productos:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
/*	display:block;*/
}
a.button-productos:hover SPAN {
	display:none;
}
a.button-productos:hover P {
	display:block;
	z-index:9999;
}