/**************** Custom Solutions Engineering - CSS page *******************/
/* Elementos HTML */
* {margin:0px;padding:0px;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	background: #ccc;
	text-align: center;
	margin-bottom:10px;
	line-height:1.4;
}
h2{
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	color:#FFF;
	background: #1D67A8 url(../images/graf_h2_2.jpg) no-repeat 8px center;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #18558B;
	border-bottom: 1px solid #999999;
	padding:2px;
	margin-bottom:4px;
}
h3.especial_1{
	font-size: 12px;
	font-weight: bold;
	color: #18558B;
	border-bottom: 1px solid #999999;
	padding:2px;
	margin-bottom:4px;
	width:350px;
}
h3 a{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding:2px;
	margin-bottom:4px;
	
}
h3 a:hover{
	color: #006699;
	text-decoration: none;
}
p{
	margin-bottom: 10px;
}
a{
	font-size: 11px;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
img{
	border: 1px solid #666666;
}
strong{
	color: #006699;
}
/* -------- Containers -------- */
#container{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#header{}
#cuerpo{background: #FFF;}
#footer{
	text-align:right;
	font-size: 11px;
	background-color: #3E7DB3;
	color:#FFF;
	background-image: url(../images/footer_bg3.jpg);
	background-repeat: repeat-x;
	padding:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
/* -------- Classes -------- */
/* -- Header -- */
.header_top{
	/*height: 16px;*/
	padding:5px;
	background-image: url(../images/back_head2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:right;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 20px;
	background-color:#828282;
}
.header_top a{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/graf_top1.jpg) no-repeat left center;
	padding-left: 15px;
	display:block;
	width:35px;
	margin-right:0px;
	margin-left:auto;
}
.header_top a:hover{
	text-decoration: underline;
}
#header .header_imagen{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height:175px;
	background: url(../images/header2.jpg) no-repeat center center;
}
#header .header_imagen h1{display:none;}
.header_bott{
	padding:7px;
	background-color: #1D67A8;
}
.header_bott ul{
	list-style-type: none;
	text-align:right;
}
.header_bott ul li{
	display:inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #CCCCCC;
}
.header_bott ul li.head_bot_li_ult{padding-right: 0px;border-right: 0px;}
.header_bott ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
.header_bott ul li a:hover{
	text-decoration: underline;
}
/* -- Cuerpo -- */
/* menu */
.cont_tb .menu{
	width:210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #E6BF98;
}
.cont_tb .menu a{
	padding: 5px 9px 5px 5px;
	color: #97826C;
	display:block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6BF98;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 1%;
}
.cont_tb .menu a:hover{
	background-color: #F8EBDE;
}
.cont_tb .menu ul{
	list-style-type: none;
	margin-bottom: 20px;
}
.cont_tb .menu ul li{

}
.cont_tb .contenido{
	padding:10px 15px 5px;
	background-color: #EFEFEF;
}
.cont_tb .contenido ul{
	padding-left:20px;
	padding-top:6px;
	padding-bottom:5px;
	list-style:none;
}
.cont_tb .contenido ul li{
	padding-bottom:6px;
	padding-right: 10px;
	font-weight:bold;
	color:#666666;
	background: url(../images/graf_bullet1.jpg) no-repeat left .2em;
	padding-left: 20px;
}
/*containers del cuerpo*/
/*primarios*/
.cuerp_container1{
	padding:10px 15px 0px;
	border: 1px solid #1D67A8;
	background-color:#FFF;
	margin-bottom: 10px;
}
.cuerp_container2{
	padding:5px;
	border: 1px solid #1D67A8;
	background-color:#FFF;
	margin-bottom: 10px;
}
.cuerp_container3{
	padding:10px 20px 0px;
	border: 1px solid #1D67A8;
	margin-bottom: 10px;
	background: #FFF url(../images/back_contact1.jpg) no-repeat right top;
}
.cuerp_container2 h3{}
/*secundaros*/
.contain1_import{
	padding:10px;
	background-color: #F2F8FD;
	margin: 10px 5px;
	border: 1px dashed #999999;
	font-weight: bold;
	color: #666666;
}
.contain2_import{
	padding-top:5px;
	padding-bottom:15px;
	font-weight: bold;
	color: #666666;
	text-align:center;
}
/*tablas*/
.cont_tabl_1{width:100%;}
.cont_tabl_1 td{
	width:50%;
	padding:5px;
	background-color: #F2F2F2;
}
.cont_tabl_2{width:100%;}
.cont_tabl_2 td{
	padding:10px;
	background-color: #F2F2F2;
	border-bottom: 2px solid #999999;
}
.cont_tabl_2 td.cont_tabl_2_cont {width:100%;}
.cont_tabl_2 td.cont_tabl_2_img {text-align:center;}
.cont_tabl_2 td.cont_tabl_2_cont_ult {border-bottom: 0px;}
.cont_tabl_2 td.cont_tabl_2_img_ult{border-bottom: 0px;}

.cont_tabl_3{width:100%;margin-bottom:10px;}
.cont_tabl_3 td{
	padding:20px;
	background-color: #F2F2F2;
	width: 50%;
}
.cont_tabl_4{width:100%;margin-bottom:10px;}
.cont_tabl_4 td{
	width:50%;
	padding:5px;
	background-color: #F2F2F2;
}
.cont_tabl_5{width:100%;}
.cont_tabl_5 td{
}
/*imagenes*/
.content_imagen1{float:right;padding:10px 0px 10px 10px;display:block;}
.content_imagen2{float:right;padding:10px 0px 0px 10px;display:block;}
/* -- Fotter -- */
#footer a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover{text-decoration:none;}
#footer strong{color:#FFF}
/* -- Clases Generales -- */
.title_1{
	font-weight: bold;
	color: #666666;
}
.title_2{
	font-weight: bold;
	color: #333333;
}