
/* Hoja de Estilos CSS para iPhone de VAPOR3D */

/* @media only screen and (max-device-width: 480px) {
 img, html .entry-content img {
  max-width:100%;
  height:auto;
 }
} */

body {
	background: white;
	margin-top: 0;
	margin-left: 0;
	color: #333;
    max-width: 208px;
	font-family: Gill Sans MT, Gill Sans, GillSans, Verdana, Arial, Helvetica, sans-serif ;
	margin-right: 0px;
	margin-bottom: 0px;
}

.oculto {
display:none
}

IMG { display: none }


/* Texto normal */

P  {
 font-size : 6pt;
 line-height: 18px;
 text-align : left; 
 font-weight : normal;
}

/* Títulos ítems */

H1  {
 font-size : 10pt;
 font-weight : normal;
 text-align : center;
}

/* Textos pequeños */

H2  {
 font-size : 9pt;
 font-weight : normal;
 text-align : center;
}

/* Textos menú */

H3  {
 font-size: 10pt;
 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 : 14pt;
 font-weight : normal;
 text-align : left;
 color : green;
 background-color: white; 
}

/* Párrafos verdes */

H6  {
 font-size : 6pt;
 line-height : 20px; 
 font-weight : normal;
 text-align : left;
 color : green;
 background-color: white; 
}

/* Pié de foto centrado */

H7  {
 font-size : 11pt;
 line-height: 18px;
 text-align : center; 
 font-weight : normal;
}

/* Títulos verdes centrados*/

H8  {
 font-size : 18pt;
 font-weight : bold;
 text-align : center;
 color : green;
 background-color: white; 
}

/* Copyright */

H9  {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

A:link {text-decoration: none}
A:visited {text-decoration: none; color: #3E0494 }
A:active {text-decoration: none}


