@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
scrollbar-face-color:#CBDB29;
scrollbar-shadow-color:green;

}

#todo {
	height: 350px;
	width: 700px;
}


#top {
	height: 50px;
	width: 700px;
	background-color: #CBDB29;
}

.TopIzquierda {
	height: 50px;
	width: 700px;
	background-image: url(../images/bg_top.gif);
}
.TopTitular {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #46453b;
	border-top-style: none;
	border-left-style: none;
	height: 50px;
	width: 440px;
}
.classTitulares  {
	height: 12px;
	width: 390px;
	display: block;
	margin-top: 10px;
	font-family: arial, helvetica;
	font-size: 12px;
	text-align: left;
	color: #46453b;
	margin-right: 20px;
	margin-left: 280px;
}
#Contenido {
	height: 300px;
	width: 700px;
}
#ImagenInterior {
	height: 300px;
	width: 260px;
}
#I_info {
	height: 300px;
	width: 700px;
	float: right;
}
#TextoInterior {
	height: 300px;
	width: 415px;
	overflow: auto;
}

.classTextoInterior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46453B;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 10px;
	text-align: justify;
}
.classImagen01a {
	background-image: url(../images/TE_img01a.jpg);
	background-repeat: no-repeat;
	float: left;
}
.classImagen01b {
	background-image: url(../images/TE_img01b.jpg);
	background-repeat: no-repeat;
	float: left;
}
.classImagen02a {
	background-image: url(../images/TE_img03.jpg);
	background-repeat: no-repeat;
	float: left;
}
.classImagen02b {
	background-image: url(../images/TE_img05b.jpg);
	background-repeat: no-repeat;
	float: left;
}
.classImagen03a {
	background-image: url(../images/TE_img02a.jpg);
	background-repeat: no-repeat;
	float: left;
}
.classImagen03b {
	background-image: url(../images/TE_img02b.jpg);
	background-repeat: no-repeat;
	float: left;
}

.classImagen05 {
	background-image: url(../images/TE_img05.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
