@import url(layout.css);

#contenido{
	
	background: #cecece;
}

.tex
{
	margin: 0px 90px 10px 50px;
	padding: 10px 30px 10px 20px;
	line-height: 1.3em;
	font-weight: bold;
	color: #333333; /*#544E4E*/
	background: #fefefe;
	border: 1px solid silver;
	-moz-border-radius: 10px;
}              

p {margin: 0; padding: 0;}

.item_reglas {
	margin: 10px 0 10px 0;
	
}

.item_reglas .subtitulo {
	float: left;
	font-size: 10px;
	color: gray;
	font-weight: bold; 
	margin:0;
	padding:0;
    line-height: 1.3em;
}           
.item_reglas .bla {
	margin-left: 35px;       
	background: #fcfcfc;
}

b
{
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

.us { 
	text-align: center;
	font-size: 15px;
	line-height: 1.5em; 
}
.tex a:link, .tex a:active, .tex a:visited { color: #F68B00; }
.us a:link, .us a:active, .us a:visited { color: darkred; font-weight: bold; font-style: oblique;}

.us a:link:hover, .us a:visited:hover, .tex a:link:hover, .tex a:visited:hover, li a:link:hover, li a:visited:hover
{
	color: white;
	background: #F68B00;
}

#contenido h2
{
	font-size: 35px;
	color: #9B8172;
	text-align: left;
	margin: 30px 0 45px 0;
	padding: 5px 0 0 65px;
	border-top: 1px solid #A67C60;
	border-bottom: 1px solid #A67C60;
	background: #F0EFEF url(../imagenes/titulo_fondo.jpg) top right no-repeat;
}
#contenido h3
{
	font-size: 18px;
	text-align: left;
	color: black;   
	margin:0;
	padding:0;
	margin-left: 60px;
}

li
{
	margin: 10px 100px 3px 100px;
	line-height: 1.3em;
}

td
{
	text-align: center;
}

