@charset "utf-8";
/* CSS Document */

/*Global Styles*/

body {
background-image:url('imagenes/carreraback.jpg');
background-repeat:repeat-x;
background-color:#efefef;

}

h1 {
font: medium "Trebuchet MS", Tahoma, "Courier New", sans-serif;
font-weight: normal;
font-size: 16px;
letter-spacing:1px;
text-transform:uppercase;
color:#990000;
}

a {
	font: medium "Trebuchet MS", Tahoma, "Courier New", sans-serif;
	color:#990000;
	text-decoration:none;
	font-size:12px;
}

p {
font: medium "Trebuchet MS", Tahoma, "Courier New", sans-serif;
font-weight: normal;
font-size: 12px;
color: #555555;
}
a:link {
	font: medium "Trebuchet MS", Tahoma, "Courier New", sans-serif;
	font-size:12px;

}
a:visited {
}
a:hover {
text-decoration:underline;
}
