/* ESTILOS GENERALES */
body {
	background-color: #eeeeee;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
}
a:link, a:active { text-decoration: none;  color:#7a9c38;}
a:visited { text-decoration: none;   color:#7a9c38;}
a:hover, a:focus { text-decoration: underline;}

select, textarea, input { font-family:  Arial, Verdana, sans-serif;}
caption { display: none; }
table, tr, td {font-size:100%;	}
table td { text-align: left;}

img, a img { border: none;}

form { margin:0px; padding:0px; }

hr { display: none;  }

p { padding: 0; margin: 0 0 1em 0;}

/* RESOLUCIÓN PARA LA WEB Y ADECUACIÓN PARA VARIOS NAVEGADORES */
#contenedor {
	width:850px;
	margin:auto;
	background:url("../imgs/bg.gif") repeat-y center;
}
#barraTop {
	width:826px;
	background:#7a9c38;
	height:8px;
}
#fotoTop {
	width:826px;
}
#sombraFoto {
	width:826px;
	height:22px;
	background:url("../imgs/sombrafoto.gif") no-repeat right;
	text-align:right;
}
#sombraFoto span {
	padding-right:15px;
	padding-top:10px;
}
#tablaP {
	width:826px;
	border:0px;
}
#tablaP .izq {
	width:619px;
	padding:1px 0px 1px 20px;
}
#tablaP .der {
	width:207px;
}
.bgMenuTop {
	width:207px;
	height:62px;
	background:url("../imgs/menuMid.gif") repeat-y right;
}
.bgMenuMid {
	width:207px;
	background:url("../imgs/menuMid.gif") repeat-y right;
}
.bgMenuBottom {
	width:207px;
	background:url("../imgs/menuMid.gif") repeat-y right;
	height:64px;
}
#menu {
	width:207px;
}
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu ul li {
	background:url("../imgs/menu-item.gif") no-repeat right;
	height:20px;
	padding-left:80px;
	padding-top:5px;
	font-weight:bold;
	padding-bottom:1px;
}
#menu ul li a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#menu ul li a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
#bottom {
	width:826px;
	height:50px;
	background:url("../imgs/bottom.gif") right no-repeat;
}
.abajo {
	color:#FFFFFF;
	font-size:8pt;
	padding-left:10px;
}
a.abajo {
	color:#FFFFFF;
}
#contenido {
	width:600px;
}
.titulo {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
.textos {
	font-size:9pt;
	text-align:justify;
}
#direccion {
	text-align:right;
	color:#FFFFFF;
	font-size:8pt;
	padding-top:15px;
	padding-right:5px;
}
#direccion a {
	text-align:right;
	color:#FFFFFF;
}