@charset "utf-8";
/* CSS Document */

#Contenedor{
	padding:0;
	width:100%;
	background-color:transparent;
}

#Linea_top{
	padding:0;
	width:100%;
	background-color:#fff;
}

.Contenido{
	padding:5px 0px 4px 0px !important;
	padding-top:10px;
	border-top-color: #ebd802 2px solid;
	border:#ebd802 0px solid;
	width:100%;
	font-family:Arial, "Times New Roman";
}

#Linea_bottom{
	width:100%;
	background-color:#ebd80;
}

.tituloBanner{
font-family: Arial, "Times New Roman";
font-size:16px;
color:#bc001b;
background-color:#ebd800;
background-image: url(/Portals/5/ti_bg.jpg);
background-repeat: repeat-x;
background-position:left;
padding:2px 30px 0px 8px;
border-bottom: solid #ebd802 1px;
}

.table{
border-bottom: solid #ebd802 1px;
}




