
body {
	background-color: #F5F5F5;
	background-image: url(../imgs/back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #BF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BF0000;
}
a:hover {
	text-decoration: underline;
	color: #BF0000;
}
a:active {
	text-decoration: none;
	color: #BF0000;
}

h1{
color:#333333;
font-size:14px;
font-weight:bold;
}

h1 a:link {
	color: #333333;
	text-decoration: none;
}
h1 a:visited {
	text-decoration: none;
	color: #333333;
}
h1 a:hover {
	text-decoration: none;
	color: #BF0000;
	border-bottom:dashed 1px #999999;
}
h1 a:active {
	text-decoration: none;
	color: #333333;
}

h2{
color:#666666;
font-size:18px;
font-weight:bold;
margin-bottom:5px;
}

#content{
background:url(../imgs/fondo.png) repeat-y;
overflow:auto;
width:1034px;
}
#mid{
overflow:auto;
width:924px;
margin-top:3px;
margin-bottom:5px;
}

#bottom{
width:924px;
background:url(../imgs/footer.jpg) no-repeat;
height:197px;;
font-size:10px;
color:#000000;
}

#bottom a:link {
	color: #000000;
	text-decoration: none;
}
#bottom a:visited {
	text-decoration: none;
	color: #000000;
}
#bottom a:hover {
	text-decoration: underline;
	color: #333333;
}
#bottom a:active {
	text-decoration: none;
	color: #000000;
}

.white{
color:#FFFFFF;
}

.left{
float:left;
overflow:auto;
width:636px;
}

.right{
float:right;
overflow:auto;
background:#EBEBEB url(../imgs/news.jpg) no-repeat;
width:284px;
padding-top:70px;
}

.rigth_news{
margin:12px;
border-bottom:#772728 dashed 1px;
padding-bottom:12px;
}

.texto{
margin:12px;
}

.borde{
width:600px;
height:2px;
background-color:#000000;
margin:17px;
}

.subtitulo{
background:#BF0000;
border:#A61718 solid 3px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-style:italic;
font-weight:bold;
padding:5px;
}

.texto_bordo{
color:#BF0000;
font-weight:bold;
font-size:12px;
}