/* CSS Document */

.MnuTab
{
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	border-bottom: 1px #000066 solid;
}

.MnuTab td.Prg
{
	width: 19%;
	height: 100%;
	padding: 0 1px 0 1px;
}

.MnuTab td.Esp
{
	width: 4%;
	height: 100%;
	padding: 0 1px 0 1px;
}

.MnuTab td a
{
	margin: 0;
	padding: 0 0 0 12px;
	background-image: url(../progact/btnizqh.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	height: 100%;
	/*line-height: 38px;*/
}

.MnuTab td a div
{
	margin: 0 0 -8px 0;
	padding: 8px 12px 0 0;
	background-image: url(../progact/btnderh.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;
}

.MnuTab td a:hover
{
	background-image: url(../progact/btnizq.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.MnuTab td a:hover div
{
	background-image: url(../progact/btnder.png);
	background-position: top right;
	background-repeat: no-repeat;
}


.Alert
{
	padding:  5px 10px 5px 25px;
	margin: 0;
	width: auto;
	height: auto;
	background-color: rgb(204,232,237);
	/*background-image: url(../imagenes/alerta.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: none;*/
	
}


.Alert img
{
	float: left;
}


.Alert h3
{
	padding: 0 10px;
	margin: 0 0 0 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0F6273;
	font-size: 12pt;
	font-weight: bold;
}

.Alert p
{
	padding: 0 10px;
	margin: 0 0 0 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10pt;
	font-weight: bold;
}

.Break
{
	clear: both;
	line-height: 1px;
	height: 1px;
}


.Alertat
{
	width: 100%;
	background-color: rgb(204,232,237);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10pt;
	font-weight: bold;
}

.Alertat th{ padding: 3px 3px 3px 6px;}
.Alertat td{ padding: 3px 25px 3px 3px; text-align: justify;}






