html, body {
	font-family: Lucida Sans Unicode, Tahoma, Sans-Serif;
	color: #333333;
	text-align: center;
	background: #ddd url(../img/fondo.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0px;
	border-style: none;
}
span {
	font-weight: bold;
}
a {
	color: #BD0A10;
}
h1 {
	display: none;
}
h2 {
	color: #333333;
	font-size: 17px;
	font-weight: normal;
}
h3 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
h4 {
	color: #BD0A10;
	font-size: 17px;
	font-weight: normal;
}
strong {
	color: #990000;
}
/*menu */
#invertedtabs{
	voice-family: inherit;
	left: 440px;
	float: right;
	margin-top: 60px;
}
#invertedtabs ul{
	margin:0;
	margin-bottom: 1em;
	padding:0;
	list-style:none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#invertedtabs li{
	display:inline;
	font-size: 10px;
	font-weight: normal;
	margin-right: 1px;
}
#invertedtabs a{
	float:left;
	color: white;
	text-decoration:none;
	background-color: #C60812;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 3px 0px 0px;
	padding: 0;
}
#invertedtabs a span{
	float:none;
	display:block;
	background: url(../img/color_tabs_right2.gif) no-repeat right top;
	padding:3px 9px 3px 6px;
}
#invertedtabs a:hover{
	background-color: #C60812;
}
#invertedtabs a:hover span{
	background-color: #333333;
}
#invertedtabs #current a, #invertedtabs #current span{ 
	background-color: #990000;
}
/* Header y Banner */
#header {
	width: 780px;
	margin: 0px auto;
	height: 80px;
}
#header img {
	float: left;
	padding-left: 10px;
}
.header ul li a:hover{
	width: 130px;
	background: #ffffff;
	display: block;
	float: left;
	height: 25px;
	text-align: center;
	color: #333;
}
#encabezado {
	background: #FFFFFF url(../img/tdfondo1.jpg) repeat-x top;
	border-bottom: 1px solid #666666;
	padding-top: 10px;
}
/* Principal */
#main {
	width: 780px;
	text-align: center;
	margin: 0px auto;
	height: auto;
}
#content {
	padding: 20px;
	text-align: left;
}
#content .texto {
	background: #ffffff;
	text-align: left;
	width: 350px;
	float: left;
	font-size: 12px;
}
#content .texto-der {
	float: right;
	width: 350px;
	margin-top: 25px;
}
#content #flash {
	float: right;
}
#content .texto ul, .texto-der ul {
	list-style-image: url(../img/bullet.gif);
	margin: 20px;
	padding: 0px;
}
.texto li a {
	font-size: 12px;
	color: #BD0A10;
}
/* Listas */
.list {
	margin-left: 20px;
}
.list ul {
	list-style-image: url(../img/bullet.gif);
	margin: 0px;
	padding: 0px;
}
.list li {
	font-size: 12px;
	padding-bottom: 15px;
}
/* Formulario */
#formulario {
	font-size: 12px;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 20px;
	float: right;
}
fieldset { 
	border:0;
	margin:0;
	padding:0;
}
label {
	display:block;
	font-size: 11px;
	padding: 4px 0px;
	color: #BD0A10;
}
input, textarea {
	width:300px;
	font:12px Courier New, Courier, mono;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
	
}
.submit {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	width: 310px;
	margin-top: 10px;
	display:block;
} 
/* Pie */
#footer {
	color: #666666;
	text-align: center;
	background: #EEEEEE url(../img/tdfondo2.jpg) repeat-x center top;
	bottom: 0px;
	height: 25px;
	border: 1px solid #666666;
	clear: both;
}
#footer p {
	margin-top: 5px;
	font-size: 11px;
}
