body {
	font: 78%/1.5 arial, helvetica, serif, verdana;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #771D51 url('../images/fondo_web.png') repeat-x top left;
	text-align: center;
	
}

p {
margin: 0;
padding: 0;
}

#fondo {
width: 810px;
margin: 5px auto 10px auto;

overflow: hidden;

}

#contenedor {
width: 810px;
margin: 0 auto 0 auto;
padding: 0;
overflow: hidden;
background: transparent url('../images/sombra_contenedor.png') repeat-y top left;
}

#cabecera {
width: 810px;
height: 130px;
background: url('../images/cabecera.png') no-repeat top left;
margin: 0 auto 0 auto;
}

#contenido_web {
width: 770px;
margin: 0 auto 0 auto;
padding: 0 0 10px 0;
background-color: #fff;
overflow: hidden;
}


#menu_horizontal {
width: 770px;
height: 35px;
margin: 0 auto 0 auto;
padding: 0;
background-color: #FFF;
text-align: left;
background: transparent url('../images/fondo_menu.png') repeat-x top left;
}

#menu_horizontal h2 {
float: left;
margin: 4px 0 0 0;
padding: 0 12px 0 12px;
border-right: 1px solid #999;
font-size: 13px;
}

#menu_cabecera {
width: 210px;
float: right;
text-align: left;
margin: 0;
padding: 23px 0 0 0;
}

#menu_cabecera h1 {
font-size: 14px;
margin: 0;
padding: 0px 0 0px 0;
position: relative;
}

#titulo_seccion {
width: 480px;
height: 50px;
background: transparent url('../images/fondo_seccion.jpg') no-repeat top left;
}

#titulo_seccion p {
padding: 15px 0 0 25px;
text-align: left;
font-size: 20px;
font-weight: bold;
}

#titulo_pie_seccion {
width: 480px;
height: 25px;
background: transparent url('../images/fondo_pie_seccion.jpg') no-repeat top left;
}

#contenido_seccion {
width: 480px;
background: transparent url('../images/fondo_seccion_bienvenida.jpg') repeat-y top left;
overflow: hidden;
}

#contenido_seccion p {
text-align: left;
padding: 0 10px 10px 25px;
}

.caja_video {
width: 240px;
overflow: hidden;
FLOAT: left;
}



.final {
border-right: 0;
}

#div_1 {
width: 290px;
margin: 0;
padding: 0;
float: left;
overflow: hidden;

}

#div_2 {
width: 480px;
margin: 0;
padding: 0;
float: left;
overflow: hidden;

}

#div_3 {
width: 770px;
clear: both;
overflow: hidden;
text-align: center;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
/* background-color: #ccc; */
}

#div_titulo {
width: 290px;
height: 50px;
float: left;
overflow: hidden;
margin: 0;
padding: 0;
background: #FFF url('../images/fondo_titulo.png') no-repeat top left;
}
#div_titulo h3 {
margin: 0;
padding: 15px 40px 0 0;
font-size: 20px;
text-align: right;
}

#div_pie_titulo {
width: 290px;
height: 25px;
float: left;
overflow: hidden;
margin: 0;
padding: 0;
background: #FFF url('../images/fondo_pie_titulo.png') no-repeat top left;
}

#menu_lateral p {
margin: 3px 0 9px 20px;
}

#pie {
width: 810px;
height: 60px;
background: transparent url('../images/pie.png') no-repeat top left;
}

#pie .pie_1 {
width: 470px;
float: left;
text-align: left;
padding: 5px 0 0 30px;
color: #3A3A3A;
font-weight: bold;
font-size: 11px;
}
#pie .pie_2 {
width: 280px;
float: left;
text-align: right;
padding: 5px 30px 0 0;
color: #3A3A3A;
font-weight: bold;
font-size: 11px;
}




#div_noticias {
width: 245px;
margin: 0;
padding: 0 42px 0 13px;
text-align: left;

background: transparent url('../images/fondo_noticias.png') repeat-y top left;
}




.backwards {unicode-bidi:bidi-override; direction: rtl;}



/*
* html img, .png-no-repeat{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(
    this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src="transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='image')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
*/
* html .png-repeat {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(
    this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src="transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

a:hover img {
filter: alpha(opacity=50); 
opacity: 0.5;
}
img {
border: 0;
}