@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
.FondoCabecera {
	background-color: #FFFFFF;
	background-image: url(../img/Fondocabecera.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
}
.Textocabecera {font-size: 12px;color: #000;}
a.Textocabecera:link {color: #000;text-decoration: none;}
a.Textocabecera:visited {color: #000;text-decoration: none;}
a.Textocabecera:hover {color: #993366;text-decoration: underline; background-color:#FFFFFF;}
a.Textocabecera:active {color: #000;text-decoration: none;}