body {
	margin: 0;
	padding: 0;
	background: #fff url(../_img/bck_header.jpg) repeat-x;
	/*text-align: center;*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

img{
	border:none;
}

h1 {
	/*font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;*/
	margin: 0;
	padding: 0;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color:#d61f52;
	line-height:30px;
}

h2 {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
}


a:link, a:visited, a:active { color: #000; text-decoration: none; }
a:hover { text-decoration:underline; }
a.white:link, a.white:visited, a.white:active { color:#fff; text-decoration:none;}
a.white:hover {text-decoration:underline;color:#fff;}
a.green:link, a.green:visited, a.green:active { color:#cdcc00; text-decoration:none;}
a.green:hover {text-decoration:underline;color:#cdcc00;}
a.pink:link, a.pink:visited, a.pink:active { color:#d61f52; text-decoration:none;}
a.pink:hover {text-decoration:underline;color:#d61f52;}

.left {
	float:left;
}

.right {
	float:right;
}

.negrita {
	font-weight:700;
}

.superior {
	height:25px;
	margin: 0;
	padding: 0;
}

.corner_t_l, .corner_t_r, .corner_b_l, .corner_b_r {
	width: 25px;
	height: 25px;
	float:left;
	background: url(../_img/corner_top_left.gif) no-repeat;
}

.corner_t_l {
	margin-left: -20px;
}

.corner_t_r {
	background: url(../_img/corner_top_right.gif) no-repeat;
}

.corner_b_l {
	background: url(../_img/corner_bottom_left.gif) no-repeat;
}

.corner_b_r {
	background: url(../_img/corner_bottom_right.gif) no-repeat;
}

.bck_pink_top, .bck_pink_down {
	width: 803px;
	height: auto;
	background-color: #d61f52;
	color: #fff;
	text-align:center;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
}
.bck_pink_down {
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
}

.bck_gray {
	width: 793px;
	height: auto;
	background-color: #ccc;
	border-left: 5px solid #d61f52;
	border-right: 5px solid #d61f52;
	text-align:center;
}

.bck_white {
	width: 793px;
	height: auto;
	background-color: #fff;
	border-left: 5px solid #d61f52;
	border-right: 5px solid #d61f52;
}

.line_pink {
	width: auto;
	height: 2px;
	background-color: #d61f52;
}

.line_gray {
	width: auto;
	height: 1px;;
	background-color: #ccc;
}

#logo {
	height: 140px;
	width: 983px;
	margin: auto;
}

#logo_header {
	height: 130px;
	width: 440px;
	float: left;
	margin-top:1px;
}

#pauta_header {
	height: 60px;
	width: 468px;
	margin-top: 10px;
	padding: 2px 2px 2px 11px;
	float: right;
	background: #999 url(../_img/borde_pauta_header.gif) no-repeat;
}

#container {
	width: 983px;
	height:auto;
	margin: auto;
	overflow: visible;
}

#menu {
	width: 160px;
	height: auto;
	float:left;
	padding-left: 20px;
	font-size:12px;
	text-align:left;
	line-height:22px;
}

.category {
	width: 160px;
	height: 25px;
	margin-left: -20px;
	padding-left: 20px;
	background: url(../_img/bck_category.gif) no-repeat;
	color: #fff;
	font-weight: 700;
}

#contenido {
	height: auto;
	float: right;
	width: 803px;
}

#center_auto {
	width: 563px;
	height: auto;
	float: left;
	overflow: visible;
}

#pauta_right {
	width: 210px;
	height: auto;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 12px;
	overflow: visible;
}

.p_210_90 {
	height: 90px;
	margin-bottom: 10px;
}

.p_210_270 {
	clear:both;
	height: 270px;
	margin-bottom: 10px;
}

.p_100_90 {
	width: 100px;
	height: 90px;
	margin-bottom: 10px;
	float: left;
}

.s_100_90 {
	width: 10px;
	height: 90px;
	margin-bottom: 10px;
	float: left;
}


.space-final {
	height: 120px;
	*height: 0;
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	visibility:hidden;
}

#creditos {
	height: 191px;
	bottom: 0;
	width: 100%;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../_img/bck_footer.jpg) repeat-x;
	z-index: -100;
	position:fixed;
}

#credi {
	width: 100% - 10px;
	height: 191px;
	margin: 0 10px;
	*margin-bottom: -5px;
	background: url(../_img/logo_footer.jpg) no-repeat bottom right;
}

#footer {
	letter-spacing:0.5px;
	width:100%;
	font-size:10px;
	height:17px;
	margin:-22px auto 0;
	padding:5px 0 0 0;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images_gral/fond_creditos.jpg);
	visibility:hidden;
}