body{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;	
}



select.optgroup{
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
}

img{
	background-color: transparent;
}

a{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size:10px;
        text-align:center;
	
}

.textos{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;	
}

.titulos{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
        font-weight: bold;
}

.titulosmodulo{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: grey;
	font-size: 16px;
        font-weight:bolder;
        text-align: left;
        border-bottom: 1px solid silver;
        
        
}

.contenedortitulos{
	margin-bottom:5px;
}	

.mensajes{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
  text-align: right;	
}

.campos{
	border-color: silver;
	border-width: thin;
        background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
        border-style: groove;
	font-size: 11px;
        height:20px;
        width: 200px;
}

.botones{
	border-color: navy;
	border-width: 0px;
   background-color: #317082;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
        width: 100px;
        height: 20px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

.botonesConfirmarPlanilla{
	border-color: navy;
	border-width: 0px;
	background-color: orange;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	 width: 100px;
        height: 20px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

.carteles{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;	
	border-width: 1px;
	border-color: silver;
	border-style: solid;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
}

.copyright{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	font-size: 9px;
	text-align: center;
}

.lista{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	border-bottom-color: silver;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

.titulosdetalle{
	background-color: silver;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
  font-weight: bold;	
}


#contenedorcampos{
    width: 30%;
    position: relative;
    float: left;
    clear: left;
    background-color: #f3f1f1;
    border: 1px solid silver;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding:3px;
}

#contenedorlistas{
    width: 68%;
    position: relative;
    float: right;
    clear: right;
}

.opcionesmenu{
    
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    text-decoration: none;
}

.opcionesmenu:hover{
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    text-decoration:  underline;
}

.menu{
    width:15%;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    font-weight: bold;
    cursor:pointer;
    text-decoration: none;
}

.menu:hover{
    text-decoration:  underline;
    font-weight: bold;
    cursor:pointer;
}

.contenedortitulosmodulos{
    padding-bottom: 5px;
}

.marcoencabezado{
    background-color:  #8b8989;
    color: white;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    height: 30px;
}

.marcosubmenu{
	background-color:  #e8e8e8;
    color: white;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
	