@charset "UTF-8";
/* CSS Document */
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a:link img, a:hover img, a:visited img, a:active img{border:none;}

a:link, a:hover, a:visited, a:active{border:none; text-decoration:none;
color:inherit;}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.gridContainer {
	width: 92%;
	max-width: 1434px;
	margin:0 auto 0 auto;
	overflow:hidden;
	clear: none;
	float: none;
}
.gridContainer2 {
	width: 93%;
	max-width: 1434px;
	margin:0 auto 0 auto;
	overflow:hidden;
	clear: none;
	float: none;
}

/* Mobile Layout: 480px and below. */


/* HEADER
---------------------------------------------------------- */

header {
	background-image: url(../images/bgd_header.png);
	background-repeat: repeat;
	background-color: #063967;
	height: auto;
}
#logo{
	height: auto;
	width: 100%;
	max-width: 876px;
	margin: auto;	
}
.menu_bgd {
	background-color: #e7e2e2;
	height: 34px;
	width: 100%;
	border-top: 3px solid #b5b5b5;
	border-bottom: 3px solid #b5b5b5;
}
.menu {
	width: auto;
	height:auto;
	margin:0 20px 0 auto;
	overflow:hidden;
	clear: none;
	float: right;
}

/* HOME
---------------------------------------------------------- */ 

.title_bgd {
	background-image: url(../images/bgd_title.png);
	background-repeat: repeat;
	background-position: center top;
	height: auto;
}
h1{
	font-size: 29px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 23px 0 0 0;
	width: 250px;
	height: 54px;
	border-bottom: 3px solid #ceab6f;
}
.gray_bgd {
	background-color:#f3f3f3;
}
h2{
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 20px 0 0 0;
	width: 90%;
	height: 90px;
	border-bottom: 3px solid #ceab6f;
}
h4{
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 20px 0 0 0;
	width: 90%;
	height: 90px;
	border-bottom: 3px solid #ceab6f;
}
h5{
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 23px 0 0 0;
	width: 220px;
	height: 54px;
	border-bottom: 3px solid #ceab6f;
}
h6{
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 23px 0 0 0;
	width: 90%;
	height: 54px;
	border-bottom: 3px solid #ceab6f;
}
.links_container{
	padding: 40px 0 50px 0;
}
.links {
	width: 27.8940%;
	margin-left: 8.15899%;
	margin-right: 0;
	clear: none;
	float: left;
	margin-bottom: 0;
	display: block;
}
.links_img img{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.links_img img:hover{
	opacity:.5;
}
.cont1{
	padding: 40px 0 50px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: justify;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
}
.txt_blue{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #275e91;
	text-shadow: 1px 1px #FFFFFF;
}


/* CONTENIDOS
---------------------------------------------------------- */ 

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.cont2{
	padding: 40px 0 50px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: justify;
	font-weight: 500;
	color: #4a4a4a;
}
.cont3{
	padding: 40px 0 50px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: justify;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
}
.cont3 a{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.cont3 a:hover{
	color: #ceab6f;
}
.cont4{
	padding: 30px 0 30px 0;
}
.txt_blue2{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #275e91;
	text-shadow: 1px 1px #FFFFFF;
}
a.txt_blue2 {
	color: #275e91;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
a.txt_blue2:visited {
	color: #275e91;
}
a.txt_blue2:hover {
	color: #ceab6f;
}
.txt_yellow{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ceab6f;
	text-shadow: 1px 1px #FFFFFF;
}
.mapa{
	width: 100%;
	height: 450px;
}
.servicios {
	float: left;
	height: auto;
	width: 25.5%;
}
.servicios2 {
	float: left;
	height: auto;
	width: 24.5%;
}
.servicios_cont {
	float: left;
	height: auto;
	padding: 0 15px;
	text-align: left;
}
.servicios_cont img {
	padding: 16px 0;
}
.servicios_cont2 {
	float: left;
	height: auto;
	padding: 0 15px 0 0;
	text-align: left;
}
.servicios_cont2 img {
	padding: 16px 0;
}
.servicios_cont3 {
	float: left;
	height: auto;
	padding: 0 0 0 15px;
	text-align: left;
}
.servicios_cont3 img {
	padding: 16px 0;
}
h7{
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-align: left;
	color: #275e91;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d4d3d3;
}
#bot1{
	width: 65%;
	min-width: 150px;
	max-width: 350px;
	margin: 0 auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 1px #ceab6f;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #ceab6f;
	padding: 10px;
}
#bot1:hover{
	background-color:#275e91;
	cursor:pointer;
	text-shadow: 1px 1px #275e91;
}

/* FORMULARIO
---------------------------------------------------------- */
.formulario{
	width: 70%;
	margin:0 auto;
	overflow:hidden;
	clear: none;
	float: none;
	height:auto;
	background-color:#fff;
	text-align:center;
	padding: 20px 20px;
	z-index:3;
	position:relative;
}
.formulario label{
	display:none;
}
.formulario input, .formulario textarea, .formulario select{
	display:block;
	width:95%;
	margin: 20px 20px;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background-color:transparent;
	border:none;
	border-bottom:1px solid #b4b4b4;
	color:#999999;
	padding:10px 5px;
	font-size:18px;
}
.formulario select{
	background-image:url(../images/rowd.svg);
	background-repeat:no-repeat;
	background-position:96% center;
	background-size:20px;
	padding:10px 0 10px 44%;
	color: #999999;
}
*::-webkit-input-placeholder {
    color:#999999;
}
*:-moz-placeholder {
    color:#999999;
}
*::-moz-placeholder {
    color:#999999;
}
*:-ms-input-placeholder {
    color:#999999;
}
input[type="reset"]{
	background-color:#ceab6f;
	width:95px;
	display:inline-block;
	border:none;
	margin:20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	padding:10px;
	opacity:1;
	color:#fff;
	font-size:18px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
input[type="submit"], .formius input[type="button"]{
	background-color:#ceab6f;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	width:95px;
	display:inline-block;
	border:none;
	margin:20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	padding:10px;
	opacity:1;
	color:#fff;
	font-size:18px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
input[type="reset"]:hover, input[type="submit"]:hover{
	background-color:#275e91;
}
span.obliga{
	display:block;
	margin-top:15px;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#C3C3C3;
	font-size:16px;
}


/* FOOTER
---------------------------------------------------------- */
footer {
	background-color:#1b5283;
	background-attachment:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	background-image:url(../images/bgd_footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size: 100% auto;
}
h3{
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	background-image: url(../images/title_turquoise.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #ffffff;
	margin: auto;
	padding: 40px 0 0 0;
	width: 270px;
	height: 45px;
	border-bottom: 2px solid #41b7c4;
}
.pie_cont {
	width: 95%;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	color: #ffffff;
	text-align: center;
	margin: auto;
	padding: 30px 0 35px 0;
	clear: none;
	float: none;
}
.pie_cont a:visited{
	color: #ffffff;
}
.pie_cont a{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.pie_cont a:hover{
	color: #6ac3eb;
}
.pie_txt2 {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	color: #6ac3eb;
	text-align: center;
	font-style: italic;
}
.blue_bgd {
	background-color: rgba(0,48,91,0.70);
}
.pie_cont2 {
	width: 95%;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin: auto;
	padding: 36px 0 36px 0;
	clear: none;
	float: none;
}
.pie_cont2 img{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.pie_cont2 img:hover{
	opacity:.6;
}
.line {
	margin: 0 30px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {



/* HEADER
---------------------------------------------------------- */

/* HOME
---------------------------------------------------------- */ 

/* CONTENIDOS
---------------------------------------------------------- */ 
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

/* FOOTER
---------------------------------------------------------- */


}

/* Desktop Layout: 769px to a max of 1434px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {
	

/* HEADER
---------------------------------------------------------- */

header {
	background-image: url(../images/bgd_header.png);
	background-repeat: repeat;
	background-color: #063967;
	height: 230px;
}
#logo{
	height: auto;
	width: 100%;
	max-width: 876px;
	margin: auto;	
}
.menu_bgd {
	background-color: #e7e2e2;
	height: 45px;
	width: 100%;
	border-top: 4px solid #b5b5b5;
	border-bottom: 4px solid #b5b5b5;
}
.menu {
	width:100%;
	height:auto;
	max-width: 1434px;
	margin:0 auto 0 auto;
	overflow:hidden;
	clear: none;
	float: none;
}

/* HOME
---------------------------------------------------------- */ 

.title_bgd {
	background-image: url(../images/bgd_title.png);
	background-repeat: repeat;
	background-position: center top;
	height: 112px;
}
h1{
	font-size: 34px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 44px 0 0 0;
	width: 250px;
	height: 65px;
	border-bottom: 3px solid #ceab6f;
}
.gray_bgd {
	background-color:#f3f3f3;
}
h2{
	font-size: 34px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 44px 0 0 0;
	width: 600px;
	height: 65px;
	border-bottom: 3px solid #ceab6f;
}
h4{
	font-size: 34px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 44px 0 0 0;
	width: 470px;
	height: 65px;
	border-bottom: 3px solid #ceab6f;
}
h5{
	font-size: 34px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 44px 0 0 0;
	width: 220px;
	height: 65px;
	border-bottom: 3px solid #ceab6f;
}
h6{
	font-size: 34px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	text-shadow: 3px 2px #FFFFFF;
	background-image: url(../images/title_yellow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00305b;
	margin: auto;
	padding: 44px 0 0 0;
	width: 370px;
	height: 65px;
	border-bottom: 3px solid #ceab6f;
}
.links_container{
	padding: 72px 0 79px 0;
}
.links {
	width: 27.8940%;
	margin-left: 8.15899%;
	margin-right: 0;
	clear: none;
	float: left;
	margin-bottom: 0;
	display: block;
}
.links_img img{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.links_img img:hover{
	opacity:.5;
}
.cont1{
	padding: 67px 0 78px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: justify;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
}
.txt_blue{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #275e91;
	text-shadow: 1px 1px #FFFFFF;
}


/* CONTENIDOS
---------------------------------------------------------- */ 
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.cont2{
	padding: 67px 0 84px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: justify;
	font-weight: 500;
	color: #4a4a4a;
}
.cont3{
	padding: 67px 0 50px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: justify;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
}
.cont3 a{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.cont3 a:hover{
	color: #ceab6f;
}
.cont4{
	padding: 67px 0 30px 0;
}
.txt_blue2{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #275e91;
	text-shadow: 1px 1px #FFFFFF;
}
a.txt_blue2 {
	color: #275e91;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
a.txt_blue2:visited {
	color: #275e91;
}
a.txt_blue2:hover {
	color: #ceab6f;
}
.txt_yellow{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ceab6f;
	text-shadow: 1px 1px #FFFFFF;
}
.mapa{
	width: 100%;
	height: 450px;
}
.servicios {
	float: left;
	height: auto;
	width: 25.5%;
}
.servicios2 {
	float: left;
	height: auto;
	width: 24.5%;
}
.servicios_cont {
	float: left;
	height: auto;
	padding: 0 15px;
	text-align: left;
}
.servicios_cont img {
	padding: 16px 0;
}
.servicios_cont2 {
	float: left;
	height: auto;
	padding: 0 15px 0 0;
	text-align: left;
}
.servicios_cont2 img {
	padding: 16px 0;
}
.servicios_cont3 {
	float: left;
	height: auto;
	padding: 0 0 0 15px;
	text-align: left;
}
.servicios_cont3 img {
	padding: 16px 0;
}
h7{
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-align: left;
	color: #275e91;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d4d3d3;
}
#bot1{
	width: 65%;
	min-width: 150px;
	max-width: 350px;
	margin: 0 auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 1px #ceab6f;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #ceab6f;
	padding: 10px;
}
#bot1:hover{
	background-color:#275e91;
	cursor:pointer;
	text-shadow: 1px 1px #275e91;
}

/* FORMULARIO
---------------------------------------------------------- */
.formulario{
	width: 70%;
	margin:0 auto;
	overflow:hidden;
	clear: none;
	float: none;
	height:auto;
	background-color:#fff;
	text-align:center;
	padding: 20px 20px;
	z-index:3;
	position:relative;
}
.formulario label{
	display:none;
}
.formulario input, .formulario textarea, .formulario select{
	display:block;
	width:95%;
	margin: 20px 20px;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background-color:transparent;
	border:none;
	border-bottom:1px solid #b4b4b4;
	color:#999999;
	padding:10px 5px;
	font-size:18px;
}
.formulario select{
	background-image:url(../images/rowd.svg);
	background-repeat:no-repeat;
	background-position:96% center;
	background-size:20px;
	padding:10px 0 10px 44%;
	color: #999999;
}
*::-webkit-input-placeholder {
    color:#999999;
}
*:-moz-placeholder {
    color:#999999;
}
*::-moz-placeholder {
    color:#999999;
}
*:-ms-input-placeholder {
    color:#999999;
}
input[type="reset"]{
	background-color:#ceab6f;
	width:95px;
	display:inline-block;
	border:none;
	margin:20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	padding:10px;
	opacity:1;
	color:#fff;
	font-size:18px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
input[type="submit"], .formius input[type="button"]{
	background-color:#ceab6f;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	width:95px;
	display:inline-block;
	border:none;
	margin:20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	padding:10px;
	opacity:1;
	color:#fff;
	font-size:18px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
input[type="reset"]:hover, input[type="submit"]:hover{
	background-color:#275e91;
}
span.obliga{
	display:block;
	margin-top:15px;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#C3C3C3;
	font-size:16px;
}


/* FOOTER
---------------------------------------------------------- */
footer {
	background-color:#1b5283;
	background-attachment:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	background-image:url(../images/bgd_footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size: 100% auto;
}
h3{
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	background-image: url(../images/title_turquoise.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #ffffff;
	margin: auto;
	padding: 63px 0 0 0;
	width: 270px;
	height: 45px;
	border-bottom: 2px solid #41b7c4;
}
.pie_cont {
	width: 95%;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	color: #ffffff;
	text-align: center;
	margin: auto;
	padding: 30px 0 55px 0;
	clear: none;
	float: none;
}
.pie_cont a:visited{
	color: #ffffff;
}
.pie_cont a{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.pie_cont a:hover{
	color: #6ac3eb;
}
.pie_txt2 {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	color: #6ac3eb;
	text-align: center;
	font-style: italic;
}
.blue_bgd {
	background-color: rgba(0,48,91,0.70);
}
.pie_cont2 {
	width: 95%;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin: auto;
	padding: 36px 0 36px 0;
	clear: none;
	float: none;
}
.pie_cont2 img{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.pie_cont2 img:hover{
	opacity:.6;
}
.line {
	margin: 0 30px;
}

}


/* LIGAS INTERES
---------------------------------------------------------- */

#lig{
	width: 20%;
	height: 180px;
	float: left;
	text-align: center;
	margin: 0 0 60px 2.7%;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #787878;
	font-size: 17px;
	text-shadow: 1px 1px 1px #FFFFFF;
	line-height: 1.3em;
	border-right: 3px solid #e6e6e6;
	border-bottom: 4px solid #e6e6e6;
	padding: 11px;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#lig-img{
	margin:15px auto 30px auto;
	text-align:center;
}
#lig:hover{
	background-color: #ececec;
	border-left: 4px solid #d3d3d3;
	border-top: 3px solid #d3d3d3;
	border-right: 0;
	border-bottom: 0;
	color: #787878;
	font-size: 16.5px;
	cursor: pointer;
}
#lig:hover img{
	width: 65%;
}
	
@media screen and (max-width : 1300px) {
#lig{
	width:27%;
	margin:40px 0 0 3.5%;
}
}
@media screen and (max-width : 1100px) {
	#lig{
	width:25.3%;
	margin: 40px 0 0 4%;
}
#lig-img{
}
#lig:hover{
}	
	

}

@media screen and (max-width :800px) {
#lig{
}
#lig-img{
}
#lig:hover{
}	
	
}

@media screen and (max-width :750px) {
#lig{
	width:25.5%;
}
#lig-img{
}
#lig:hover{
}	
	
}

@media screen and (max-width :600px) {
#lig{
	width:40.5%;
}
#lig-img{
}
#lig:hover{
}	
	
}	
@media screen and (max-width :450px) {
#lig{
	width:90%;
	margin:15px auto 5px auto;
	padding:5px;
	float:none;
}
#lig-img{
	padding:0;
}
#lig:hover{
}	
	
}

@media screen and (max-width :300px) {
#lig{
	width:90%;
	margin:15px auto 5px auto;
	padding:5px;
	float:none;
}
#lig-img{
	padding:0;
}
#lig:hover{
}	
	
}	


