/* FUENTES */ 
@font-face {
 font-family: Roboto;
 src: url("Roboto.eot") /* EOT file for IE */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  src: local('Roboto'), url(roboto.ttf);
}
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(http://fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6vk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}/* GENERAL */ 

body{
	font-family:'Roboto', Arial;
	margin:0px;
	background-image: url(bak_body.png);
	background-repeat:  repeat;
}
#global{
	width:100%;
	min-width:1125px;
	margin-left:auto;
	margin-right:auto;
}
#clear{
	clear:both;
}
p, h1, h2, h3, a, ul{
	margin:0px;
	text-decoration: none;
}
#but1{
	display:block;
	background-color: #333333;
	color: #FFF;
	font-size:19px;
	text-align:center;
	padding:10px;
	transition: all 0.3s ease 0s;
	border-radius: 5px;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	background-image: url(bak_menu.png);
	background-repeat:  repeat-x;
	background-position: bottom;
}
#but1:hover{
	color:#FF5500;
}

#but2{
	display:block;
	background-color: #105590;
	color: #FFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
	width:120px;
	cursor:pointer;
	background-image: url(but_arrow.png);
	background-repeat:  no-repeat;
	background-position: 120px -3px;
}
#but2:hover{
	color:#51A1E6;
	background-position: 120px -31px;
}
ul{
	list-style: none outside none;
	padding-left:0px
}

ul li{
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-image: url(li_point.png);
	padding-left: 23px;
	padding-bottom:13px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
}
a{
	color:#000;
	transition: all 0.3s ease 0s;
}
a:hover{
	color:#FF5500;
}
#mensaje{
	font-size: 36px;
	font-weight: bold;
	padding-top: 130px;
	padding-bottom: 130px;
	text-align: center;


}
/* BANER */

#baner{
	height:55px;
	width:100%;
	min-width: 1125px;
	margin-left:auto;
	margin-right:auto;
}
#baner_logo{
	position: absolute;
	margin-top: 30px;
	margin-left: 100px;	
	margin-top: 20px;
	z-index:9999;
}
#baner_tel{
	float:right;
	background-image: url(telefono.png);
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	width: 295px;
	padding-bottom: 10px;
}
#baner_tel h1{
	color:#FF5500;
	font-size:25px;
}
#baner_tel h2{
	font-size:24px;
}
#baner_tel h3{
	color:#848484;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}
#baner_slider{
	margin-top:0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* MENU */
#menu{
	margin-right:auto;
	margin-left:auto;
	background-color:#105590;
	padding-left:10px;
	padding-right:10px;
	
}
#menu_lista{
	width: 975px;
	margin-left:auto;

}
#menu span{
	font-size:18px;
	display:block;
	color:#FFF;
	float: left;
	cursor:pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding:15px 15px 15px 15px;
	min-width: 100px;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.menu_first{
	font-family:'Fjalla One', Arial;
	font-style: italic;
	font-size:32px;
	display:block;
	width:550px;
	float:left;
	color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-top:7px;
	padding-bottom:5px;
}
#menu span:hover{
	color:#51A1E6;
	padding-top:13px;
	padding-bottom:17px;
}

/* SERVICIO */

#serv_col{
	float: left;
	width: 32%;
	height:180px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 10px;
	border-radius: 0px 10px 10px 30px;
	transition: all 3.0s ease 0s;
	background-color: #fff;
	background-position: center;
	/*cursor:pointer;*/
}
#serv_title{
	font-family:'Roboto', Arial;
	display:block;
	color: #FFFFFF;
	font-weight: bold;
	font-size:21px;
	line-height: 28px;
	text-align:center;
	padding:10px;
	transition: all 0.5s ease 0s;
	border-radius: 0px 10px 10px 30px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	background-image: url(alpa_black.png);
	margin-top:104px;
}
#serv_title:hover{
	padding-top:20px;
	padding-bottom:19px;
	margin-top:85px;
	color:#FFF;
}
#serv_title.serv_menu{
	margin-top:174px;
}
#serv_title.serv_menu:hover{
	margin-top:155px;
}

#serv_title img{
	padding-bottom:10px;
}
#serv #but1{
	margin-top:10px;
	margin-bottom:20px;
}
#serv_col ul{
	padding-left:8px;
}


/* CONTENIDO */

#cont{
	margin-top: 10px;
}
#cont_baner{
	width:95%;
	background-color: #F5F5F5;
	border-radius: 5px;
	padding:15px 20px 20px 20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
#cont_baner_title{
	font-size:26px;
	font-weight:bold;
	color: #105590;
	margin-bottom: 10px;
}
#cont_baner_text{
	margin-top:5px;
	font-size:13px;
	line-height:20px;
	color: #000;
}
#cont_text{
	line-height: 20px;
}
#cont_2col #cont_text{
	margin-top:15px;
}
#cont_3col #cont_text{
	margin-top:5px;
}
#cont_title{
	font-size:26px;
	font-weight:bold;
	color: #105590;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 10px;
}
#cont_subtitle{
	font-size:20px;
	font-weight:bold;
	color: #000;
}
#cont_subtitle2{
	font-size:21px;
	font-weight:bold;
	color: #105590;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	margin-bottom:5px;
}
#cont_face{
	width:234px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
#cont_2col, #cont_3col, #cont_1y1col_a, #cont_1y1col_b, #cur_col_a, #cur_col_b{
	margin-left:1%;
	margin-right:1%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-position: center;
}
#cont_2col{
	width:48%;
}
#cont_3col{
	width:31%;
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
}
.cont_3col_but{
	margin-top:5px;
	margin-bottom:20px;
}
#cont_1y1_cont{
	margin-bottom: 5px;
	background-image: url(alpa_black.png);
	text-align:center;
}
#cont_1y1col_a{
	width:57%;
	margin-bottom:20px;
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#cont_1y1col_b{
	width:38%;
}
#cont_1y1col_b p{
	margin-bottom:12px;
}
#cont_1y1col_b #but1{
	margin-top:15px;
}
#cont ul{
	margin-top:15px;
}
#cont li{
	padding-bottom:5px;
}
#cont_1y1col_b li{
	background-position: 2px 4px;
	cursor:auto;
}
#cont a{
	color:#105590;
	transition: all 0.3s ease 0s;
}
#cont a:hover{
	color:#000;
}
#cont h1, #cont h2, #cont h3{
	width:100%;
	margin-bottom:5px;
	transition: all 0.3s ease 0s;
	background-repeat: no-repeat;
	background-position: center;
}
#cont h1{
	height:110px;
}
#cont h2{
	height:240px;
	border-radius: 10px;
	margin-bottom:10px;
}
#cont h3{
	height:420px;
	border-radius: 10px;
}
#cont h1:hover{
	opacity: 0.5;
}
#cont_3col_imgselect{
	background-color:#FFFFFF;
    opacity: 0;
	width:auto;
	height:240px;
	transition: all 0.3s ease 0s;
}
#cont_3col_imgselect:hover{
    opacity: 0.5;
}


/* PIE */

#pie{
	background-color:#51A1E6;
	margin-top:30px;
	min-width:1125px;
}
#pie_map{
	width:94%;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:5px;
	background-color:#105590;
	padding-top:20px;
}
#cont_fincol{
	width:34%;
	min-width:50px;
	float:left;
	height:200px;
	background-color:#bbb;
	font-size:24px;
	text-align:center;
}

#cont_5col p{
	margin-bottom:10px;
}
#cont_5col a{
	color:#fff;
	transition: all 0.3s ease 0s;
}
#cont_5col a:hover{
	color:#51A1E6;
	padding-left:3px;
}
#cont_5col{
	margin-right:2%;
	width:20%;
	max-width:350px;
	min-width:50px;
	float:left;
	font-family:Roboto;
	font-size:16px;
	color:#A1A1A1;
	height:150px;
}
#cont_5col p{
	color:#FFFFFF;
}
#pie_title{
	padding-bottom: 10px;
	margin-bottom:10px
}
#pie_title a{
	font:24px 'Roboto';
	color: #fff;
}
#pie_title a:hover{
	color:#51A1E6;
}
#pie_copy{
	padding-top:25px;
	font: 13px Roboto;
	color:#fff;
	margin-top: 5px;
}
#pie_copy a{
	color:#fff;
	transition: all 0.3s ease 0s;
}
#pie_copy a:hover{
	color:#51A1E6;
}
#pie_face{
	width: 70px;
	margin-right: auto;
	margin-left: auto;
}
.pie_blanco{
	color:#FFF;
}


/* FORM */
#form_general{
	margin-top:15px;
}
#form_input50{
	width:49%;
	float:left;
	display:block;
	margin-right:1%;
}
#form_input50_last{
	width:50%;
	float:left;
	display:block;
}
#form_general textarea{
	height:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#form_general span input, #form_general select, #form_general textarea{
	color: #888888;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #BBB;
	padding: 4px 0px 6px 8px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
	transition: all 0.5s ease 0s;
	margin-bottom:10px;
	width: 100%;
}
#form_general span input:focus, #form_general select:focus, #form_general textarea:focus{
	border-color:#51A1E6;
}
.form_send{
	background-color:#000000;
	border-radius: 5px;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:8px 12px;
	transition: all 0.3s ease 0s;
	cursor:pointer;
}
.form_send:hover{
	background-color:#105590;
}
/* CURICCULO*/
#cur_col_a{
	width:18%;
	margin-bottom:20px;
}
#cur_col_b{
	width:78%;
	margin-bottom:20px;
}
#cur_table{
	border: 1px solid #3B5998;
	font-size:14px;
}
#cur_table td{
	padding: 10px;
}
#cur_col_a input, #cur_col_b input, #cur_col_b select{
	color: #333;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #BBB;
	padding: 4px 0px 6px 8px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
	margin-bottom:10px;
	width: 100%;
}
#cur_table input:focus, #cur_table select:focus{
	border-color:#F50;
}
.cur_title{
	font-size:26px;
	font-weight:bold;
	color: #FFF;
	padding: 10px;
	background-color: #3B5998;
}
#cur_table .text_menu2{
	font-weight:bold;
	color:#3B5998;
	margin-bottom:10px;
}
#cur_error{
	font-size: 20px;
	color: #FFF;
	background-color: #3A3A3A;
	border-radius: 5px;
	padding:8px 10px 10px 10px;
	margin-bottom:5px;
	text-shadow: 2px 2px 1px rgb(0, 0, 0);
}
#cur_col_a h1{
	width:100%;
	margin-bottom:5px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(cur_h1.png);
	height:240px;
	border-radius: 10px;
	margin-top:10px;
}
#cur_col_a h5{
	background-image:url(cur_menu.jpg);
	height:30px;
	border-radius: 10px;
	text-align:center;
	font-size:13px;
	padding-top:10px
}
#cur_col_a h5 a{
	color:#FFFFFF;
}
#cur_col_a h5 a:hover{
	color:#333;
}
#cur_col_a h1:hover{
	opacity: 1;
}
/*************filtro baner ****************************/

#filtro_baner{
	width:90%;
	min-width:990px;
	margin-left:auto;
	margin-right:auto;
}
.form-control {
    display:inline;
    width: 85%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    color: #333;
    background-color: #FFF;
    background-image: none;
    border: 2px solid #3B5998;
    border-radius: 4px;
	transition: all 0.3s ease 0s;
}
.form-control:hover, .form-control:focus {
	border: 2px solid #3B5998;
}
.btn:hover, .btn:focus {
	transition: all 0.3s ease 0s;
	color: #fff;
	text-decoration: none;
	background-color: #51A1E6;
}
.btn {
	transition: all 0.3s ease 0s;
	background-color: #3889CA;
	color: #FFF;
	display: inline-block;
	padding: 11px 18px;
	margin-bottom: 7px;
	margin-left:5px;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 0px solid #FFF;
	border-radius: 4px;
}
