﻿.campos {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #999;
}

.label {
	text-align: right;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	height: 25px;
}

.labelLeft {
	text-align: left;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	height: 25px;
}

.Normallabel {
	font-size: 11px;
	font-family: Verdana;
	color: #000;
	text-decoration: none;
}

.azulzona 
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

.azulzona3
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #10007A;
	text-decoration: none;
}

.Description {
	font-size: 12px;
	font-family: Verdana;
	text-align:justify;
	color: #000;
	text-decoration: none;
}

.NormalRed {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: Red;
	text-decoration: none;
	height: 25px;
}

.textLabel
{
	font-size: 11px;  
	font-family: Verdana;
	text-decoration:none; 
	color: #000000;
}

.titulos_for {
	font-family:Verdana;
	font-size: 13px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

/*Paging gridView*/
irapag{
    font-size:x-small;
    width:20px;
}
.anterior{
    background:transparent url(/DesktopModules/Suscribase/images/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
.siguiente{
    background:transparent url(/DesktopModules/Suscribase/images/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
.primero{
    background:transparent url(/DesktopModules/Suscribase/images/first.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
.ultimo{
    background:transparent url(/DesktopModules/Suscribase/images/last.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}

.LinkNoUnderline{text-decoration:none; color: #000000; font-size: 11px; font-family: Verdana;}
