/* ********************************* JP_Simple-Red ********************************************* */
/* Tags html */

body, html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#black #body, html {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 14px;
}
a:link, a:active, a:visited{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img {
	border: none;
}

/* ***************************************************************************************************** */
/* Estructura template */

#contenedor {
	position: absolute;
	top: 10px;
	left:50%;
	width: 1000px; /*El ancho de tu web*/
	margin-left:-500px; /*la mitad del ancho de tu web*/
}
#top {
	background-image: url(../images/top_red.gif);
	width: 1000px;
	height: 30px;
}
#user3 {
	width: 1000px;
	height: 1px;
	margin-top: 1px;
}
#header {
	background-image: url(../images/header2.jpg);
	width: 1000px;
	height: 193px;
	margin-top:1px;
}
#logo {
	width: 250px;
	height: 50px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 36px;
}
#contenedor2 {
	background-color: #990000;
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin-top: 12px;
}
#izquierda {
	float: left;
	width: 200px;
	height: auto;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 10px;
	border-right: 1px dashed #FFFFFF;
	padding-right: 10px;
}
#cuerpo {
	float: right;
	width: 750px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
}
#footer {
	background-image: url(../images/bottom_red.gif);
	width: 1000px;
	height: 30px;
	margin-top: 12px;
}
/* ***************************************************************************************************** */
/* Codigo css de Joomla! */

.button{
background-color: #990000;
border: 1px #ffffff outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.button:visited, .button:hover, .button:active{
color: white;
}
.clr{
	clear:both
}
.componentheading, .contentheading{
	font-size: 14px;
	font-weight: bold;
}
.moduletable{
	width: 200px;
	background: #550000;
	margin-left: 5px;
}
div.moduletable_menu{
width: 200px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
margin-left: 5px;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #550000;
color: #333;
}

* html div.moduletable_menu{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

div.moduletable_menu ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
div.moduletable_menu h3 {
	color: #fff;
	margin-left:5px;
}
div.moduletable_menu li {
border-bottom: 1px solid #FFFFFF;
margin: 0;
}

div.moduletable_menu li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
background-color: #550000;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body div.moduletable_menu li a{ /*Non IE6 width*/
width: auto;
}

div.moduletable_menu li a:hover{
border-left: 3px solid #fff;
border-right: 3px solid #fff;
background-color: #000000;
color: #fff;
}
ul.menu-nav{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

ul.menu-nav li{
display: inline;
}

ul.menu-nav li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

ul.menu-nav li a:visited{
color: white;
}

ul.menu-nav li a:hover, ul-menu-nav li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}
.readon{
background-color: #990000;
border: 1px #ffffff outset;
padding: 0 2px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}