/* CSS Document */
.c_head_div_gris{
	padding:0; 
	margin-top:10px;
	margin-bottom:15px;
	text-align:left;
}
.c_head_gris{
	margin:0;
	width:100%;
}
.c_head_fondo_gris
{
	margin-left:auto;
	margin-right:auto;
	width:95%;
	height:100%;
	background:url(./images/fondo_cen_gris.jpg) repeat scroll top left; 
}

.c_head_arr_gris
{
	background:url(./images/fondo_arr_gris.jpg) repeat-x scroll top left; 
	width:100%;
	height:100%;
}
.c_head_izq_gris
{
	background:url(./images/fondo_izq_gris.jpg) repeat-y scroll top left;
	width:100%;
	height:100%; 
}
.c_head_abj_gris
{
	background:url(./images/fondo_abj_gris.jpg) repeat-x scroll bottom left;
	width:100%;
	height:100%; 
}
.c_head_der_gris
{
	background:url(./images/fondo_der_gris.jpg) repeat-y scroll top right;
	width:100%;
	height:100%; 
}
.c_head_esq1_gris
{
	background:url(./images/esquina_upizq_gris.jpg) no-repeat scroll top left;
	width:100%;
	height:100%; 
}
.c_head_esq2_gris
{
	background:url(./images/esquina_upder_gris.jpg) no-repeat scroll top right;
	width:100%;
	height:100%; 
}
.c_head_esq3_gris
{
	background:url(./images/esquina_doizq_gris.jpg) no-repeat scroll bottom left;
	width:100%;
	height:100%; 
}
.c_head_esq4_gris
{
	background:url(./images/esquina_doder_gris.jpg) no-repeat scroll bottom right;
	width:100%;
	height:100%; 
}

/*---------- To align the Actions, Icon and Title ---------*/
.c_head_gris h1{float:left; margin:0; padding:5px 0;}
.c_head_gris h1, .c_head_gris h1 input {color:#445E6B; font-weight:bold; font-size:/*10pt*/1.05em;border:0}

.head_title_gris{margin:0 0 0 13px; float:left; padding-left:6px; border-left:3px solid #A2C14A; width:80%;}

.title_vis_gris{margin:0; float:right;}
/*
.c_head_arr_gris{background:url(./images/fondo_arr_gris.jpg) no-repeat scroll top left; width:220px; height:8px; }
.c_head_abj_gris{background:url(./images/fondo_abj_gris.jpg) no-repeat scroll bottom left; width:220px; height:8px;}
*/
.c_content_gris{clear:both; font-family:Tahoma,Arial,Helvetica; font-size:0.7em/*8pt*/;}
.c_contentpane_gris{padding:5px 0px 10px 10px; text-align:left;}
.c_footer_gris {margin:0; padding: 0 0 10px 0; text-align:right;}

/*---------- default style for head & normal -----------*/
.Normal_gris p{margin-top:0px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg_gris {background-color:#DAE7F2;border:solid 1px #4F839F}


/* para simple menu */

.SimpleMenuContent
{
	
}
.simplemenu
{
	border-bottom: 1px solid #E1DFE0;
}
.simplemenu  li
{
	list-style-image:none;
	border-top: 1px solid #E1DFE0;
	padding: 8px 0px 4px 0;
	text-indent:4%;
	font-size:1.2em/*8pt*/;
	font-family:"Myriad pro bold condensed",Tahoma,Arial;
	font-weight:bold;
	color:#445E6B;
	min-height:24px;
	border-right:solid 3px #F7F7F7;	
	margin-right:1px;
}
.simplemenu  li, .simplemenu  li a {
	display:block;
}

.simplemenu  li:hover, .simplemenu  li:active
{
	background-color:#E1DFE0;
	border-right:solid 4px #4589BD;
}


