/* CSS Document */
* {margin:0px ; padding:0px ; border: 0px;}
body{
	background: #000; 
	text-align: center;
}
.global{
	width: 100%;
	margin: 0 auto; 
	background: #000;
	text-align: center;
}
.titulo{
	/*background: #000 url(imagenes/tituloportada.gif) no-repeat;*/
}
.contenido {
	width: 800px;
	background: #000 url(imagenes/portada.jpg) no-repeat; 
	height: auto;
	margin: 0 auto;
}
.textodcha{
	color: white;
	font-weight: bold;
	font-size: 19px;
	line-height: 26px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Garamond, "Times New Roman", Times, serif; 
	font-style:italic;
	height: 250px;
	text-align: right;
}
.textodcha p{
	/*margin: 75px auto 175px 425px;*/
	padding-top: 30px;
}
.textoizq{
	color: white;
	font-weight: bold;
	font-size: 19px;
	font-style:italic;
	line-height: 26px;
	font-family: Garamond, "Times New Roman", Times, serif;
	/*height: 250px;*/
	text-align: left;
}
.textoizq p{
	/*margin-right: 400px;*/
	padding-top: 60px;
}
.pie {
	background: #000; 
	margin: 20px auto 0 auto;
	font-size: 20px;
	width: 800px; 
}
.pieuno {
	background: #000; 
	float: left; 
	width: 260px;
}
.piedos {
	background: #000; 
	float: left; 
	width: 260px;
}
.pietres {
	background: #000; 
	float: left; 
	width: 260px;
}
.pie a{
	/*color: #FFF; */
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}
.pie a:hover {
	/*color: #000; */
	text-decoration: underline; 
	/*background: #FFF;*/
	background: #CC3366;
	color: #fff;
}
.direccion {
	width: 100%;
	background: #000; 
	/*width: 630px; */
	/*margin: 30px 15px 15px 15px; */
	margin: 5px 15px 15px 15px;
	font-size: 18px;
}
.direccion a{
	color: #FFF; 
	/*text-decoration: underline;*/
}
.direccion a:hover{
	text-decoration: underline;
}
.direccion a:visited{
	color: #FFF; 
	/*text-decoration: underline;*/
}
.direccion p{
	color: #FFF;
}
.autor {
	font-size: 16px; 
	text-align: right; 
	margin: 5px 50px 10px 15px;
}
.autor a{
	color: #FFF; 
	/*text-decoration:underline;*/
}
.autor a:hover{
	text-decoration:underline;
}
.autor a:visited{
	color: #FFF; 
	/*text-decoration:underline;*/
}
.autor p{
	color: #FFF;
}