/*
RESET DE ERIC MEYER
url: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*DYNACLOUD*/
span{	
	font-family:sans-serif;
	font-size: 1em;
	margin: 0px;
	outline: none;
	padding: 0px;
	text-decoration: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

.highlight { background-color: yellow }
/*DYNACLOUD END*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*CONFIGURACION BASE DE TEXTO*/
body { font: normal 87.5%/1.5 helvetica, arial, verdana, sans; padding: 1.5em; /*background: url(grilla.gif);*/ }

/*Vinculos*/
a {text-decoration: none; color: #06c;}
a:hover { color: #f60; border-color: #f60; }

/*Titulos*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: Georgia, Times New Roman, Times, serif; }
h1 { font-size: 6em; line-height: 1em; }
h2 { text-transform: uppercase; font-size: 1em; font-family: helvetica, arial, verdana, sans; line-height: 1.5em; font-weight: bold; color: #333;  background: #ccc; }

h2, li {padding: 0 1.5em;}

/*Listas*/
ul { font-family: Georgia, Times New Roman, Times, serif; margin-bottom: 3em; }
li { line-height: 3; }
li:hover { background: #efefef; }
li span { color: #999;}
li a { font-weight: bold;  }

/*ELEMENTOS ESPECIFICOS*/
#descripcion { font-size: 2em; font-style: italic; font-family: Georgia, TimesNewRoman, Times, serif; color: #999; border-bottom: 1px dotted #999; line-height: 1.4642em}
#fechaActualizacion { font-size: 1em; margin-bottom: 1.5em; line-height: 3em; }
#fechaActualizacion span { font-weight: bold; }
/*PIE*/
#pie { font-size: 0.857em; line-height: 1.75em; margin-top: 1.75em;}

.highlight { background-color: yellow }
