* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#F0C555;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 1000px;
	margin: 0 auto;
}

.content {

	padding: 30px 0;
}

DIV#header {
	margin-top:20px;	
}


NAV.menuSuperior A {
	font-family: 'Anton', sans-serif;
	display:inline-block;
	text-decoration:none;
	color:#A36E26;
	background:rgba(255,255,255,0.5);	
	border:1px solid #626162;
	border-radius:0em;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:5px;
	font-size:15px;
	letter-spacing:1px;

	vertical-align:top;
	text-align:center;
}

NAV.menuSuperior A.selected {
	color:#FFF;
	background-image: url(images/selected.png);
	height:38px;
	line-height:38px;
}
NAV.menuSuperior A:hover {
	color:#FFF;
	background-image: url(images/selected2.png);
	height:38px;
	line-height:38px;
}
DIV.content H1 {
	font-size:26px;
	color:#fff;
	margin-left:0px;
	padding-left:0px;
}
DIV.content P {
	color:#CF5300;
	padding:0px;
	padding:0px;
}

DIV.content LI {
	color:#CF5300;

	padding:0px;
	margin:0px;
	font-size:13px;
	list-style-type:none;
	font-weight:bold;
}

DIV.content LI UL {
	margin-top:10px;
	margin-bottom:10px;	
}

DIV.content LI UL LI {
	color:#CF5300;
	padding:0px;
	margin:0px;
	margin-left:50px;	
	font-size:12px;
	list-style-type:none;
	font-weight:normal;
}

.justificar {
	text-align:justify;
}
.normal {
	font-size:14px;
}
.small {
	font-size:13px;
}

DIV#slideshow IMG {
	

}