﻿/**************************************************************************/
/************************ESTILO GENERICO PARA INPUT************************/
/**************************************************************************/
.LinkTerminos
{
    cursor:pointer;
}
.tituloPlan
{
    font-weight: bold;
    font-size: 15px;
    color: #00005a;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
    padding: 0 0 5px 0;
}

.titulo
{
    font-weight: bold;
    font-size: 13px;
    color: #00005a;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 0 0 5px 0;
}

.tituloSecundario
{
    font-size: 15px;
    color: #5e5f5f;
    font-family: arial;
    padding: 0 0 5px 0;
}


.subtitulo
{
    font-weight: bold;
    font-size: 15px;
    color: #002C5F;
    font-family: arial;
    letter-spacing: 0;
}

.subtituloResaltado
{
    color: #4d7cb1;
    font-size: 12pt;
    font-family: Arial;
    font-weight: Bold;
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

hr
{
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

span
{
    vertical-align: text-bottom; /*font-size: 8pt;*/
}

label
{
    /*display: block;*/
    width: 100%;
    padding: 5px 0 5px 0;
}

label span
{
    display: block;
    font-size: 8pt;
    float: left;
    width: 100px;
    text-align: left;
    padding: 2px 20px 0 0;
}

.label
{
    display: block;
    float: left;
    padding: 5px 0;
    width: 235px;
}
.labelchico
{
    display: block;
    float: left;
    width: 155.5px;
}
.label .span, .labelchico .span
{
    display: block;
    float: none;
    font-size: 8pt;
    width: 150px;
    text-align: left;
    padding: 2px 20px 0 0;
}

.saldo
{
    color: #00538E;
    font-weight: bolder;
    font-family: Helvetica;
    font-size: 14px;
}
.negritaCheckbox
{
    width: 232px;
    height: 15px;
    vertical-align: top;
}
.negritaCheckbox label
{
    font-weight: bolder;
    font-size:12px;
}

/*********************ESTILO PARA BOTONES***********************/
input[type="submit"]
{
    background-color: #3892D3;
    background-image: linear-gradient(center top , #4B9CD7, #3892D3 50%, #358AC8 51%, #3892D3);
    border: 1px solid #126DAF;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    font-weight:bold;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
    height:30px;
    margin:5px;
}
input[type="submit"]:hover
{
    background-color: #68ABDD;
    background-image: -moz-linear-gradient(center top , #3D94D3, #68ABDD 50%, #358AC8 51%, #68ABDD);
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

input[type="submit"].botongris
{
	background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F6F6F6, #F5F5F5 50%, #E8E8E8 51%, #F5F5F5);
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
	border: 1px solid #B7B7B7;
	color: #404A47;
}

input[type="submit"].botongris:hover
{
	background-color: #F0F0F0;
    background-image: -moz-linear-gradient(center top , #F0F0F0, #F0F0F0 50%, #E8E8E8 51%, #E0E0E0);
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}


/*********************ESTILO PARA TEXTBOX***********************/
input[type="text"], input[type="password"]
{
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 180px;
    vertical-align: top;
    /*height: 24px;*/
    line-height: 18px;
    padding: 2px 6px 1px;
}

input[type="text"].txtsmall, input[type="password"].txtsmall
{
    width: 128px;
}
input[type="text"].txtchico, input[type="password"].txtchico
{
    width: 154px;
}
input[type="text"].txtintermedio, input[type="password"].txtintermedio, select.txtintermedio
{
    width: 232px;
}
input[type="text"].txtmediano, input[type="password"].txtmediano
{
    width: 347px;
}

input[type="text"].txtgrande, input[type="password"].txtgrande
{
    width: 99% !important;
}






/**************************************************************************/
/***********************CONTENEDORES DE PÁGINAS GRIDVIEW*******************/
/**************************************************************************/
.GridViewStyleControl
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	table-layout: auto;
	border-collapse: collapse;
	border:#C0C0C0 1px solid;
	padding-top: 0;
	margin: 0;
	min-width: 200px;
	width: 98% !important;
	text-align: center;
	position:relative;
}
 
/*Header and Pager styles*/
.GridViewStyleControl .HeaderStyle, .GridViewStyleControl .PagerStyle /*Common Styles*/
{
    background-color:#F5F5F5;
    border: 1px solid #C0C0C0;
    border-radius: 5px 5px 0 0;
    color:#C0C0C0;
}
.GridViewStyleControl .HeaderStyle th
{
	padding: 5px;
	color: #666666;
	text-align: center;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.GridViewStyleControl .HeaderStyle a
{
	text-decoration: none;
	color: #333;
	display: block;
	text-align: left;
	font-weight: normal;
}
.GridViewStyleControl .PagerStyle table
{
	min-width: 50px;
	text-align: center;
	margin: auto;
}
.GridViewStyleControl .PagerStyle table td
{
	border: 0px;
	padding: 5px;
	max-width: 15px !important;
}
.GridViewStyleControl .PagerStyle table td span
{
	min-width: 10px !important;
}

.GridViewStyleControl .PagerStyle td
{
	/*border-top: #999999 1px solid;*/
	text-align: center;
}
.GridViewStyleControl .PagerStyle a
{
	color: #333;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #fff;
}
.GridViewStyleControl .PagerStyle span
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.GridViewStyleControl .RowStyle td, 
.GridViewStyleControl .AltRowStyle td, 
.GridViewStyleControl .SelectedRowStyle td, 
.GridViewStyleControl .EditRowStyle td /*Common Styles*/
{
	/*padding: 2px;
	border-right: solid 1px #999; text-align: center;EDEDED*/
}
.GridViewStyleControl .RowStyle, 
.GridViewStyleControl .AltRowStyle
{   
    border-top:1px solid #EDEDED;
    height:50px;
}

.GridViewStyleControl .RowStyle td
{
	background-color:#FFFFFF;
}

.GridViewStyleControl .AltRowStyle td
{
	background-color:#FAFAFA;
}

.botonAzul
{
    background-color: #3892D3;
    background-image: linear-gradient(center top , #4B9CD7, #3892D3 50%, #358AC8 51%, #3892D3);
    border: 1px solid #126DAF;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    font-weight:bold;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
    height:30px;
    margin:5px;
    text-shadow: none;
}
.botonAzul:hover
{
    background-color: #68ABDD;
    background-image: -moz-linear-gradient(center top , #3D94D3, #68ABDD 50%, #358AC8 51%, #68ABDD);
    border-radius: 5px;
    text-shadow: none;
}

/**************************************************************************/
/*******************FIN CONTENEDORES DE PÁGINAS GRIDVIEW*******************/
/**************************************************************************/