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

/*RESETS*/
body, p, th, th, ul, ol, li, div, h1, h2, h3, h4, h5, img, a {
	margin:0;
	padding:0;
	border: 0;
}
a {
	text-decoration:none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style:none;
}

body {
	font-family: Helvetica, Geneva, Arial;
	font-size: 12px;
	background-color: #930;
	color:#000;
	background-image:url(../_imags/texturaFondo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
p, object {
	margin: 0px;
	padding: 0px;
}	
#contenedor {
	margin: 20px auto;
	width: 860px;
}
#top {
	margin-bottom: 20px;
}
#cuerpo {
}
#menu {
	background-color:#09F;
	padding: 10px;
	text-align:center;
}
#menu ul {
}
#menu ul li{
	display: inline;
	margin: 10px;
	text-transform:uppercase;
	font-size:14px;
}
#menu ul li a{
	color:#FFF;
}
#contenido {
	padding: 20px;
	background-color:#FFF;
}
#contenido p {
	margin: 0 0 10px 0;
	font-size:13px;
	line-height: 18px;
	text-align:justify;
}
#contenido h1 {
	margin: 0 0 10px 0;
}
#cierre {
	margin: 10px;
	text-align:center;
	font-size:10px;
}

/*CLASES*/
.izquierda {float:left;}
.izquierda img{margin-right:20px;}
.izquierda ul li {margin-bottom: 10px;}
.derecha {float:right;}
.derecha img {margin-left:20px;}
.centro {margin:auto; text-align:center;}
.clear {clear:both;}