﻿body
{
	font-family: Tahoma, Verdana, Arial;
}
input
{
	font-size: 10px;
}
.Header
{
    font-size: 12px;
    font-weight: normal;
    background-image: url(CuadroTop.jpg);
    height:53px;
    width:243px;
}
.mRow
{
    background-color: #F5EFD9;
    font-size: 0.8em;
}
.Final
{
    background-image: url(CuadroBottom.jpg);
    color: white;
    font-weight: bold;
    font-size: 0.8em;
}
.mTable
{
    vertical-align:sub;
}
.Titulo
{
    background-image:url(Imagenes/Header.jpg);
    height:120px;
    width:800px;
}
button, .submit
{
	font-weight: bold;
	color: white;
	font-size: 0.8em;
	background-color: #015198;
	border-right: #014078 2px solid;
	border-top: #014078 2px solid;
	border-left: #014078 2px solid;
	border-bottom: #014078 2px solid;
}
.GridViewStyle
{    
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewAlternatingRowStyle 
{
    background-color: #FFFFFF;
    color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}