@charset "utf-8";
/* CSS Document */

body
{
background-color: #FDE4FE;
background-repeat: repeat-x;
color: #505050;
font-size: 12px;
font-family: Tahoma, "trebuchet ms", helvetica, sans-serif;
}

a {
color: #CA8AE1;
text-decoration: none;
}

a:hover {
color: #CA8AE1;
text-decoration: underline;
}

a.footer {
color: #FFFFFF;
text-decoration: none;
}

a.footer:hover {
color: #FFFFFF;
text-decoration: underline;
}

h1
{
color: #350549;
font-size: 14px;
padding-left: -10px;
}

.principal {
	background-color: #FFF;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.foot {
	background: url(img/footerimg.png);
	color: #FFF;
	text-align:center;
}

.barra {
 background: url(img/fondobarra.png);
 padding-left: 5px;
 padding-right: 8px;
 padding-bottom: 2px;
 padding-top: 2px;
}
