@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;
}

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;
	font-weight: bold;
}

td
{
	text-align: center;
	/*font-size: 15px;*/
	line-height: 1.3em;
	font-weight: bold;
	color: #333333; /*#544E4E*/
}
.stit
{
	border-bottom: 1px solid silver;
	font-size: 15px;
	font-variant: small-caps;
	color: silver;
	margin: 0;
	padding: 0;
	line-height: 15px;
	text-align: left;
}
.stit2
{
    text-align: right;
	border-bottom: 1px solid silver;
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-top: 20px;
}
#right a:active, #right a:link, #right a:visited { color: #F68B00; }

#right a:active:hover, #right a:link:hover, #right a:visited:hover
{
	color: red;
	text-decoration: underline;
}

#wraptabla
{
	text-align: center;
	font-size: 13px;
	margin:0;
	padding:0;
}
#table {
	text-align: center;
}

#wraptabla td
{
	text-align: left;
	padding: 0;
	margin: 0;
}

#wraptabla th
{
	text-align: center;
	font-variant: small-caps;
	font-size: 13px;
}