﻿body{
    margin-left:0;
    margin-bottom:0;
    margin-right:0;
    margin-top:0;
}
.modalBackground
{
    background-color:#000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
form{
    /*padding: 50px;*/
	font-family: Verdana,Arial,Bradley Hand ITC;
	font-size: 13px;
}
.fondoBarra
{
    background-color: #00BFFF;
}

.BarraSeleccion
{
    /*background-color: #11118c;
    background-image: url('../../image/barrablue.gif');
    background-repeat: repeat;*/
}

.BarraNoSeleccion
{
    /*background-color: #11118c;
    background-image: url('../../image/barrablue.gif');
    background-repeat: repeat;*/
}
label{
    font-family: Verdana,Arial;
    font-size: 13px;
}

button{
    font-family: Verdana,Arial;
    font-size: 13px;
    width: 123px;
    
}

.contenedor{
    width:90%;
}

.css_button{
    font-family: Verdana,Arial;
    font-size: 13px;
    width: 100px;
}

.texto{
    font-family: Arial;
    font-size: 11px;   
}

.texto_menu{
    /*font-family: Verdana;*/
    font-size: 14px;
    font-weight: bold;
    text-align:center;
}

.textoNegrita{
    /*font-family: Verdana,Bradley Hand ITC;*/
    font-size: 11px;
    font-weight: bold;    
}

.textotitulo{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background: #D8D8D8;
}

.linea{
    height: 1px;
    overflow: hidden;
    width:100%;
    background-color: #00BFFF;
}

.fondo_titulo
{
    font-family: Arial;    
    background-color: #D8D8D8;
}

.msg{
    width: 60%;
    background-color: #FFF1A8;
}
input 
{
    font-size: 11px;
    font-family: Arial;
}
select
{
    font-family: Arial;
    font-size: 11px;
    width: 200px;
}
textarea 
{
    font-size: 11px;
    font-family: Arial;
}
.grilla_titulo
{
    border: 1px solid #333333;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background: #D8D8D8;
}