@charset "utf-8";
body {
    margin: 0px;	
	background:url(../imagenes/fondo.jpg);
	background-repeat: repeat-x;
	scrollbar-face-color:					#007CC2;
    scrollbar-3dlight-color:				#C8E3F2;
    scrollbar-arrow-color:					#C8E3F2;
    scrollbar-highlight-color:				#C8E3F2;
    scrollbar-shadow-color:					#C8E3F2;
    scrollbar-darkshadow-color:				#000000;
    scrollbar-track-color:					#007CC2;
    scrollbar-base-color:					#000000;
    cursor:									url("../imagenes/puntero.ico"/*tpa=http://www.mcanam.com/imagenes/puntero.ico*/);
		font-family:Arial;
	font-size:11px;
	color:#5A716D;
}
.div_scroll{
	overflow-x:hidden;
	text-align:justify;
	padding-right:8px;
	overflow-y:scroll;
	height:0px;
	margin-right:0px;
}
.img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.cajas {
	font-family: verdana;
	font-size: 10px;
}
.fondo_barra_izq{
	background-image:url(../imagenes/fondo_barra_izq_fondo.png);
	background-repeat:repeat-y;
	width:215px;
	height:100%;
}
.fondo_barra_drc{
	background-image:url(../imagenes/fondo_barra_izq_fondo.png);
	background-repeat:repeat-y;
	width:215px;
	height:100%;
}
.fondo_barra_centro{
	background-image:url(../imagenes/fondo_barra_centro_fondo.png);
	background-repeat:repeat-y;
	width:517px;
	height:100%;
}
a:link {
	text-decoration: underline;
	color:#5A716D;
}
a:visited {
	text-decoration: underline;
	color:#5A716D;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.Estilo1 {font-weight: bold}

.estilo_cajas_txt{
font-family:Verdana;
font-size:10px;
}
a.paginacionAjax{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
a.paginacionAjax:hover{ text-decoration:underline;}
a.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#5A716D;
}
a.menu:hover{ text-decoration:underline;}
.cajaTexto{
	border:1px solid #D8D8D8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}