﻿.ContenidoPagina
{
    width:100%;
    background-color: #05557c;
    display:table;
}

.tituloPagina
{
    width:100%;
    margin:0 auto 0 auto;
    background-color:#0284B6;
    color:White;
    border:1px solid navy;
    font-size:medium;
    font-family:Trebuchet MS;
    text-align:center;
}

.volverMenu
{
    width:100%;
    margin:0 auto 0 auto;
    background-color:White;
    color:Black;
    font-size:small;
    font-family:Trebuchet MS;
    text-align:right;
}

.ColorTable
{
	background-color:White;
	width:91%;
}

.CampoTitulos
{
	font-family:Trebuchet MS, Calibri, Arial, Times New Roman;
	font-size: 16px;
	font-weight:bold;
}

.CampoLabelsSinR
{
	font-family:Trebuchet MS, Calibri, Arial, Times New Roman;
	font-size: 12px;
	font-weight:bold;
}

.CampoLabels
{
	font-family:Trebuchet MS, Calibri, Arial, Times New Roman;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
}

.CampoTextBox
{
	font-family:Trebuchet MS, Calibri, Arial, Times New Roman;
	font-size: 10px;
	text-align:left;
}

.CampoErrores
{
	color:Red;
	font-family:Trebuchet MS, Calibri, Arial, Times New Roman;
	font-size: 10px;
	text-align:center;
}

.CampoGridView
{
	text-align:center;
	font-family:Trebuchet MS, Tahoma, Verdana;
	font-size:10px;
	text-transform:uppercase;
	background-color:White;
	border-color:#999999;
	border-style:none;
	border-width:1px;
	width:100%;
}

.GridHeader
{ 
	background-color:#0284B6;
	font-weight:bold; 
	color:White;
}

.GridRow
{ 
	background-color:#EEEEEE; 
	color:Black;
}

.GridAlterna
{ 
	background-color:#DCDCDC;
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	color:Black;
}

.GridChangePage
{ 
	background-color:#999999;
	font-weight:bold; 
	color:Black;
	text-align:center;
}
.modalBackground 
{
	background-color:Silver;
	filter:alpha(opacity=50);
	opacity:0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)
   -moz-opacity: 0.5;
   -webkit-opacity: 0.5;
  
 
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
.tituloListado
{
	font-family:Trebuchet MS;
	text-align:right;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
	width:100px;
	display:inline-block;
}
	
.campoListado
{
	font-family:Trebuchet MS;
	text-align:left;
	display:inline-block;
}

  .Subtitulo
    {
    font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.1em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    }

.FieldCaption {
        font-family: 'Segoe UI', Arial, Helvetica, Verdana, sans-serif;
        font-size: 0.8em;
        color: #25acda;
        margin-bottom: 0px;
   
}

.FieldControl {
    font-family:'Segoe UI', Tahoma, Arial !important;
    width:280px !important;
    font-size:medium !important;
    padding-bottom:2px;
    margin-bottom:5px;
  
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;     
}

.PageFooter
{
    width:900px;  
    margin:0 auto; 
    background-color:#0284B6; 
    color:White; 
    text-align:center;    
}

.MicuentaLoginBox {
width: 300px;
padding-left: 20px;
padding-top: 20;
margin: 0 auto 0 auto;
border: #363739 3px solid;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}