﻿.Texto10
{
	font-size: 10px;
	font-family: Verdana;
}
.Texto11
{
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
}

.Texto12
{
	font-size: 10px;
	font-family: Verdana;
}

.Texto14
{
	font-size: 14px;
	font-family: Verdana;
}
.Text32
{
	font-size: 32px;
	font-family: Verdana;
	text-align: center; 
}
body
{
	font-size: 11px;
	font-family: Verdana;
}
.ControlValidacion
{ 
	font-size: 11px;
	font-family: Verdana;
	color: #ff0000; 
	}
.texto_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;

}
.RecuadroIndex
{
	border-right: #ff9933 1px solid;
	border-top: #ff9933 1px solid;
	border-left: #ff9933 1px solid;
	border-bottom: #ff9933 1px solid;
}
.CabeceraPagina
{
	color: #000000;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #ff9900;
	padding-bottom: 5px;
	padding-top: 5px;
}

.Enlace
{
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 30px;
	background-repeat: repeat-x;
	color: #000000;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #ff9900;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/*GRID*/


.CabeceraGrid
{
	width: 100%;
	height: 20px;
	background-image: url(imagenes/cabeceraPanel.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

.Boton
{
	background-color: #ff9900;
	cursor: hand;
	width: 40px;
	height: 20px;
	text-decoration: none;
	color: #000000;
	border-right: #ff9900 1px solid;
	border-top: #ff9900 1px solid;
	border-left: #ff9900 1px solid;
	border-bottom: #ff9900 1px solid;
}
