/* CSS Document */

/* ------------------------------------------------------------ */
/* ETIQUETAS */
/* ------------------------------------------------------------ */
body
{
	/*font-family:Calibri, serif, "Times New Roman", Times;*/
	font-family:"Book Antiqua", serif, "Times New Roman";
	background-image:url(../images/background_image.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:15px;
	background-color:#000000;
	margin:0;
}
td, th, input, select, textarea
{
	/*font-family:Calibri, serif, "Times New Roman", Times;*/
	font-family:"Book Antiqua", serif, "Times New Roman";
	font-size:15px;
}
input.text, select, textarea
{
	/*background-color:#bb9c86;*/
	background-color:#cba366;
	border-width:0px;
	padding-left:5px;
	color:#000000;
}
input.boton
{
	font-size:13px;
	font-weight:bold;
	color:#4B3432;
}
a
{
	font-weight:bold;
	color:#403825;
}
form
{
	margin:0px;
}
a img
{
	border:none;
}

/* ------------------------------------------------------------ */
/* TOP PAGE */
/* ------------------------------------------------------------ */

#top_page
{
	background-image:url(../images/piece_ground_top.png);
	background-repeat:repeat-x;
	height:54px;
	text-align:center;
}
#top_page td, #top_page a
{
	color:#FFFFFF;
}
#table_login
{
	margin-left:auto;
	margin-right:auto;
	width:992px;
	margin-top:10px;
}
#table_login input
{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #000;
	border-right-color: #3E240B;
	border-bottom-color: #3A1F0E;
	border-left-color: #2B0E08;
}
/* ------------------------------------------------------------ */
/* BANNER */
/* ------------------------------------------------------------ */
#banner
{
	width:990px;
	height:300px;
	background-image:url(../images/piece_central.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
}
#banner #zona_logo
{
	width:990px;
	height:224px;
}
#banner #logo
{
	float:right;
	width:346px;
	height:224px;
	padding-right:185px;
}
#banner #unete
{
	float:right;
	background-image:url(../images/unete_a_nuestra_comunidad.PNG);
	background-repeat:no-repeat;
	width:138px;
	height:192px;
}
#banner #unete #flama
{
	margin-top:104px;
	margin-left:14px;
	text-align:left;
}
#banner #menu
{
	margin-left:auto;
	margin-right:auto;
	width:930px;
	height:59px;
	clear:both;
}

/* ------------------------------------------------------------ */
/* CONTAINER */
/* ------------------------------------------------------------ */
#container
{
	margin-left:auto;
	margin-right:auto;
	width:992px;
}

/* ------------------------------------------------------------ */
/* CONTENT */
/* ------------------------------------------------------------ */
#content
{
	margin-left:auto;
	margin-right:auto;
	width:992px;
	min-height: 680px; 
	height: auto !important; 
	height: 680px;
}

/* ------------------------------------------------------------ */
/* LEFT */
/* ------------------------------------------------------------ */

#left
{
	float:left;
	width:232px;
	min-height: 1069px;
  	height: auto !important;
  	height: 1069px;
}
#left #menuleft
{
	background-image:url(../images/main_piece_ground.jpg);
	background-repeat:no-repeat;
	width:232px;
	height:1069px;
	text-align:center;
}
#left #menuleft #items
{
	padding-top:20px;
	width:201px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#left #menuleft #items .item, #left #menuleft #items .item_selected
{
	width:201px;
	margin-bottom:3px;
}
#left #menuleft #items .item .top, #left #menuleft #items .item_selected .top
{
	background-image:url(../images/main_button_top.png);
	background-repeat:no-repeat;
	width:201px;
	height:25px;
}
#left #menuleft #items .item .loop, #left #menuleft #items .item_selected .loop
{
	background-image:url(../images/main_button_tile.png);
	background-repeat:repeat-y;
	width:201px;
}
#left #menuleft #items .item .loop table, #left #menuleft #items .item_selected .loop table
{
	height:38px;
	width:100%;
}
#left #menuleft #items .item .bottom, #left #menuleft #items .item_selected .bottom
{
	background-image:url(../images/main_button_botton.png);
	background-repeat:no-repeat;
	width:201px;
	height:26px;
}
#left #menuleft #items .item_selected
{
	
}
#left #menuleft #items .item a, #left #menuleft #items .item_selected a
{
	display:block;
	color:#FFFFCC;
	text-decoration:none;
	font-size:17px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
	font-family:"Book Antiqua";
}
#left #menuleft #items .item_selected a
{
	color:#FFFFFF;
}

img.rss_icon
{
	width:47px;
	height:16px;
	border:none;
	vertical-align:bottom;
}

/* ------------------------------------------------------------ */
/* RIGHT */
/* ------------------------------------------------------------ */
#right
{
	float:left;
	height: 1069px;
	width:758px;
	background-image:url(../images/pergamino.PNG);
	background-repeat:no-repeat;
}

/* ------------------------------------------------------------ */
/* RIGHT TEXTCONTENT*/
/* ------------------------------------------------------------ */
#right #textcontent
{
	margin:30px;
	margin-top:50px;
}
#right #textcontent #loop #text
{
	margin-left:20px;
	margin-right:28px;
	margin-top:10px;
	margin-bottom:10px;
}
#right #textcontent #loop #dibujo
{
	margin-left:20px;
	margin-top:5px;
}
#right #textcontent #loop #text #scroll
{
	overflow:auto;
	width:650px;
	height: 900px; 
	padding-right:15px;
}
#right #textcontent #loop #text #titulo
{
	text-align:center;
	color:#5f2116;
	font-weight:bold;
	padding-bottom:10px;
	font-size:18px;
}
#right #textcontent #loop #text #titulo table tr td
{
	color:#5f2116;
	font-weight:bold;
	font-size:18px;
}
#right #textcontent #bottom
{
	width:519px;
	height:14px;
}


/* ------------------------------------------------------------ */
/* FOOTER */
/* ------------------------------------------------------------ */
#footer
{
	padding-top:10px;
	height:150px;
	background-image:url(../images/piece_ground_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
	
}
#footer #texto
{
	padding-top:8px;
}
#footer #texto table td
{
	color:#FFFFCC;
}
#footer a
{
	color:#FFFFCC;
	font-weight:normal;
}
/* ------------------------------------------------------------ */
/* Clases */
/* ------------------------------------------------------------ */
.error
{
	font-size:14px;
	font-weight:bold;
	color:#4B3432;
}
td.titular, td.titular a
{
	font-weight:bold;
	color:#5f2116;
}