
/* Hoja de Estilos CSS de VAPOR3D */

body {
	background: white;
        background-image: url("image/fondo.jpg")
	margin-top: 0;
	margin-left: 0;
	color: #333;
	font-family: "Trebuchet Ms", "Verdana", "Arial", "sans-serif" ;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {cursor : url("aceitera.cur"), default;}


/* Texto normal */

P  {
 font-size : 12px;
 line-height: 18px;
 text-align : left; 
 font-weight : normal;
}

/* Títulos ítems */

H1  {
 font-size : 14px;
 font-weight : normal;
 text-align : center;
}

/* Textos pequeños */

H2  {
 font-size : 10px;
 font-weight : normal;
 text-align : center;
}

/* Textos menú */

H3  {
 font-size: 11px;
 line-height: 15px;
 font-weight: bold;
 color: yellow;
}

H4  {
 font-size : 11pt;
 font-weight : normal;
 text-align : left;
}

/* Títulos verdes grandes */

H5  {
 font-size : 18px;
 font-weight : normal;
 text-align : left;
 color : green;
 background-color: white; 
}

/* Párrafos verdes */

H6  {
 font-size : 15px;
 line-height : 20px; 
 font-weight : normal;
 text-align : left;
 color : green;
 background-color: white; 
}

/* Pié de foto centrado */

H7  {
 font-size : 12px;
 line-height: 18px;
 text-align : center; 
 font-weight : normal;
}

/* Títulos verdes centrados*/

H8  {
 font-size : 18px;
 font-weight : bold;
 text-align : center;
 color : green;
 background-color: white; 
}

/* Copyright */

H9  {
 font-size: 11px;
 font-weight: normal;
 text-align: center;
}

A:link {text-decoration: none}
A:visited {text-decoration: none; color: #3E0494 }
A:active {text-decoration: none}

