/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\Reseteo Etiquetas HTML \\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, dfn, em, font, img, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	text-align: left;
	color: #000000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}

blockquote, q {
	quotes: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}

img {
	border: none;
} 

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\ Etiquetas Texto\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

body{
	background-color: #FFFFFF;
}

p{
	font-size: 12px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
	line-height: 16px;
}


h1 {
	font-size: 24px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 30px;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 50px;
	padding-bottom: 7px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 7px;
}

h3 {
	font-size: 20px;
	color: #6666CC;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 50px;
	padding-bottom: 7px;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 7px;
	background-color: #F6F8FD;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ************************* Contenedores ****************************** */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#cabeza{
	width: 100%;
	height: 20px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FF6600;
	background-image: url(../img/fondo_cabeza.gif);
	background-repeat:  repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#fondo{
	width: 100%;
	height: 570px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0099FF;
}

#contenedor{
	width: 900px; 
	height: 570px; 
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}


#contenido{
	width: 900px; 
	height: 570px; 
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}


#flashcontent{
	width: 900px;
	height: 570px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #006699;
}

#pie{
	width: 100%;
	height: 17px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	background-color: #FF6600;
	background-image: url(../img/fondo_pie.gif);
	background-repeat:  repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


ul li{
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
