﻿body,p 
{
    padding:0px;
    margin:0px;
    font-family: Arial;
    font-size:10px;
}

/* ESTILOS LOGIN */
#wrapper
{
    margin-top:8px;
    margin-bottom:10px;
    
}
#contentSup {
  border:1px solid;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  height:326px;  
  width:758px;
  margin:0 auto;  
}
#contentSup2
{
    /*padding-top:10px;    */
}
#contentInf {
  border:1px solid;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  height:122px;
  width:758px;
  margin: 5px auto 0 auto;    
}
.content
{
  background-color:#FFFFFF;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-right-width:8px;
  
  height:100%;
  margin-left:25px;
  width:733px;
}


.divEntrada
{
    padding:10px 0 0 150px;
    color:#000;
}

.divEntradaSup
{
    padding-bottom:8px;
}
#logoInicio
{
    width:200px;
    height:200px;
    margin-top:10px;
    margin-left:10px;
    float:left;    
}

/* ESTILOS MASTER PAGE */
#masterWrapper
{
    width:962px;
    margin:10px auto 0;
}
#masterCabecera
{
    height:92px;
    border-radius: 8px;
    border:1px solid;
}
#masterCabeceraContent
{
    width:912px;
    height:100%;
    margin:0 auto;
}
#masterCabeceraLogo
{
    width:110px;
    height:100%;
    float:left;
}
#masterCabeceraMedio
{
    width:704px;
    height:100%;
    float:left;
}
#masterCabeceraTitulo
{
    width:100%;
    height:24px;
    border:1px solid #B5BABD;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    margin-top:0px;
    text-align:center;
    line-height:20px;
    padding-top:4px;
    border-top:0;
}
#masterCabeceraRelaciones
{
    width:668px;
    height:62px;
    margin:0 auto;
    border-left:1px dotted;
    border-right:1px dotted;    
    border-color:#B5BABD
}
#masterCabeceraCerrar
{
    width:95px;
    height:100%;
    float:left;
    position:relative;
}
#masterCabeceraCerrarBoton
{
    position:absolute;
    bottom:5px;
}
#masterContent
{
    width:962px;
    margin:6px auto 0 auto;
    float:left;
}
#masterMenu
{
    width:146px;
    border-radius: 8px;
    border:1px solid;
    float:left;
    padding-top:16px;
}
#masterMenuContent
{
    padding:10px 0;
}
.masterSeparacion
{
    width:100%;
    height:100%;
    background-color: #FFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#masterContentMain
{
    width:806px;
    border-radius: 8px;
    border:1px solid;
    float:right;
    padding-top:16px;
}
#masterContentMainContent
{
    width:100%;
    color: #000;
}
.relaciones
{
    padding:9px 0 0 20px;
}
.relacionesLabel
{
    float:left;
    padding-top:2px;
}
.relacionesCombo
{
    float:left;
    margin-left:1px;
    width: 80%;
}
.boton
{
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #ECECEC);
    border: 1px solid #C6C6C6;
    border-radius: 2px 2px 2px 2px;
    display: block;
    text-align: center;
    line-height:19px;
}

#textNombreUsuario, #textClaveAcceso
{
    width:120px;
}
#ASPxComboIdioma
{
    width:124px;
}
#errors
{
    font-size:11px;
}
#Content1
{
    color:#000 !important;
}

.filaDato
{
	height: 20px;
}

.celdaLabelDato
{
	text-align: left;
}

.celdaDato
{
	text-align: left;
	padding-left: 2px;
}
