/* CSS Document */


/* ------------------------------------- General -----------------------------------*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;

font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

body{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #ffffff;
}


/* ----------- Capas -------------*/	
#contenedor{
    width:800px;
	margin: 0px auto;
	padding: 167px 0px 0px 0px;
	text-align: center;
	/*border: 1px solid #ff0000;*/
}


.verde {
	color:#006943;
}

#nube_tags {
	position: absolute !important;
	visibility: hidden !important;
	clear: both !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 870px !important;
}

.texto_nube {
	text-align: justify !important;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

h3 {
	text-align: justify !important;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}


