@charset "utf-8";
/* CSS de Estructura General */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	overflow-x:hidden;
	background:url(../im_ages/bg_paper_center.jpg);
}

#wrapper {
	width:100%;
	margin: 0 auto 0 auto;
}

/* Page Sets 
------------------------------------------------------------------------------- */
#page {
    width: 100%;
	margin: 0 auto 0 auto;
    text-align: left;
	}

/* Contenedors Sets
------------------------------------------------------------------------- */
/*     arr der ab izq   */

#contenedor {
	width: 1024px;
	margin: 0 auto 0 auto;
	text-align:left;
	min-height:500px;
	/*border:#669933 solid 1px;*/
}

		#contenedor_izq {
			width: 45px;
			margin: 0 0 0 0;
			text-align:left;
			min-height:500px;
			float:left;
			/*background:url(../im_ages/bg_paper_izq.jpg) repeat-y;*/
		}

		#contenedor_center {
			width: 934px;
			margin: 0 0 0 0;
			text-align:left;
			min-height:500px;
			float:left;
			/*background:url(../im_ages/bg_paper_center.jpg);*/
		}

		#contenedor_der {
			width: 45px;
			margin: 0 0 0 0;
			text-align:left;
			min-height:500px;
			float:left;
			/*background:url(../im_ages/bg_paper_der.jpg) repeat-y;*/
		}

/* Contenido Sets
------------------------------------------------------------------------- */
				#contenedor_cen_izq {
					width:232px;
					height:500px;
					margin: 0 0 0 0;
					float:left;
				}

						#contenedor_cen_izq_header {
							width:100%;
							height:67px;
							margin: 0 0 0 0;
							text-align:left;
							float:left;
						}
						#contenedor_cen_izq_div {
							width:100%;
							height:5px;
							margin: 0 0 0 0;
							float:left;
							/*background:#FF99FF;*/
						}
						#contenedor_cen_izq_menu {
							width:100%;
							height:300px;
							margin: 0 0 0 0;
							float:left;
						}

				#contenedor_cen_cent {
					width:422px;
					height:500px;
					margin: 0 0 0 0;
					float:left;
					/*background:#FF9933;*/
				}
						#contenedor_cen_cent_div {
							width:100%;
							height:5px;
							margin: 0 0 0 0;
							float:left;
							/*background:#FF99FF;*/
						}
						#contenedor_cen_cent_header {
							width:100%;
							margin: 0 0 0 0;
							text-align:center;
							float:left;
						}
						#contenedor_cen_cent_titulo {
							width:402px;
							margin: 0 10px 0 10px;
							text-align:left;
							font-size:12px;
							font-weight:bold;
							float:left;
						}
						#contenedor_cen_cent_contenido {
							width:402px;
							margin: 0 10px 0 10px;
							text-align:justify;
							float:left;
						}
								#span_bold_contenido {
									font-weight:bold;
								}
								#span_italic_contenido {
									font-style:italic;
								}

						
						
				#contenedor_cen_der {
					width:280px;
					height:500px;
					margin: 0 0 0 0;
					float:left;
					/*background:#0066FF;*/
				}
						#contenedor_cen_der_div {
							width:100%;
							height:10px;
							margin: 0 0 0 0;
							float:left;
							/*background:#FF99FF;*/
						}
						#contenedor_cen_der_barra_derecha {
							width:100%;
							margin: 0 0 0 0;
							float:left;
							/*background:#FF99FF;*/
						}

/* Menú Sets
------------------------------------------------------------------------- */
		#menu_links {
			width:100%;
			margin: 0 0 0 0;
			text-align:left;
			float:left;
		}

		#menu_sponsors {
			width:100%;
			margin: 10 0 0 0;
			text-align:left;
			float:left;
		}
/* Pie Sets
------------------------------------------------------------------------- */
/*     arr der ab izq   */


		#barra_derecha_datos {
			width:100%;
			height:120px;
			margin: 0 0 0 0;
			text-align:left;
			font-size:12px;
			font-weight:bold;
			float:left;
		}
		#barra_derecha_share {
			width:100%;
			height:80px;
			margin: 0 0 0 0;
			text-align:left;
			float:left;
		}

		#barra_derecha_scroll {
			width:100%;
			height:10px;
			margin: 0 0 0 0;
			text-align:left;
			float:left;
		}

		#barra_derecha_google_friends {
			width:100%;
			margin: 0 0 0 0;
			text-align:left;
			float:left;
		}

		#barra_derecha_facebook_ata {
			width:100%;
			margin: 0 0 0 0;
			float:left;
		}

#pie {
	width: 1024px;
	margin: 0 auto 0 auto;
	text-align:left;
	min-height:100px;
	/*border:#669933 solid 1px;*/
}