@charset "utf-8";
body {
	background-image: url(imagenes/fondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	scrollbar-face-color: #FF0000;
	scrollbar-highlight-color: #996633;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#CC0000;
	scrollbar-drakshadow-color:#000000;
}

#contenedor {
	width:600px; /*ancho total de la pagina*/
	border:1px solid #333333;
	margin:10px auto; /*10px arriba y abajo, y auto a los lados, para los navegadores nuevos es suficiente para centrar la pagina*/
	text-align:left; /*aqui alineamos todo de nuevo a la izquierda, pero dentro del contenedor*/
}

.div_scroll{
	overflow-x:hidden;
	padding-right:15px;
	overflow-y:scroll;
	height:0px;
	margin-right:10px;
}

.titulo_01 {
    font-size: 16px;
	color: #FFFF00; 
	font-weight: bold; 
	font-family: Arial; 
}

.contenido {
	font-size: 12px;
	font-family: Tahoma;
	color: #FFFFFF;
}

.ver_mas {
	color: #FFFF00;
	font-weight: bold;
	font:Arial;
	font-size:14px;
}

.titulo_02 {
    font-size: 14px;
	color: #FFFF00; 
	font-weight: bold; 
	font-family: Arial; 
}

.copy {
    font-size: 10px;
	color: #FFFF00; 
	font-weight: bold; 
	font-family: Arial; 
}

.menu {
	font-size: 12px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-weight:bold;
}

.pla {
    font-size: 18px;
	color: #FFFF00; 
	font-weight: bold; 
	font-family: Arial;
	text-decoration:underline;
}

a.link2:link { color: #FFFF00; text-decoration: none}
a.link2:visited {color: #FFFF00; text-decoration: none}
a.link2:hover {color: #006699; text-decoration: none}
a.link2:active {color: #FFFF00; text-decoration: none}

a.link3:link { color: #FFFFFF; text-decoration: none}
a.link3:visited { color: #FFFFFF; text-decoration: none}
a.link3:hover { color: #FFFF00; text-decoration: none}
a.link3:active {color: #FFFFFF; text-decoration: none}

button { border:0; padding:0; margin:5px; }
button.submit { width:66px; height:15px; background:url(../imagenes/submit.png) no-repeat; }
button.reset { width: 66px; height:15px; background:url(../imagenes/reset.png) no-repeat; }

.posicionamiento {color:#CC0000;
                  font-family:Arial, Helvetica, sans-serif;
				  font-size:9px;