

/* Menu Nuevo Barra */
#menu {
	position:relative; 
	top:0px; 
	left:0px;
	height:93px;
	width:224px;
	display:block; 
	margin:0px; 
	padding:0px;
	background: #284D7D url(../img/barra.jpg) top left repeat-x; 
	float:left;
}
.imcm ul,.imcm li,.imcm div,.imcm span,.imcm a {
	text-align: center;
	vertical-align: center;
	padding: 0px;
	margin: 0px;
	list-style: none outside none;
	border-style: none;
	background-image: none;
	clear: none;
	float: none;
	display: block;
	position: static;
	overflow: visible;
	line-height: normal;
}

/* --[[ Main Items formato de sub menu ]]-- */
#imenus0 li a,#imenus0 .imctitle {
	height: 70px;
	/*background-color:#005094;*/
	color: #FFFFFF;
	text-align: center;
	font-family:Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-style: solid;
	border-color: #005094;
	border-width: 0;
	padding: 23px 0px 0px;
	margin:0;
}

/* imagen de fondo activado menu*/
#imenus0 li a.ihover,.imde imenus0 a:hover {
	background: #284D7D url(../img/barra_1.jpg) top left repeat-x;
	text-decoration:none;
	text-aling: center;
	color: #014495;
}

/* Menu Left, formato */

a.mainlevel:link, a.mainlevel:visited {
font-weight:normal;
text-decoration:none;
color:#696969;
display:block;
padding:6px 0px 6px 0px;
/*background:#F5F5F5;*/
border-bottom: 1px solid #999999;
/*border-top: 1px solid #999999;*/
border-left:4px solid #548DD4;
/*border-right: 1px solid #DCDCDC;*/
}
a.mainlevel:hover {
font-weight		:normal;
/*background		:#DCDCDC;*/
color			:#548DD4;
border-left		:4px solid #000000;

}
a.mainlevel#active_menu {
font-weight		:normal;
background		:#DCDCDC;
color			:#548DD4;
border-left		:4px solid #548DD4;
}

/* Formato de tabla de menu left */
table.moduletable {
width            : 96%;
border           : 0px solid #e0e0e0;
padding          : 0px;
margin-bottom    : 5px;
}

table.moduletable th {
font-family		: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
font-size		: 12px;
font-weight		: bold;
color			: #CD853F;
text-align		: center;
/*background		: #fff url(../img/barra_menu1.jpg) repeat-x top left;*/
color			: #063D90;
text-indent		: 0px;
Line-height		: 26px;
}
table.moduletable td {
font-size		: 10px;
padding-left	: 0px;
padding-right	: 0px;
text-indent		: 0px;
}

/* Fin del Menu Left */

/* Otro menu left */
#divRightServConsult{
	width:220;
	height:auto;
	overflow:hidden;
	padding:5px 0 0 15px;
	float:left;
	
}

.menu_left{
	width:220px;
	height:auto;
	
	margin:0;
	padding:0 ;
	list-style-type:none;
}
.menu_left li {
	font-size:11px;
	width:220px;
	color:#696969;
	height:auto;
	overflow:hidden;
	float:left;
	border-bottom:1px solid #D7D7D7;
	padding:0 5px 5px 0;
	text-align: left;
	margin:10px 0 0px 0;
}
.menu_left li:last-child{
	border-bottom:none;
}
.menu_left li a{
	padding:1px 10px 5px 5px; 
	display:block; 
	color:#696969;
	font-weight:normal;
	padding-left:0;
	text-align: left;
	text-decoration:none;
}
.menu_left li a:hover, .menu_left li a:active{
	display:block; 
	color:#548DD4;
}

/* Fin de menu otro left*/

.border-cont {
	width: 930px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	border-left: #3C5F96 1px solid;
	border-right: #3C5F96 1px solid;
	border-top: #3C5F96 1px solid;
}

.contenido {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 918px;
	position:relative;
	overflow:hidden;
}

/*CONTENEDOT DE IMÁGENES CYCLE BANNER DEL HOME*/
.imagenesHome {
	clear: both;
	width: 685px;
	height: 286px;
	float:left;
	display:block;
}

.presenHome {
	clear: right;
	width: 213px;
	height: 286px;
	padding: 0 10px 0 10px;
	margin-top: 11px;
	float:right;
	display:block;
	background:url(../img/fond-pre.jpg) repeat-y;
	
}


