/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #000;
	/*background-image:url(../images/fnd2.jpg);
	background-repeat:repeat-x;
	color:#4D4D4D;
	*/
	margin: 0px;
	line-height:1.5em;
	text-align:justify;
}

#contenedor{
	text-align: left;
	width: 100%;
	margin:0;
	color: white;	
}

#principal{
	color: white;
	float:left;
	overflow:hidden;
	width: 100%;
	/*width: 900px;*/
	/*min-width:900px;*/
	/*max-width:1240px;
	min-height:989px;*/

}

#principal a{
	color:#E0835A;
	text-decoration:none;
}
#principal a:hover{
	color:#373737;
}

.txt{
	font-size:10px;
	/*width: 150px;*/
}
.txt2{
	margin-left: 8px;
	color: white;
	font-weight: bold;
}

h2.txt3{
	margin-left: 8px;
	/*font-size: 11pt;*/
	color: #339900;
	font-weight: bold;
	
}

.celdafoto2{
	 /*text-align:center;
	 width:70px;
	 height:70px;
	 color: #000;*/
	 background-color: #000;
}

img.borde{
	/*border:5px solid #385CBA;*/
}

img.bordeThumb{
	 /*border:2px solid #ffffff;*/
}

a.linkThumb{
	/*border:2px solid #ffffff;*/
	opacity: 0.7;

}

a.linkThumb:hover {
	/*border:2px solid #ffffff;*/
	opacity:1.0; 
}
