/*   
Theme Name: Generique
Author: Diego Perez Beveraggi
Version:1.4
*/

body {
  background: #999;
  color: #333;
  font-size: 11px;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover,
.current {
  text-decoration: underline;
}

h1 {
  text-align: left;
  text-shadow:1px 1px 1px #333;
  margin-bottom:20px;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  /*overflow: hidden;*/
  text-align: center;
}
.sombras_laterales{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(layout/sombras_laterales.png);
	background-repeat:repeat-y;	
}
.base_pagina {
	width:994px;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
}
.barra_top{
	width:994px;
	height:10px;
	background-color:#000;
	background-image:url(layout/sombra_menu.png);
}
/* SLIDESHOW HEADER */
.fadein { 
	position:relative; 
	width:994px; 
	height:300px; 
}
.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
}
.contenedor_slideshow{
	width:994px;
	height:300px;
	background-color:#000;
}

/* MENU */
.contenedor_menu {
	width:994px;
	height:41px;
	background-image:url(layout/sombra_menu.png);
	background-repeat:no-repeat;
	background-color:#272727;
	border-bottom:#000 4px solid;
}
.sombra_bajomenu{
	position:absolute;
	width:994px;
	height:29px;
	background-image:url(layout/sombra_bajomenu.png);
	background-repeat: repeat-x;
	z-index:10;
	*display:none;
}
.menu a {
  color:#FFF;
  text-shadow:1px 1px 1px #000;
  font-size:13px;
  font-weight:bold;
  display: block;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	position: relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */;
	margin:0;
	float:left;
}
.menu ul li a {
	display: block;
	padding:11px 15px 0 0;
	text-decoration:none;
	height:30px;
}
.menu ul li a:hover {
	text-decoration:underline;
}
/* SUBMENU */
.menu ul ul {
	position: absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */;
	top:41px;
	left: -5px; /* Para que no monte sobre el <li> */;
	background:#555;
	background-image:url(layout/sombra_menu.png);
	border: 1px #000 solid;
	border-top:4px #000 solid;
	z-index:60;
	padding: 0 5px 5px 5px;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}
.menu ul ul li a {
	display:block;
	border-bottom:#FFF solid 1px;
	width:160px;
}
.menu ul li:hover {
	display: block;
}
.contenedor_menu ul > li {
	float:left;
}

/* SEGUNDO NIVEL SUBMENU */
.menu ul.sub-menu ul {
	position: absolute;
	top:0;
	left: 180px;
	border-top:0;
}

/* CONTENIDO */
.margensuperior{
	padding-top:29px;
}
.contenido{
	padding-bottom:20px;
}
.contenido p {
	text-align:justify;
	font-size:12px;
	margin-bottom:20px;
}
.contenido img{
	border:#CCC 1px solid;
}
div.contactform {
	font-size:12px;	
}
.sidebarDer {
	width:615px !important;
	padding-right:25px !important;
}
.sidebarIzq {
	width:615px !important;
	padding-left:25px !important;
}
/* WP-LOOP */
div.loop {
	margin-bottom:30px;
	clear:both;
	min-height:120px;
}
.loop h2{
	margin:0;
	padding:0;
	font-size:18px;
	text-align:left;
}
.loop img{
	float:left;
	margin: 0 10px 10px 0;	
}

/* SIDEBAR */
.sidebar{
	background-color:#dedede;
	padding-left:10px;
	border-right: 27px solid #dedede;
	margin-right:-27px;
	padding-bottom:20px;
}
.sidebar p {
	font-size:11px;
	text-align:left;
	margin-bottom:20px;
}
.sidebar h3{
	font-size:16px;
}
.sidebar ul, .sidebar li {
  margin: 0;
  list-style: none;
}
.widgets_sidebar{
	width:270px;
	padding-left:10px;
	overflow-x: hidden;
	margin-bottom: 20px;
}
.sidebaritem {
	margin-bottom:15px;
}

/* Calendario */
#wp-calendar {
	empty-cells: show;
	margin: px auto ;
	width: 155px;
}
#wp-calendar, #next a {
	padding-right:10px;
	text-align: right;
}
#wp-calendar, #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}

/* FOOTER */
.footer{
	width:994px;
	padding-top:29px;
	background-image:url(layout/sombra_bajomenu.png);
	background-repeat: repeat-x;
	background-color:#333;
}
.footer h3{
	font-size:16px;
}
.footer ul, .footer li {
  margin: 0;
  list-style: none;
}
.footer p {
  font-size:11px;
  text-align:left;
  color:#FFF;
  text-shadow:1px 1px 1px #000;
  margin-bottom:20px;
}
.listaPaginas a {
  color:#FFF;
  font-weight:bold;
  font-size:13px;
}
.copyright {
  margin-top:12px;
}

/* FORMULARIO */
form#searchform fieldset {
	padding: 8px 0 0 0;
	border: none;
}
form#searchform fieldset input.texto {
	width: 164px;
	background: url('layout/bg_input_text.gif') no-repeat left center;
	padding: 5px 0;
	color: #a8a8a8;
	float:left;
	border: none;
	margin: 0;
}
form#searchform fieldset input.boton {
	background: url('layout/btn_buscar.gif') no-repeat left center;
	text-indent: -80000px;
	width: 52px;
	height: 26px;
	margin-left:0px;
	float:left;
	border: none;
	padding:0;
}

/*////////////////////////////////////////*/
/*------------------- WP -----------------*/
/*////////////////////////////////////////*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
#gallery-1 {
	clear:both;
}