﻿/* FIX PARA IE */
*{
margin:0;
padding:0;
}

/* QUITAR EL PUNTEADO AL PRESIONAR EN LOS LINKS */


/*body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Arial,Helvetica,sans-serif;
font-size:70%;
font-size-adjust:none;
font-style:normal;
}*/

/* FORMATEO DEL MENU */
#menuslide dl { width:auto; min-width: 270px; max-width:90%;font-family:Arial,Helvetica,sans-serif; font-size:11px;
height:25px; text-align:left;margin-bottom: 10px;text-decoration:none;border-bottom:#333 1px dotted; }

menuslide a {text-decoration:none;color:#000;}

#menuslide a:hover {text-decoration:none; background:#E6F2FF;}

#menuslide dd ul { list-style: none;display: block; margin-bottom:25px; }

#menuslide li {padding-left:10px;display: block;background:url(images/optinactive.png) #fff repeat-x left bottom;text-decoration:none;border-bottom:#333 1px dotted;}

/* ESTILO DE OPCION ACTIVADA */
.optactivado {background:transparent url(../images/optactive.png) no-repeat scroll 0 0; margin-bottom: 10px;height:25px; cursor:pointer;border-bottom:#333 1px dotted;}

.optactivado:hover{background:#CCC; margin-bottom: 10px;height:25px; cursor:pointer;border-bottom:#333 1px dotted;}

/* ESTILO DE OPCIONES DESACTIVADAS */
.optdesactivado {background:transparent url(../images/optinactive.png) no-repeat scroll 0 0; margin-bottom: 10px;height:25px; cursor:pointer;border-bottom:#333 1px dotted;}

.boton_act{
	text-decoration:none; background:#E6F2FF;;height:25px;margin-bottom: 10px; cursor:pointer;border-bottom:#333 1px dotted; }

.boton_des{
	text-decoration:none;background:#FFFFFF;;height:25px;margin-bottom: 10px; cursor:pointer;border-bottom:#333 1px dotted; }
	
.sin_link {text-decoration:none; }