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

@font-face {
  font-family: 'Trebuchet';
  font-style: normal;
  src: local('Trebuchet'), url(trebuchet.ttf);
}

/* GENERAL */ 

body{
	font-family:'Trebuchet', Arial;
	margin:0px;
	background-image: url(bak_body.png);
	background-repeat:  repeat-x;
	background-position: left top;
}
#global{
	width:90%;
	min-width:995px;
	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: #333333;
	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:#FF5500;
	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:150px;
	width:90%;
	min-width: 995px;
	margin-left:auto;
	margin-right:auto;
}
#baner_logo{
	float:left;
	margin-top: 20px;
}
#baner_tel{
	float:right;
	background-image: url(telefono.png);
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	width: 310px;
	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{
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;

}

/* MENU */
#menu{
	margin-right:auto;
	margin-left:auto;
	background-color:#3A3A3A;
	border-radius: 6px;
	padding-left:10px;
	padding-right:10px;
	background-image: url(bak_menu.png);
	background-repeat:  repeat-x;
	background-position: bottom;
}
#menu span{
	font-size:23px;
	font-weight:bold;
	display:block;
	color:#FFF;
	float: left;
	cursor:pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding:25px 20px 34px 20px;
	background-image: url(bak_menu.png);
	background-repeat:   repeat-x;
	background-position: bottom;
	min-width: 100px;
	text-align: center;
	transition: all 0.5s ease 0s;
	text-shadow: 2px 2px 1px rgb(0, 0, 0);
}

#menu .first{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#menu span:hover{
	background-color:#FF5500;
}

/* SERVICIO */

#serv_col{
	float: left;
	width: 23%;
	margin-left: 1%;
	background-color: #F5F5F5;
	margin-right: 1%;
	margin-top: 15px;
	border-radius: 10px;
}
#serv_title{
	display:block;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size:25px;
	line-height: 28px;
	text-align:center;
	padding:10px;
	transition: all 0.3s ease 0s;
	border-radius: 0px 10px 10px 30px;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
#serv_title:hover{
	background-color: #FF5500;
}

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


/* CONTENIDO */

#cont{
	margin-top: 20px;
	line-height:17px;
}
#cont_baner{
	background-color: #F5F5F5;
	border-radius: 5px;
	padding:15px 20px 20px 20px;
	margin-bottom:20px;
}
#cont_baner_title{
	font-size:26px;
	font-weight:bold;
	color: #FF5500;
	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: #FF5500;
	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: #FF5500;
	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;
}
#cont_2col{
	width:48%;
}
#cont_3col{
	width:31%;
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center 80px;	
}
.cont_3col_but{
	margin-top:5px;
	margin-bottom:20px;
}
#cont_1y1_cont{
	background-image: url(bak_col.jpg);
	background-repeat: no-repeat;
	background-position: 15% 430px;
	margin-bottom: 25px;
}
#cont_1y1col_a{
	width:58%;
	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:#F50;
	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:#333333;
	margin-top:40px;
	padding-top:20px;
	min-width:995px;
}
#pie_map{
	width:94%;
	padding-left:3%;
	padding-right:3%;
	padding-bottom:25px;
}
#cont_5col{
	margin-left:1%;
	margin-right:1%;
	width:18%;
	max-width:210px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#A1A1A1;
	height:200px;
}
#cont_5col p{
	margin-bottom:10px;
}
#cont_5col a{
	color:#A1A1A1;
	transition: all 0.3s ease 0s;
}
#cont_5col a:hover{
	color:#FFF;
	padding-left:3px;
}
#pie_title{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #636363;
	padding-bottom: 10px;
	margin-bottom:10px
}
#pie_title a{
	font:bold 20px 'Trebuchet', Arial;
	color: #FF5500;
}
#pie_copy{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #636363;
	padding-top:25px;
	font: bold 13px Arial;
	color:#A1A1A1;
	margin-top: 5px;
}
#pie_copy h1{
	font-size:16px;
	color:#FFF;
	display:inline;

}
#pie_copy a{
	color:#FF5500;
	transition: all 0.3s ease 0s;
}
#pie_copy a:hover{
	color:#FFFFFF;
}
#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;
	margin-bottom:10px;
	width: 100%;
}
#form_general span input:focus, #form_general select:focus, #form_general textarea:focus{
	border-color:#F50;
}
.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:#FF5500;
}
/* 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;
}
