

.custom_body {
	background-image: url(../images/fondo_exterior.gif);
	background-repeat: repeat;
}

.custom_content {
	color: black;
	background-color: #BBBBBB;
	border: 2px outset #000000;
}


.custom_header {
	background-color: #000000;
	background-image: url(../images/fondo_header.jpg);
}


.custom_footer {
	background-image: url(../images/fondo_footero.jpg);
	background-repeat: no-repeat;
}


.custom_menu {
	background-image: url(../images/fondo_menu_header2.jpg);
	background-repeat: repeat;
}

.custom_opcion_menu {
color: #ffffff;
}

.custom_opcion_menu:hover {
color: #cccccc;
}


.custom_submenu {
	background-color: #eeeeee;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
}


.custom_opcion_submenu {
color: #000000;
}

.custom_opcion_submenu:hover{
 color:red;      
}


.custom_path {
color: white;
background-color: #333333;
border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}


.custom_titulo_box {

color: white;
}

.custom_header_box {
	background-image: url(../images/barra_superior_contenido.jpg);
	background-repeat: repeat;
}

.custom_footer_box {
	background-image: url(../images/barra_inferior_contenido.jpg);
	background-repeat: repeat;

}

.custom_contenido_box {
	border:0px;
	background-image: url(../images/fondologin.jpg);
	background-repeat: repeat;

}


.custom_formulario {
	
	

}


.custom_formulario_login {
	background-color: red;

}


.custom_titulo_formulario {
	color: #eeeeee;
	
}

.custom_input_formulario {
	color: black;
	background-color: #cccccc;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;

}

.custom_submit_formulario {
	color: white;
	background-color: #A80000;
/*	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;*/
}


.custom_textarea_formulario {
	color: black;
	background-color: #cccccc;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	
}


.custom_select_formulario {color: black;
	background-color: #cccccc;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	
}


.custom_titulo_campo {
color: white;
}

.custom_cerrar_sesion {

height: 15px;
color:#E60000;
font-weight: bold;
margin:0px;
font-size: 9px;
padding: 4px;
text-decoration:none;

}

.custom_cerrar_sesion:hover {
color: white;
background-color: #E60000;
}