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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(imagenes/bg.gif);
	margin-top:0;
	margin-bottom:0;
	text-align:justify;	
	}
	
#base {
	width: 900px;
	margin: auto;
	padding: 0px;
	}

#header {
	margin-top:0;
	height: 150px;
	}
	
#menu {
	margin-top:0;
	height: 30px;
	}	

#contenthome {
	width: 840px;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 80px;
	text-align:justify;
	background: url('imagenes/contenido.gif');
	background-repeat: repeat-y;
	}	

#content {
	width: 740px;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 80px;
	text-align:justify;
	background: url('imagenes/contenido.gif');
	background-repeat: repeat-y;
	}	
	
.titulos {
	font-size:16px;
	color:#000000;
	}	
	
.marcador1 {
	color:#990099;
	}		

a:link {
	color: #00CCFF;
	text-decoration: none;
	}
	
a:hover {
	color: #00CCFF;
	text-decoration:underline;
	}
	
a:visited{
	color: #00CCFF;
	text-decoration:none;
	}

	
#footer {
	height: 200px;
	padding-left: 80px;
	padding-right: 80px;
	background: url('imagenes/footer.jpg') no-repeat;
	background-position: bottom;
	}
