/* v1.0 | 20080212 */
/* Primero resetear*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************************************
/
/*****************************************************************/
body{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFFFFF;
	color:#666666;
}
h1{
	font-size:150%;
	margin:1 em;
}
h2
{
	font-size:120%;
}
hr
{
	color:#CCCCCC;
	background-color:#0099FF;
}	
a
{
	text-decoration:none;
	outline:none;
	color:#666666;	
}
a:active
{
	color:white;background-color:#d9d9d9;
}
a:hover
{
	color:#FFFFFF;
}
a:active
{
	color:white;background-color:#d9d9d9;
}		
#navegacion ul
{
    text-align:center;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
#navegacion li
{
	

	margin-top:4px;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
	background-position:center;
	text-align:center;
	background-image:url("imagenes/btnNavegacion_mobil.JPG");
}
#wrapper
{
 	width:320px;
    height:auto;
	margin-left:auto;
	margin-right:auto;
	color:#666666;
	background-color:#666666;
	text-align:center;
	padding:10px;
}
#encabezado
{
	width:180px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFFFFF;
	padding:5px;
	padding-bottom:1px;
}		
#navegacion
{
	width:180px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFFFFF;
	padding:5px;
	padding-top:1px;
}
#contenido
{
	width:180px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFFFFF;
	padding:5px;
}
#contenido p
{
	text-align:left;
	margin-left:5px;
	padding:10px;
}
#contenido h1, h2
{
	color:#0033FF;
}
#contenido p a
{
	color:#0000FF;
	text-decoration:underline;
}	
#pie
{
	width:180px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	background-color:#FFFFFF;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#999999;
}		
			
