﻿body
{
	background-color: #EBEBEB;
}
div.main
{
	width: 980px;
	height: 244px;
	background-color: #F2F2F2;
}
/*width:776px; height:375px;*/
.titulo1
{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.subtitulo
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #424242;
}
.texto1
{
	font-size: 12px;
	font-family: Arial;
	color: #424242;
	text-align: left;
}
.textito
{
	font-size: 11px;
	font-family: Arial;
	color: #424242;
	width: auto;
}
.valor
{
	font-size: 12px;
	font-family: Arial;
	color: #212121;
	margin-left: 0px;
}
.link
{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #9D0F5E;
	text-decoration: none;
}
.link:hover
{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #7E0C4A;
	text-decoration: none;
}
.error
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
}
.msgerror
{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
}
.mensaje
{
	font-size: 16px;
	font-family: Arial;
	color: #AE356A;
}
.boton
{
	background-color: #7E0C4A;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	border-radius: 4px;
	border-style: none;
	cursor: default;
}
.boton:hover
{
	background-color: #9D0F5E;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-style: none;
	height: 26px;
}

.botonHover
{
	background-color: #7E0C4A;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-style: none;
	height: 21px;
}
.botonInhabilitado
{
	background-color: #808080;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	border-radius: 4px;
	border-style: none;
	height: 21px;
	cursor: default;
}
.download
{
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	line-height: 14px;
	color: #323F42;
	text-decoration: none;
}

.error01
{
	height: 35px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #CC0000;
}
.error02
{
	height: 14px;
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #F5F5F5;
}
.error03
{
	height: 18px;
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
}
/* estilos del boton selector de ordenamiento */
#ord_dvCon
{
    width: 0px;
    height: 0px;
}
.ord_lnk
{
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    /*line-height: 20px;*/
}
.ord_lnk:hover
{
    color: #EFD127;
}
.ord_btn
{
    border-style: none;
    background-color: transparent;
    width: 25px;
    height: 20px;
}
.ord_lnk3
{
    /*background: rgba(51, 153, 255, 0.35);*/
    background: rgba(180, 0, 100, 0.35);
    text-align: center;
    vertical-align: middle;
}
.ord_lnk3:hover
{
    background-color: rgba(180, 0, 100, 1);
}

/* -- */