/* CSS Document tdesc */

BODY

	{

		

		background-color:#371514;

		color: #000000;

		font-family:Verdana, Arial, Helvetica, sans-serif;

		font-size:12px;

		margin: 0px auto 0px auto; 

		padding: 0;

		width:auto;

		height:100%;

		bottom:0px;

		top:0px;

	}

a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

a:active {

	text-decoration: none;

}

/* -- > FORMULARIOS */

label

{

	font-weight:bold;

}

legend {font-size:120%;} 

fieldset {border:none;} 

input, textarea {border:1px solid #A0A0A0;}

/* <-- formularios */

#bg

{

	background:url(../img_files/bg.jpg);

}

#cabecera

{

	width:871px;

	height:143px;

}



#bg_middle

{

	background:url(../img_files/bg_middle.gif) repeat-y;

	width:857px;

}

#pie

{

	background:url(../img_files/pie.gif) no-repeat top;

	height:33px;

}



#div_bg_lateral

{

	margin-left:15px;

	width:170px;

}



#top_lateral

{

	background:url(../img_files/top_lateral.gif) no-repeat top;

	height:23px;

}

#middle_lateral

{

	background:url(../img_files/middle_lateral.gif) repeat-y;

	padding:3px;

	padding-left:10px;

	padding-right:8px;

}

#pie_lateral

{

	background:url(../img_files/pie_lateral.gif) no-repeat top;

	height:11px;

}



#div_fotos

{

	margin-top:10px;

	width:648px;

	height:329px;

}



#info_pie

{

	color:#222222;

}



#lista

{

	border-bottom:1px dashed #A3A3A3;

	padding:5px;

}



#contenido_lista

{

	border-top:1px dashed #A3A3A3;

}



#contenido_lista a:link, #contenido_lista a:visited

{

	color:#DC8605;

}

#contenido_lista a:hover

{

	font-weight:bold;

}


#divImgCont{
	width:200px;
	height:230px;
	margin:5px;
	float:left;
	font-size:11px;
}
#divImgInfo{ padding:3px; color:#000;}

#divImgInfo img{ border:2px solid #242223; margin:3px; height:120px;}

#divImgInfo a:link, #divImgInfo a:visited{
	color:#242223;
}
#divImgInfo a:hover{ color:#990224;}

/* =========== */
#div_degrade
{
   background-color: #000000;
   filter:alpha(opacity=40);
   -moz-opacity:0.4;
   opacity: 0.4;
   width:100%;
   height:100%;
   margin:0px;
   left:0px; right:0px;
   padding:0px;
   position: absolute;
}
#div_contenedor
{
	height:auto;
	border:2px solid #555555;
	background:#ffffff;
	color:#000000;
	width:expression((documentElement.clientWidth >100) ? "100px" : "auto" );
}