/* CSS Document */

body, html{
	text-align: center;
	margin:0px;
	height:100%;
	font-family: Arial;
	background:url(../img/bg_pagina.jpg) center repeat-y #1a61a8;

}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

img {
	border: 0px;
}

/* design */



#parent {
	width: 800px;
	margin:auto;
	text-align: left;
	clear: both;
}
#header {
	width: 800px;
	height: 200px;
}
#menu {
	float: left;
	margin: 0px;
	width: 800px;
	padding: 0px;
	background: #1a61a8;
}
#content {
	float: left;
	width: 740px;
	background: url(../img/bg_content.jpg) no-repeat top #FFF;
	color: #545454;
	padding: 0px 30px;
	font-size:medium;
	font-family: Arial;
	font-size:95%;
	line-height: 1.48;
}
#page_header{
	margin-top: 38px;
	text-align:center;
}
#bottom {
	float: left;
	width: 800px;
	text-align:center;
}
.sub_header {
	font-weight:bold;
	color: #80b4dd;
}
ul {
	list-style-image:url(../img/list.gif);
	padding: 0px 17px;
}
li {
	margin: 0px 0px 10px 10px;
	padding: 0px 7px;
}


/* Styles para los formularios */


input {
	background: #c2dbef;
	border:0px;
	padding:2px;
}
select {
	background:#c2dbef;
	border:0px;
	padding:2px;
}
textarea {
	background: url(../img/bg_textarea.gif) center no-repeat #c2dbef;
	border:0px;
	padding:2px;
}
/* links */

a:visited, a:link, a:active { 
	color : #3765b0; 
	text-decoration : none;
}
a:hover { 
	color : #587db7;
	text-decoration:underline;
}

/* Styles para el calendario */
.w_calendario {
	margin: 0px 30px;
	float:right;
	width: 360px;
}

.w_header {
	width: 100%;
}
.w_semana {
	color: #175fa7;
	font-size:28px;
	width: 337px;
	margin: auto;
	text-align: center;
	vertical-align: middle; 
	height: 35px;
}
.w_semana td {
    width: 40px;	
}
.w_dias {
	border-width: 0px;
	background:#CCCCCC;
	color:#999999;
	margin: auto;
	font-size:12px;
}

.w_normal {
    width: 47px;
	height: 39px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle; 
}
.w_fecha {
    width: 47px;
	height: 39px;
	background: url(../img/calendario/w_fecha.jpg) center no-repeat #FFF;
	text-align: center;
	vertical-align: middle; 
	font-size: 14px;
}
.w_events {
	width: 300px;
	float:left;
}
.w_events table {
	width: 300px;
}
.w_events table td {
	padding-left: 10px;
}
.w_event_fecha {
	background:#11508d;
	font-size:large;
	font-weight:bolder;
	width: 45px;
	text-align: center;
}
.w_mark {
	border:thin dotted #1a61a8;
	background:#eef7ff;
}
.w_unmark {
	border:thin dotted #FFFFFF;
}

/* Video Styles */

.videos_td {
	width:240px; 
	height:400px; 
	overflow-x: hidden; 
	overflow-y: auto;
}

.videos_table {
	width: 100%;
}
.videos_table td {
	text-align:center;
	vertical-align:middle;
	height: 140px;
	background:url(../img/videos_bg.jpg) center no-repeat;
	font-size:smaller;
}
.videos_table a:hover {
	text-decoration:none;
}
.videos_table td img {
	margin-bottom:4px;

}


.table_video {
	width: 95%;
	margin:auto;
	border:0px;
}

/* Fotos Styles */

.fotos_tab {
	border: 0px;
	width: 400px; 
	margin: auto;
}
.fotos_thumb {
	background:url(../img/fotos_bg.jpg) center no-repeat; 
	height:150px; 
	width:200px;
	vertical-align:middle;
	text-align:center;
}
.fotos_desc {
	vertical-align:top; 
	padding-left:20px; 
	padding-top:10px; 
	width:180px;
}
.fotos_desc_title {
	font-size:36px; 
	color:#80b4dd; 
	margin-bottom:10px;
}
.fotos_desc_name {
	font-size:12px; 
	margin-bottom:10px
}
.fotos_tab_bg {
	height:1px; 
	background:url(../img/line_fotos.gif);
}

/* Campanas Styles */

#table_campana {
	margin: auto; 
	width: 550px;
	border: 0px;
}
#table_campana tr {
	background:url(../img/camp_bg.gif);
}
#table_campana tr .td_campana_thumb{
	padding:25px;
	padding-right:10px;
	width:135px;
}
#table_campana tr .td_campana_text {
	vertical-align:top; 
	padding:25px; 
	padding-left:0px;
	font-size:12px;
}
#table_campana tr .td_campana_text img {
	margin-top:10px
}
#table_campana tr .td_campana_text .td_campana_text_header { 
	font-size:20px; 
	color:#80b4dd
}