body {
	margin: 0;
	padding: 0;
	background: #fbfbfb url(../../imagenes/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.loading {
	background: url(../../loader.gif) no-repeat center center;
}

.oscuro {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.firefox_alerta {
    display: none;
    position: fixed;
    top: 25%;
	left: 25%;
    width: 50%;
    height: auto;
    padding: 16px;
    border: 5px solid orange;
    background-color: #fafafa;
    z-index:1002;
    overflow: auto;
	-moz-border-radius: 15px;
}


input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:250px;
}

h1, h2 {
	font-weight: normal;
	color: #008C00;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #008C00;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	height: 161px;
	background: url(../../imagenes/img07.jpg);
	margin: 0 auto;
}

/* Menu */

#menu {
	float: right;
	height: 161px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 80px;
	padding: 80px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #fbfbfb;
}

#menu a:hover {
	height: 161px;
	background: url(../../imagenes/img08.jpg) repeat-x top left;
}

#menu .activo a {
	background: url(../../imagenes/img08.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Fondo Submenu*/

#subheader {
	width: 920px;
	height: 30px;
	background: url(../../imagenes/img07a.jpg);
	margin: 0 auto;
}

/* Submenu */

#submenu {
	float:right;
	height:10px;
	margin:auto;
}

#submenu ul {
	list-style-type:none;
}

#submenu li {
	display:inline;
}

#submenu a {
	display: block;
	float: left;
	height: 10px;
	padding: 12px 13px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	color: #fbfbfb;
	font-weight:bold;
}

#submenu a:hover, #submenu .activo a {
	background:#CCCCCC;
	color: #333333;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 15px;
}


/* Content */

#content {
	float: left;
	width: 630px;
	padding-bottom:30px;
}

.post {
	background: url(../../imagenes/img03.jpg) no-repeat left top;
	border-bottom: 1px dashed #cccccc;
}

.post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
	border-bottom: 1px dashed #cccccc;
}

.post .title a {
	text-decoration:none;
	background: none;
	color: #5C5C5C;
	padding-bottom:20px;
}



.post .entry {
	padding: 0px 20px 20px 30px;
	text-align: justify;
	font-size:15px;
}

.tabla {
	padding: 10px;
	border: medium #E9A3D0 solid;
	-moz-border-radius: 4px;
	background-color:#FFF1FF;
}

.boxesrta {
	margin: 20px 40px 10px 40px;
	padding: 10px;
	border: medium #E9A3D0 solid;
	-moz-border-radius: 8px;
	background-color:#FFF1FF;
}

.headrta {
	font-size: 20px;
	padding: 5px;
}

.comentrta {
	font-size: 16px;
	margin: 0px 25px 5px 25px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	border-bottom: 1px dashed #D2D4C9;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	line-height: 35px;
	background: url(../../imagenes/img05.jpg) no-repeat left center;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
}

#sidebar h2 {
	padding: 5px 10px;
	background: #e2007d url(../../imagenes/img04.jpg) repeat-x left top;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar p {
	padding: 10px;
}

/* Mensajes */

#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(../imagenes/msg_arrow.gif) left center no-repeat;
	padding-left:7px

}
#msgcontent {
	display:block;
	background:#f3e6e6;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px
}


/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	background: #e2007d url(../../imagenes/img02.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	color:#f4f4f4;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#legal {
	float: left;
}

#links {
	float: right;
}
