/***********************************************/
/* CSS by gonchuki & Martin Prado - (c)soho - 2007 */
/***********************************************/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background: #9bc1cc url(../../images/layout/body_back.png) repeat-x left top;
}

h1, h2, h3, h4, h5, p {
	margin: 0;
}

h1 {
	color: #0066a7;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #0066a7;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	color: #4e6a80;
	font-size: 13px;
	font-weight: bold;
	
	margin-bottom: 0.5em;
}

h3.sidebar {
	color: #36a200;
	background-color: #e2e2e2;
	padding: 2px 10px;
	margin-bottom: 1px;
	margin-top: 1px;
	/*margin-top: -2px;
	border-bottom: 2px solid #ccc;*/
	/*background: url(../../images/misc/side_title_back.png) repeat-x left top;*/
}

h4 {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.blue
{
		color:#105d8e;
}
.black
{
		color:#444444;
		font-weight:bold;
}
.bold
{
		font-weight:bold;
}
.center
{
	text-align:center;
}
img
{
	border:0;
}
/****************/
/* MISC CLASSES */
/****************/
.f_left {
	float: left;
}

.f_right {
	float: right;
}

.margin_l {
	margin-left: 8px;
}

.highlighted {
	color: #0066a7;
	font-size: 12px;
	font-weight: bold;	
}

.important {
	color: #b70302;
	font-size: 12px;
	font-weight: bold;
}
.marginimg
{
	margin-bottom:15px;
	margin-left:10px;
}
.asterisco
{
	margin-right:5px;
	color:#105d8e;
	font-weight:bold;
	
}
.marg
{
	margin-left:95px;
}
.marg_
{
	margin-left:125px;
}
/*****************/
/* MISC ELEMENTS */
/*****************/
input,
select,
textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

ul.unstyled,
ul.unstyled li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.unstyled li {
	margin-bottom: 0.5em;
}

ul.unstyled.no_margin li {
	margin-bottom: 0;
}

div.hr {
	border-top: 1px solid #e9e9e9;
	height: 1px;
	overflow: hidden;
	margin: 0.7em 0;
}

div.sidebar div.hr {
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	margin: 0.9em 0;
}

hr {
	display: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

em.underline {
	text-decoration: underline;
	color: #959494;
}

object#flash_home {
	margin-bottom: 0px;
}

div.clear {
	clear: both;
}
.blue_underline
{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

/*********/
/* LINKS */
/*********/
a {
	color: #6a6a6a;
}

a:hover {
	background-color: #f3f3f3;
}

a.more_info {
	font-weight: bold;
	color: #ed8f52;
}

a#logo {
	width: 180px;
	height: 47px;
	position: absolute;
	top: 17px;
	left: 22px;
	background-color: transparent !important;	
}

a#sitemap {
	padding-right: 20px;
	background-image: url(../../images/icons/ic_sitemap.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 25px;
}

a.img {
	background: none;
}

div.sidebar a:hover,
div#header a:hover {
	background-color: #dfdfdf;
}
div.mislink a
{
	text-decoration:none;
	color:#105d8e;
	
}

/*************/
/* CONT MAIN */
/*************/
div#cont_main {
	width: 939px;
	margin: 3px auto;
	background: white url(../../images/layout/cont_main_back.png) repeat-y left top;
	position: relative;
	overflow: hidden;
}

div#fake_shadow {
	background: url(../../images/layout/fake_shadow.png) no-repeat left top;
	padding: 5px 5px 0 5px;
}

div#main_bottom {
	background: url(../../images/layout/main_bottom.png) no-repeat left top;
	height: 21px;
}

/************/
/* SIDEBARS */
/************/
div.sidebar {
	width: 186px;
}

div.sidebar ul.sidebar_buttons,
div.sidebar ul.sidebar_buttons li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

div.sidebar ul.sidebar_buttons li {
	background: url(../../images/misc/side_btn_back.png) repeat-x left top;
	float: left;
	overflow: hidden;
	width: 100%;
}

div.sidebar ul.sidebar_buttons li:hover {
	background: url(../../images/misc/side_btn_back_hover.png) repeat-x left top;
}
div.sidebar .current {
	color: #664;
	
}



div.sidebar ul.sidebar_buttons li a {
	display: block;
	padding: 16px 0 13px 44px;
	text-decoration: none;
	color: #444;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-color: transparent !important;
}



div.sidebar ul.sidebar_buttons li a:hover {
	color: #664;
}

div.sidebar ul.sidebar_buttons li a.soporte_sol {
	background-image: url(../../images/icons/ic_soporte_sol.png);
}

div.sidebar ul.sidebar_buttons li a.soporte_online {
	background-image: url(../../images/icons/ic_soporte_online.png);
}

div.sidebar ul.sidebar_buttons li a.incidentes {
	background-image: url(../../images/icons/ic_incidentes.png);
}

div.sidebar ul.sidebar_buttons li a.proyectos {
	background-image: url(../../images/icons/ic_proyectos.png);
}

/**********/
/* HEADER */
/**********/
div#header {
	background: white url(../../images/layout/header_f.png) no-repeat left top;
	overflow: hidden;
	height: 80px;
	position: relative;
	text-align: center;
}

div#head_controls {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 30px;
}

div#head_controls select {
	margin-top: 3px;
}

div#header img#frase {
	margin-top: 15px;
}

/********/
/* MENU */
/********/
ul#menu {
	margin: 0 0 4px;
	padding: 0 0 0 3px;
	list-style-type: none;
	background: url(../../images/layout/menu_back_2.png) no-repeat left top;
	overflow: hidden;
	height: 38px;
	position: relative;
	top: -1px;
}

ul#menu li {
	display: inline;
	float: left;
	margin: 3px 0px 5px 0px;	
	padding:8px 0;	
}

ul#menu li a {
	text-decoration: none;
	color: #444;		
}


ul#menu li#menu1 a{
	padding:10px 12px;				
}

ul#menu li#menu2 a{
	padding:10px 12px;
	margin:0 0 0 -2px;		
}

ul#menu li#menu3 a{
	padding:10px 13px 10px 12px;
	margin:0 0 0 -2px;		
}

ul#menu li#menu4 a{
	padding:10px 13px;
	margin:0 0 0 -2px;		
}

ul#menu li#menu5 a{
	padding:10px 12px;
	margin:0 0 0 -2px;		
}

ul#menu li#menu6 a{
	padding:10px 12px;
	margin:0 0 0 0px;		
}

ul#menu li#menu7 a{
	padding:10px 12px;
	margin:0 0 0 -1px;		
}	

ul#menu li#menu8 a{
	padding:10px 8px;
	margin:0 0 0 -2px;		
}


ul#menu li a:hover,
ul#menu li a.current {
	background: url(../../images/layout/menu_back_2.png);
	background-repeat:no-repeat;	
}

ul#menu li#menu1 a:hover,
ul#menu li#menu1 a.current{
	background-position: -3px -41px;
}

ul#menu li#menu2 a:hover,
ul#menu li#menu2 a.current{
	background-position: -10px -41px;
}

ul#menu li#menu3 a:hover,
ul#menu li#menu3 a.current{
	background-position: -132px -41px;
}

ul#menu li#menu4 a:hover,
ul#menu li#menu4 a.current{
	background-position: -134px -41px;
}

ul#menu li#menu5 a:hover,
ul#menu li#menu5 a.current{
	background-position: -132px -41px;
}


ul#menu li#menu6 a:hover,
ul#menu li#menu6 a.current{
	background-position: -420px -41px;
}


ul#menu li#menu7 a:hover,
ul#menu li#menu7 a.current{
	background-position: -520px -41px;
}

ul#menu li#menu8 a:hover,
ul#menu li#menu8 a.current{
	background-position: -631px -41px;
}

/*************/
/* SIDE LIST */
/*************/
ul.side_list,
ul.side_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.side_list {
	margin-bottom: 8px;
}

ul.side_list li {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	display: inline;
}

ul.side_list li ul li {
	list-style-type: none;
}

ul.side_list a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #105d8e;
	padding: 3px 2px 3px 10px;
}

ul.side_list li ul li a {
	font-weight: normal;
	font-size: 11px;
	color: #0066a7;
	padding: 1px 0 1px 18px;
	border-bottom: none;
	background-image: url(../../images/icons/ic_arrow_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
ul.side_list li ul li a.current {
	
	background-image: url(../../images/icons/de_arrow_bullet.png);

}
ul.side_list li ul li.side_list2 ul li a.current {
	
	font-weight: normal;
	font-size: 11px;
	color:#999999;
	background-image: url(../../images/icons/ic_arrow_bullet.png);
	margin-left:38px;

}



/**********/
/* FOOTER */
/**********/
div#footer {
	clear: both;
	margin: 0 12px 4px;
	text-align: center;
	padding-bottom: 8px;
}

div#footer div.foot_left {
	text-align: right;
}

address {
	font-style: normal;
	color: #787878;
}

/*************/
/* CONT INT  */
/*************/
div#cont_int {
	padding: 0 7px 0 9px;
	margin-top: 7px;
	overflow: hidden;
	background: url(../../images/box/side_box_body.png) repeat-y 736px top;
}

div.faux {
	padding: 0 7px 10px 9px;
	width: auto !important;
	overflow: hidden;
}
div.faux div.box {
	border-top: none;
}

/************/
/* CONTENT  */
/************/
div#content {
	width: 720px;
	overflow: hidden;
}

div#content.tri_col{
	background: url(../../images/box/tri_col_body.png) repeat-y left top;
}

div.col_news {
	width: 216px;
	float: left;
}

div.col_news.wider {
	width: 278px;
}

div.col_news.vr {
	margin-left: 6px;
	padding-left: 8px;
	border-left: 1px solid #e9e9e9;
}

div.cont_cols {
	overflow: hidden;
	width: 100%;
}

div.cont_cols div.column {
	float: left;
	text-align: center;
}
div.cont_cols div.column2 {
	float: left;
	text-align: left;
}
div.cont_cols.double div.column {
	width: 47%;
	margin: 0 1%;
}

div.cont_cols.triple div.column {
	width: 31%;
	margin: 0 4px;
}

div.cont_cols.triple div.column.larger {
	width: 32%;
}

div#breadcrumb {
	padding: 0 0 8px 6px;
	color: #959494;
	background-color: white;
}

div#breadcrumb a {
	color: #959494;
}

div#inner_content {
	margin-left: 196px;
}

/*******/
/* box */
/*******/
div.box {
	border: 1px solid #e6e6e6;
	background-color: #efefef;
	margin-bottom: 0.5em;
}

div.box.bottomless {
	border-bottom: 0;
	margin-bottom: 0;
}

div.box.narrow {
	width: 236px;
	float: left;
}
div.box.narrow2 {
	width: 517px;
	float: left;
}

div.box.margin {
	margin-left: 8px;
}

div.box.medium {
	width: 472px;
	float: left;
}

div.box.medium2 {
	width: 517px;
	float: left;
	background-color: transparent;
}

div.box.medium2 p {
	margin-bottom: 1em;
}

div.box div.box_head {
	background: #efefef url(../../images/box/top_left.png) no-repeat;
	min-height: 10px;
	position: relative;
	top: -1px;
	left: -1px;
	color: #959494;
	font-weight: bold;
	font-size: 13px;
	padding: 6px 0 6px 8px;
}

div.box div.box_head.alt {
	background: url(../../images/box/box_head_alt.png) no-repeat;
	text-align: center;
	font-size: 12px;
	color: #737474;
}

div.box div.box_head b {
	background: url(../../images/box/top_right.png) no-repeat;
	height: 7px;
	width: 7px;
	float: right;
	position: relative;
	left: 2px;
	top: -6px;
}

div.box div.box_head.alt b {
	background: url(../../images/box/box_head_alt_right.png) no-repeat;
	height: 24px;
	width: 4px;
}

div.box.medium2 div.box_head {
	background: url(../../images/box/top_left_light.png) no-repeat;
	background-color: transparent;
	padding: 24px 0 16px 8px;
}

div.box.medium2 div.box_head b {
	background: url(../../images/box/top_right_light.png) no-repeat;
	top: -24px;
}

div.box div.box_body {
	padding: 16px 1% 9px;
	/*padding:16px 3% 9px;*/
	background-color: white;
	width: 98%;
	overflow: hidden;
}

div.box.narrow div.box_body {
	padding: 16px  3% 9px;
	width: 94%;
}

div.box.medium div.box_body {
	padding: 16px 2% 9px;
	
	width: 96%;
}

div.box.medium2 div.box_body {
	border-top: none;
	padding: 16px 2% 9px;
	width: 96%;
}

div.box div.box_foot {
	background: white;
}

div.box div.box_foot div {
	background: url(../../images/box/bottom_left.png) no-repeat;
	height: 7px;
	position: relative;
	bottom: -1px;
	left: -1px;
	font-size: 1px;
}

div.box div.box_foot b {
	background: url(../../images/box/bottom_right.png) no-repeat;
	height: 7px;
	width: 7px;
	float: right;
	position: relative;
	left: 2px;
}

div#faux_cols div.box.medium2.margin {
	margin-left: 10px;
}

div.sidebar div.box {
	border-color: #d6d8d9;
	background-color: #f4f4f4;
}

div.sidebar div.box div.box_head {
	border-bottom: 2px solid #d6d9da;
	padding: 4px 0 4px 8px;
}

div.sidebar div.box div.box_head b {
	top: -4px;
}

div.sidebar div.box div.box_body,
div.sidebar div.box div.box_foot {
	background: none;
}

div.sidebar div.box div.box_body {
	border-top: none;
	padding: 16px 4%;
	width: 92%;
}

div.sidebar.f_left div.box div.box_body {
	padding: 0;
	width: 100%;
}

div.sidebar.f_left div.box div.box_head {
	background: url(../../images/box/top_left_dark.png) no-repeat;
	border-bottom: none;
	padding-bottom: 0;
}

div.sidebar.f_left div.box div.box_head b {
	background: url(../../images/box/top_right_dark.png) no-repeat;
}

div.sidebar div.box div.box_foot div {
	background: url(../../images/box/bottom_left_dark.png) no-repeat;
}

div.sidebar div.box div.box_foot b {
	background: url(../../images/box/bottom_right_dark.png) no-repeat;
}

div.spacer { padding: 4px; }

div.mini_box
{
	border:#cfcfcf solid 1px;
	margin-bottom:20px;
	width:246px;
	overflow:hidden;
	background-color:#ebebeb;

}
div.mini_box h2
{
	color:#6a6969;
	font-size:18px;
	font-weight:100;
	padding:10px 10px 8px 10px ;
	background-color:#fff;
}
div.mini_box h5
{
	background-color:#939393;
	color:#FFFFFF;
	font-size:14px;
	padding:2px 10px 2px 10px ;
}
div.mini_box h4
{
	background-color:#ebebeb;
	color:#6a6969;
	font-size:12px;
	font-weight:100;
	padding:10px;
}
.box_left
{
	float:left;
}
.box_right
{
	float:right;
}
.box_logo
{
	border:#cfcfcf solid 1px;
	margin-bottom:20px;
	width:145px;
	height:41px;
	padding:70px 50px 67px 50px;
	background-color:#fff;
}
.box_pdf
{
	background-color:#e8e8e8;
	padding-left:30px;
	width:44%;
	float:left;
}
.pdf_
{	
	text-decoration:none;
	color:#000000;
	background-color:#e8e8e8;
	background-image:url(../../images/misc/pdf.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:44px;	
	padding-top:6px;
	padding-bottom:6px;
	width:150px;
	display:block;

}
.pdf_:hover
{	
	
	background-color:#e8e8e8;
}

.box_pdf img
{
	border:0;	
}
div.part
{
	width:244px;
	border:#999999 1px solid;
	
}
div.part h1
{
	background-color:#939393;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:2px 4px;
}
div.part h2
{
	background-color:#ebebeb;
	color:#000;
	font-size:12px;
	padding:2px 4px;
	font-weight:100;
}
div.part h2 a
{
	color:#105d8e;
}
div.part h3
{
	color:#000;
	font-size:12px;
	padding:2px 4px;
}
div.power img
{
	text-decoration:none;
	border:0;
}
/************/
/***FORMS****/
/************/

.form
{
	width:260px;
	margin-bottom:30px;
}
.form H5
{
	font-size:12px;
	color:#105d8e;
	margin-bottom:6px;
}
.form input, textarea, select
{
	border:0;
	width:247px;
	background-color:#ebebeb;
	margin-bottom:8px;
	margin-left:4px;
}
.form #boton
{
	margin-top:8px;
	margin-bottom:4px;
	width:auto;
	float:left;
}
div.box_form
{
	width:317px;
	height:62px;
	background-color:#f0f0f1;
	padding:5px;
	margin-top:15px;
	margin-left:4px;
	margin-bottom:5px;
	
}
div.box_form H5
{
	font-size:12px;
	color:#105d8e;
	margin-bottom:6px;
}
.form2
{
	width:500px;
	margin-bottom:30px;
	color:#787878;
	font-size:12px;
}
/*******************/
/*FORM CONTACTENOS */
/*******************/
.form2 input
{
	border:0;
	width:140px;
	background-color:#ebebeb;
	margin-bottom:10px;

}
.form2 input, label
{
	height:20px;
	float:left;
	
}
.form2 label {
	
	text-align: right;
	float:left;
	width:83px;
	
}
form.form2 br {
	clear: left;
}
.form2 #boton
{
	margin-top:8px;
	margin-left:95px;
	margin-bottom:4px;
	width:auto;
	float:left;
	height: auto;
	}

/*FORM LEFT */
.form_left
{
	width:250px;
	text-align:right;
	float:left;
}
/*FORM RIGHT */
.form_right
{
	width:240px;
	text-align:right;
	float:left;
	margin-bottom:10px;

}

/*FORM BOTOM */
.campos
{
	xfloat:left;
	font-weight:100;
	font-style:italic;
}
.campos span {
	font-weight:bold;
}
.form2 div.form_bottom {
	xmargin-top:15px;
}
.form2 textarea
{
	width:390px;
	height:160px;
	xmargin-left:11px;
	float:left;
	margin-left:16px;
}
/*frm noticias*/
.form_noticias select
{
	width:142px;
	margin-left:20px;
}
.form_noticias label, input
{
	font-weight:bold;
	margin-left:15px;
	
	
}
.form_noticias .cat_align
{
 	margin-left:128px;
}
.form_noticias .subcat_align
{
 	margin-left:105px;
}
div#error {
	
	font-weight:bold;
	display:none;
	background-color:#FEF8E0;
	border: solid 1px #CCCCCC;
	padding:4px 7px;
	margin-top:4px;
}
.error
{
	color:red;
	font-weight:bold;
}
/************************/
/* LISTS MAPA DEL SITIO */
/************************/

ul
{
	color:#000;
 	font-size:12px;
	font-weight:bold;
	margin-left:0px;
}
div.box_body ul li a
{
	text-decoration:none;


}
ul li 
{
/*	margin-left:110px;
*/	color:#105d8e;
	font-weight:100;
	font-size:11px;
	list-style:none;
		padding-bottom:5px;
}
ul ul li a
{
	margin-left:30px;
	color:#717171;
	font-weight:100;
	text-decoration:none;

}
.titlemap
{
	font-size:14px;
	font-weight:bold;
	color:#105d8e;
}
ul.menu_map a
{
	color:#000;
	margin-left:0px;
}
ul.menu_map li
{
	
	margin-left:0px;
}
ul.menu_map
{
	
	margin-left:0px;
}
/****tablas noticias**/

.color1
{
	background-color:#ebebeb;
}
.color2
{
	background-color:#d4d4d4;
}
.not table
{
	width:100%;
	border-collapse:collapse;	
}
.not table tr td
{

	padding:8px 0px 8px 6px;
	border-bottom:2px #fff solid;
}
.not table h2
{
	margin-bottom:3px;
	text-decoration:underline;
	font-size:12px;
}
.resultado
{
	text-align:center;
	font-size:12px;
	margin-top:15px;
}
.resultado a
{
	color: #0066a7;
	font-size: 12px;
	font-weight: bold;
	margin-left:4px;
}
.cont_noticia
 {
 	border-top:#CCCCCC 1px solid;
 }
 .cont_noticia h1
 {
 	font-size:20px;
	margin-top:5px;
	margin-bottom:5px;
 }
 .img_consultoria
{
position:relative;
top:-14px;
left:-5px;
}
