/*  
Theme Name: Basilica
Theme URI: http://www.duwork.com
Description: Tema para el sitio de la Basilica de Guanajuato
Version: 1.0
Author: Duwork
Author URI: http://www.duwork.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
a, a:link, a:visited, a:hover, a:active { text-decoration: none }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */


/* ************************************************************************************************************************************************************

Wordpress tag

************************************************************************************************************************************************************ */

#bloginfo {
	visibility: hidden;
}

/* Formato predefinido */
p {
	top:0;
	left: 0;
	padding: 0;
	margin: 5px 0 10px 0;
	color: #4c4c4c;
	font: .85em/170% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
.area_texto h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	padding: 17px 0 0 25px;
}

#titulo_page {
	width: 690px;
	height: 65px;
	color: #334347;
	border-top: #CCCCCC dotted 1px;
	border-bottom: #CCCCCC dotted 1px;
	margin-bottom: 20px;
	padding: 0;
	background: url(imagenes/banner_h1.gif) no-repeat;
	top: 40px;
	left: 30px;
}

#cabecera_interior h1 {
	margin: 0;
	padding: 0;
	visibility: hidden;
}

h2 {
	height: 35px;
	margin: 0 0 5px 0;
	padding: 8px 0 0 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	background-color: #2D3E42;
	background-image: url(imagenes/titulo_seccion.png);
	font: .9em Georgia, "Times New Roman", Times, serif;
}

.post h2 {
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #996600;
	background: url(imagenes/bullet_sun.png) no-repeat 1px 5px;
	text-transform: capitalize;
}

h3 {
	margin: 0;
	padding: 0 0 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #996600;
	background: url(imagenes/bullet_sun.png) no-repeat 1px 7px;
}

h4 {
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #996600;
	background: url(imagenes/bullet_sun.png) no-repeat 1px 5px;
}



body {
	margin: 0;
	padding: 0;
	border-top: #000 solid 3px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #FBF2D0 url(imagenes/sombra.png) no-repeat center top;
}

/* Definir layout general */	
#cabecera {
	width: 100%;
	height: 100px;
	background-color: #2D3E42;
	background-image: url(imagenes/background_header.png);
}

#cabecera_interior {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#layout, #layout_page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-left: #E9E9E9 solid 10px;
	border-right: #E9E9E9 solid 10px;
}


#contenedor {
	clear: both;
	margin: 0;
	padding: 0;
}

#columna_izq {
	width: 444px;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
	padding: 0;
	float: left;
}

#layout_page #columna_izq {
	width: 683px;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px; /* Para ie 6 */
	padding: 0;
	float: left;
}


#columna_central {
	width: 217px;
	margin-left:40px;
	padding: 0;
	float: left;
}

#columna_central li, #columna_der li {
	background-color: #FFFFFF;
}

#columna_der, #layout_page #columna_der {
	width: 217px;
	margin-left:20px;
	padding: 0;
	float: left;
}

#layout_page #columna_der {
	margin: 0 0 0 40px;
	_margin: 0 0 0 20px; /* Para ie 6 */
}

#busqueda {
	position:absolute;
	width: 960px;
	height: 50px;
	top:-70px;
	left:0;
	margin: 0;
	padding: 0;
	color: #FBF2D0;
	text-align: right;
}

#busqueda h3 {
	visibility:hidden;
	margin: -10px 0 0 0;
	padding: 0;
}

#area_busqueda {
	top:0;
	left: 0;
	width: 217px;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: right;
}

#searchform {
	margin: 0;
}

#searchform input#s {
	width: 150px;
	text-align: left;
	vertical-align: 11px !important;
	vertical-align: 8px;
}

#searchform input#searchsubmit {
}

#busqueda .campo_busqueda {
	padding: 0;
	margin: 10px;
	width: 100px;
	}

#menu_inferior {
	width: 960px;
	height: 20px;
	background-color: #2D3E42;
	background-image: url(imagenes/background_header.png);
	border-top: black solid 3px;	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
}
	
#pie {
	width: 100%;
	height: 150px;
	clear: left;
	background: #000 url(imagenes/sombra_960_baja.jpg) no-repeat;
}

#pie_info {
	position: absolute;
	font-size: .9em;
	margin: 0;
	_margin: 0;
	color: #5b5b5b;
	text-align: center;
	padding: 30px 0 0 0;
}
	
/* AREAS ESPECIFICAS */
#area_bienvenida {
	margin: 10px 0;
	border-bottom: #ccc dotted 1px;
}

#cuadro_imagen {
	position: absolute;
	top:0;
	left: 0px;
	margin: 100px 0 0 495px;
	padding: 0;
	width: 465px;
	height: 115px;
	background-color: black;
	float: right;
}

.texto_imagen{
	padding:10px;
	margin: 0;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:italic;
	text-align: right;
	color:#dfdfdf;
}

.evangelista {
	padding: 0;
	margin: 0 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	font-style:italic;
	text-align: right;
	color: #996600;
}

#area_galeria {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: #CCCCCC dotted 1px;
	}


/* MENUS */


#navmenu-h {
	position: absolute;
	width: 960px;
	top: -26px;
	left: 0;
	font-weight: normal;
	font-size: 0.7em;
	border-bottom: #537077 dotted 1px;
	border-top: #537077 dotted 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;	
	font-weight: normal;
	text-align: right;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  padding: 0;
  width: 960px; /*For KHTML*/
  list-style: none;
  height: 25px;
  z-index: 9;
  border-top: #537077dotted 1px;
  border-bottom: #537077 dotted 1px;
  text-align: left;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0 !important;
  padding: 0; /* Para ie 6*/
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  background: #000;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  height: auto;
  border-bottom: #666 dotted 1px;
  padding: 3px 0;
}

/* Root Menu */
ul#navmenu-h a {
  /*border: 1px solid #000;*/
  padding: 5px 4px 0;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #FBF2D0;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #000;
  color: #FFF;
  padding-bottom: 5px;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #000;
  color: #FBF2D0;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #3b3b3b;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #000;
  color: #FBF2D0;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #3b3b3b;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #3b3b3b;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}



#pos_menu_secundario {
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 0.6em;
	background-color: #000000;
	height: 20px;
	text-align: left;
	z-index: 1;
}

ul#menu_secundario {
	list-style: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 3px 10px 3px 3px;
	margin: 0;
}

ul#menu_secundario a{
	color: #8b8b8b;
	text-decoration: none;
}

ul#menu_secundario li {
	display: inline;
	padding-left: 10px;
	text-align: right;
}



/* Site map */

ul#sitemap a, ul#sitemap a:link, ul#sitemap a:visited, ul#sitemap a:hover, ul#sitemap a:active {	
	color: #666666;
	text-decoration: none;
	font-size: .7em;
}

ul#sitemap a:hover {
	color: #CCCCCC;
	}
	
ul#sitemap {
	margin: 20px 0 20px 0;
	_margin: 50px 0 20px 0;
	#margin: 50px 0 0 0;
	text-align: center;
	width: 960px;
	}

ul#sitemap li {
	display: inline;
	padding: 0 5;
	list-style: none;
	text-transform: uppercase;
	}




/* ************************************************************************************************************************************************************

Areas

************************************************************************************************************************************************************ */


.area_texto, .area_texto_principal {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: #ccc dotted 1px;
}

.area_lateral {
	padding-bottom: 0;
}

.evento_texto {
	margin: 0;
	padding: 0;
	color: #4c4c4c;
	font: .85em/170% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: #ccc dotted 1px;
}

#lista_eventos {
}

/* NOTICIAS */

.fecha_noticia{
	font-size: .65em;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 18px;
	border-top: #ccc dotted 1px;
	}


/* ESTILOS DE TEXTO */
.intro {
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 40px 0 0 0;
	font: italic 20px/180% Georgia, "Times New Roman", Times, serif;
	color: #996600;
	overflow: auto;
}

.tex_bold {
	font-weight:bold;
}

#creditos {

	border-top: #666666 dotted 1px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: .7em;
	}

#creditos a {
	color: #999999;
	}

/* ESTILOS DE IMAGEN */
#logo {
	position: relative;
	top: -25px;
	padding: 5px;
}
#img_principal {
	margin: 0;
	padding: 0 0 10px 0;
	/*border-bottom: #ccc dotted 1px;*/
}

#principal, #principal_page {
	top:0;
	left: 0;
	width: 960px;
	height: 310px;
	background: url(imagenes/sombra_960.png) no-repeat bottom;
}

#principal_page {
	height: 45px;
	/*border-bottom: #ccc dotted 1px;*/
	margin: 0 0 10px 0;
	background: url(imagenes/sombra_960.png) no-repeat bottom;
	}

#img_padre {
	width: 444px;
	height: 198px;
	margin: 0;
	padding: 0;
	border-bottom: #ccc dotted 1px;
	display:block;
}

#abad {
	float: left;
	margin:0;
	padding: 0 20px 0 0;
}

.header_seccion {
	background: url(imagenes/sombra_header.png) no-repeat;
	margin: 0;
	padding: 10px 21px 21px 10px;
	width: auto;
	}

/* CALENDAR */

#calendar {
	width: 217px;
	height: 150px;
	padding: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4c4c4c;
	text-align:center;
	border-bottom: #ccc dotted 1px;
}

/* GALERIA */
#galeria {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom:#ccc dotted 1px;
}

#galeria img {
	padding:5px;
	margin: 3px;
	border: #ccc solid 1px;
}


/* ************************************************************************************************************************************************************

Botones

************************************************************************************************************************************************************ */

.boton_centrado {
	width: 217px;
	text-align: center;
}


/* ************************************************************************************************************************************************************

Alineacion correcta de imagenes

************************************************************************************************************************************************************ */


img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}


/* ************************************************************************************************************************************************************

Anuncios

************************************************************************************************************************************************************ */

div#columna_der div#wp125adwarap_1c {
}


.wp125ad{
padding: 10px 0;
}