
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #bdbdbd;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

.bodyIframe {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #bdbdbd;
	background-repeat: repeat-x;
	text-align:left;
	background-attachment: fixed;
	background-image: url(img/f_cont.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

#contenedor{
	text-align:center;
	margin:15px auto 0 auto; 
	background:#FFFFFF;
	width:923px;
	border: 1px solid #737373;
	padding-top:24px;
	padding-bottom:24px;
	filter: Glow(Color=#00FF00, Strength=20);
}

#cabecera{
	width:880px;
	height:125px;
	border: 1px solid #a7a7a7;
	margin:0 auto 9px auto; 
}

#sepCabecera{
	margin:0 auto 0px auto; 
	width:880px;
	height:35px;
	border: 1px solid #a7a7a7;
	background-image: url(img/sep_cabecera.gif);
	background-repeat: repeat-x;
	text-align:left;
		
}

#titularb{
	margin:0 auto 0px auto; 
	width:880px;	
}

#titular{
	margin:0 auto 0px auto; 
	width:880px;
	border-left:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
}

#contenidos{
	margin:0 auto 0px auto; 
	
	width:880px;
	border-left:1px solid #a7a7a7;
	border-bottom:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
}

#bot{
	margin:0 auto 0px auto;
	text-align:right;
	width:880px;
}

.textoHerramientas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EF1920;
	text-decoration:none;
	font-weight:bold;
}
.textoHerramientas:Hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b41015;
	text-decoration:none;
	font-weight:bold;
}

.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	line-height:18px;
}

.texto:Hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	line-height:18px;
}


