@charset "utf-8";



body {

	margin: 0px;

	background-color: #0101B1;

	background-image: url(../images/bg.jpg);

	background-repeat: repeat-x;

}

#main {

	background-color:#0d0a1f;

	width:1000px;

	margin: auto;

}

#header {

	width:1000px;

}

#top {

	width:1000px;

}

#menu {

	float:left;

	width:150px;

	margin-top:20px;

	margin-bottom:20px;

}

#content {

	width:810px;

	margin:20px 20px 20px 170px;

}

h1 {

	font-size: 35px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: bold;

	text-align: center;

	color: #FFF;

}

h2 {

	font-size: 20px;

	font-weight: bold;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-style: italic;

	text-align: center;

	color: #FFF;

}

h3 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	text-align: justify;

	font-weight: normal;

	font-size: 16px;

	color: #FFF;

}

h5 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	text-align: center;

	font-weight: normal;

	font-size: 16px;

	color: #FFF;

}

p {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #FFF;

}

a {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 14px;

	text-decoration:none;

	color: #e9c858;

}

a:hover {

	text-decoration: underline;

}

img {

	border:none

}

.titulo {

	font-size: 35px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #FFF;

}

.cuerpo {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	text-align: center;

	color: #FFF;

}

.tabla {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	text-align: left;

	color: #FFF;

}

.subtitulo {

	font-size: 20px;

	font-weight: bold;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-style: italic;

	text-align: center;

	color: #FFF;

}

.vinculo {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #e9c858;

	text-decoration: none;

}

.vinculo:hover {

	text-decoration: underline;

}


