/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.CapaCabecera {
	padding-left: 25px;
	text-align: left;
	padding-top: 17px;
}
.CapaCabecera2 {
	text-align: right;
	padding-right: 0px;
	padding-top: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.TDCabecera {
	background-image: url(../img/FondoCabecera.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.TBAccesoRapido {
	margin-left: 25px;
	margin-top: 8px;
	margin-bottom: 10px;
}
.TDEnlacesDeInteresYBordeAbajo {
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	background-color: #EDEBF5;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.FondoVerdeSup {
	background-image: url(../img/FondoVerdeSup.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.TBTablaContenido {
	margin-top: 4px;	
}
.TBMenuMargenSup {
	margin-top: 5px;
	color: red;
}
.IMGBordeGris {
	border: 1px solid #CCCCCC;
}

.textoMenu{
	text-align: left;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.textoMenu:hover {
	color: #FF8E6E;
	cursor:pointer;
}
