@charset "utf-8";
/*
Theme Name: Fedian
Theme URI: http://fediancali.com
Description: Tema de Fedian
Version: 1.0
Author: Plan Original
*/
/* CSS Document */
@import url(css/reset.css);
@import url(css/text.css);

/*--- ESTILOS GENERALES ---*/

a:focus img, a:active img, li a:focus, li a:active {
    outline: 1px dotted #999;
}

p a, .commentlist a {
    text-decoration: none;

    color: #66D25F;
}

p a:hover, p a:focus, p a:active, p a:visited {
    border-bottom: 1px dotted;

    color: #999562;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.resaltar {
	background-color: #FFFFAA;
	padding: 2px;
}

ul, ol {
	list-style-position: inside;
}

.error {
	background-color: #FFD4AA;
	font-weight: bold;
	padding-left: 5px;
}

.exito {
	background-color: #D4FFD4;
	font-weight: bold;
	padding-left: 5px;
} 

table {
  border-collapse:collapse; 
  font-family:verdana, arial, sans-serif; 
  font-size:0.75em; 
  line-height:2em; 
  border:1px solid #363;
  }
td, th {
  padding:0 0.5em; 
  border-top:1px solid #ddd;
  }
tr.odd {
  background:#eee;
  }
th {
  background:#839965;
  }
caption, tfoot {
  font-family:georgia, "times new roman", serif; 
  font-size:3em; 
  line-height:2em; 
  height:2em; 
  padding-right:0.25em; 
  text-align:right; 
  color:#363; 
  border:1px solid #ddd;
  }
tfoot th {
  background:#fff; 
  color:#363; 
  font-weight:normal;
  }
thead tr {
  color:#fff; 
  height:4em;
  }
thead tr th:first-child {
  color:#fc6; 
  border-right:1px solid #000; 
  text-align:right; 
  padding-right:1.5em;
  }
tbody th {
  padding:0; 
  border-right:1px solid #fff; 
  border-top:1px solid #000;
  width:16em; 
  vertical-align:middle;
  }
tbody tr.odd th {
  border-right:1px solid #eee;
  }
tbody td {
  color:#363; 
  vertical-align:middle; 
  height:4em;
  }
tbody th a {
  color:#fc3; 
  text-decoration:none; 
  border-right:0.8em solid #fc3; 
  font-weight:normal; 
  text-align:right; 
  padding-right:0.5em; 
  float:right; 
  border-top:0.8em solid #839965; 
  border-bottom:0.8em solid #839965;
  }
tbody tr th a:visited {
  border-right:0.8em solid #fff;
  }
tbody tr.odd th a:visited {
  border-right:0.8em solid #eee;
  }
tbody td a:visited {
  color:#000; 
  font-weight:normal; 
  text-decoration:line-through;
  }
tbody td a {
  color:#000; 
  font-weight:normal;
  }
tbody tr th a:hover {
  color:#fff; 
  border-right:0.8em solid #fff;
  }
tbody tr.odd th a:hover {
  color:#fff; 
  border-right:0.8em solid #eee;
  }
tbody td a:hover {
  color:#c00; 
  font-weight:normal; 
  text-decoration:none;
  }

/*--- MENUS ---*/

/* Horizontal */

.menu-horizontal {
	margin: 0;

	list-style-type: none;

	position: relative;
	
	z-index: 999;
}

	.menu-horizontal li {
		float: left;
		margin-left: 0;

        text-align: center;

		position: relative;
	}

		.menu-horizontal a {
			display: block;

			position: relative;

			text-decoration: none;
		}

		.menu-horizontal ul {
			position: absolute;
			left: 0px;

			list-style-type: none;

			display: none;
			
			z-index: 999;

		}

		.menu-horizontal li ul li {
			text-align: left;
			margin-left: 0;
		}

		.menu-horizontal li:hover ul ul, .menu-horizontal li:hover ul ul ul, .menu-horizontal li:hover ul ul ul ul {
			display: none;
		}

		.menu-horizontal li:hover ul, .menu-horizontal li li:hover ul, .menu-horizontal li li li:hover ul, .menu-horizontal li li li li:hover ul{
			display:block;
		}

			.menu-horizontal li ul li a {
				width: 140px;
			}

			.menu-horizontal li ul li a:hover {
				position: relative;
			}


/*--- Breadcrumb ---*/

	#breadcrumb {
		overflow: hidden;

		height: 22px;
		padding-right: 5px;
		margin: 10px 0 0 0;

		z-index: 0;
		
		list-style-type: none;
	}
	
		#breadcrumb li {
			float: left;
			
			height: 22px;
			
			margin: 0 3px 0 0;
			padding: 0 10px 0 4px;		
			
			color: #FFF;	
			
			background: transparent url('imagenes/ulbgbread.png') no-repeat right top;
			
			border-left: #B4B4B4 1px solid;			
		}
		
		
			#breadcrumb li a {
				color: #FFF;

				margin: 0;
				
				line-height: 21px;	
				text-decoration: none;
				font-weight: bold;	
				
				display: block;	
			}
			
			#breadcrumb li a:hover {
				color: #E1E1E1;
			}


/*--- FIN ESTILOS GENERALES ---*/

body {
	width: 100%;
	background: #FFF url('imagenes/bg.png') repeat-x left top;
}

#contenedor {
	position: relative;
	width: 960px;
	margin: 0 auto;
	
	overflow: hidden;
}

/* Cabecera */

#cabecera {
	position: relative;
	overflow: hidden;
	height: 1%;
	
	margin: 0 0 40px 0;
	
	background: transparent url('imagenes/header.png') no-repeat left top;
	
	z-index: 999;
}

    #logo {
        display: block;
        position: relative;
        overflow: hidden;
        float: left;

        width: 81px;
        height: 120px;

        text-indent: -500px;

        margin: 48px 0 0 55px;
    }

        #logo a span {
            position: absolute;
            top: 0;
            left: 0;

            width: 81px;
            height: 120px;

            background: transparent url("imagenes/logo.png") no-repeat top left;
        }
        
	#flashCabecera {
		width: 810px;
		height: 190px;
		float: left;
		
		margin-left: 5px;
	} 
	
	#menu-head {
		position: absolute;
		top: 127px;
		left: 9px;
		
		z-index: 1;
	}
	
	#menu-head > li {
		width: 133px;
		
		margin: 0 0 0 1px;
		
		background: transparent url('imagenes/li-cabeza.png') no-repeat left bottom;
	}
	
		#menu-head a {
			height: 30px;
			line-height: 30px;
			padding: 55px 0 0 0;
			
			color: #000;
			font-weight: bold;
		}
		
	#menu-head > li:hover, #menu-head > li.current {
		background: transparent url('imagenes/li-cabeza-hover.png') no-repeat left bottom;
	}	
	
	#searchform {
		position: absolute;
		top: 110px;
		right: 30px;
		
		width: 180px;
		height: 28px;
		
		background: transparent url('imagenes/search.png') no-repeat left top;
	}
	
	#searchform input {
		background: transparent;
		border: none;
	}
	
	.caja-busq {
		padding: 5px 0 0 4px;
		width: 153px;
	}
	
	#searchsubmit {
		width: 15px;
		height: 22px;
	}

/* Widgets */

.widgettitle {
	color: #5A5A5A;
	font-size: 1.3em;
	border-bottom: #5A5A5A 1px dotted;
	
	line-height: 1;
	
	margin-bottom: 10px;
}

.link-todos {
	text-align: right;
}

.link-todos a {
	color: #FFF;
	background-color: #696969;
	padding: 1px 2px;
	
	font-size: 0.85em;
	text-decoration: none;
}

#productos-destacados img, #convenios-destacados img {
	width: 50px;
	height: 50px;
	
	margin: 2px 3px 0 4px;
}

.featured-Productos h4, .featured-Convenios h4 {
	font-size: 1.2em;
	font-weight: bold;
	
	line-height: 1.2;
	
	margin: 0 0 3px 0;
}

.featured-Productos h4 a, .featured-Convenios h4 a {
	color: #5A5A5A;
	text-decoration: none;
}


.featured-Productos {
	height: 62px;
	margin-bottom: 15px;
	
	background: transparent url('imagenes/productos.png') no-repeat left top;
}

	.prodDescription p {
		margin: 0 0 0 3px;
		
		font-size: 0.9em;	
	}

.featured-Convenios {
	height: 77px;
	background: transparent url('imagenes/convenios.png') no-repeat left top;
	
	margin-bottom: 15px;
}

.featured-Convenios p {
	line-height: 1;
}

/* Galeria */

.ngg-widget {
	padding: 10px 0 22px;
	
	background: #D1D82E url('imagenes/galeria-fotografica.jpg') no-repeat left bottom;
}
	
	.ngg-widget a img {
		width: 65px;
		margin-left: 3px;
		border: #FFF 2px solid;
	}



/* Sidebar left */

#leftSidebar {
	width: 225px;
	float: left;
	
	overflow: hidden;
}

	#leftSidebar > div, #rightSidebar > div {
		margin-bottom: 28px;
	}

#loggin a {
	display: block;
	width: 225px;
	height: 87px;
	
	text-indent: -500px;
	
	background: transparent url('imagenes/estado-de-cuenta.png') no-repeat left top;
}

#simula a {
	display: block;
	width: 225px;
	height: 87px;
	
	text-indent: -500px;
	
	background: transparent url('imagenes/simulador.png') no-repeat left top;
}

/* Sidebar right */

#rightSidebar {
	width: 225px;
	float: right;	
	
	overflow: hidden;
}

#evSlidCont {
	overflow: hidden;
    position: relative;
    width: 224px;
    height: 265px;
    background: transparent url('imagenes/mas-eventos.png') no-repeat left top;
    
    padding: 6px 0 0 4px;	
}

	#sliderEvent {
	    position: relative;
	    margin: 0;
	    width: 217px;
	    height: 209px;
	    overflow: hidden;
	}
	
		.eventItem {
			display: block; 
			width: 218px; 
			height: 210px;
			margin: 0; 
		}
		
			.eventItem img {
				margin: 0;
				padding: 2px 3px;
			}
	
	.detalleEvento {
		width: 212px;
		padding-left: 5px;
		
		position: absolute;
		top: 135px;
		left: 0;
		
		font-size: 0.9em;
		
		background-color: #A9A8A7;
	}
	
	.detalleEvento h4 {
		font-size: 1.2em;
		font-weight: bold;
			
		margin-bottom: 2px;
	}
	
	.detalleEvento h4 a {
		color: #FFF;
		text-decoration: none;		
	}
	
	.detalleEvento table {
		margin-bottom: 0;
	}
	
	.titleTd {
		font-weight: bold;
	}
	
/* controles slide side */
#controls2 {
    display: block;
    position: relative;
    margin: 25px 0 0 3px;
    width: 215px;
}

	.prev_btn2 {
		overflow: hidden;
		text-indent: -500px;
	    width: 10px;
	    height: 18px;
	    float: left;
	    background: transparent url('imagenes/flechaizq.png') no-repeat left top;
	}
	
	.next_btn2 { 
		overflow: hidden;
		text-indent: -500px;
	    width: 10px;
	    height: 18px;
	    float: right;
	    background: transparent url('imagenes/flecha.png') no-repeat left top;
	}	
	
	
	
#asociese a {
	display: block;
	width: 225px;
	height: 87px;
	
	text-indent: -500px;
	
	background: transparent url('imagenes/asociese.png') no-repeat left top;
}	

#fotograficas a {
	display: block;
	width: 225px;
	height: 87px;
	
	text-indent: -500px;
	
	background: transparent url('imagenes/fotograficas.png') no-repeat left top;
}
	
	
/* Centro */

#central {
	width: 460px;
	float: left;
	
	margin: 0 25px;
	
	overflow: hidden;
}

/* Slider */

#slidercont {
	width: 443px;
	height: 278px;
	
	padding: 25px 0 0 17px;
	margin-bottom: 25px;
	
	background: transparent url('imagenes/slide-info-destacada.png') no-repeat left top;
}

	#slider {
	    position: relative;
	    margin: 0;
	    width: 420px;
	    height: 205px;
	    overflow: hidden;
	    background-color:#333;
	    border: 4px solid #666;
	}
	
		.item {
			display: block; 
			width: 420px; 
			height: 205px;
			margin: 0; 
		}


/* controles slide */
#controls1 {
    display: block;
    position: relative;
    margin: 35px 0 0 0;
    width: 430px;
}

.prev_btn {
	overflow: hidden;
	text-indent: -500px;
    width: 10px;
    height: 18px;
    float: left;
    background: transparent url('imagenes/flechaizq.png') no-repeat left top;
}

.next_btn { 
	overflow: hidden;
	text-indent: -500px;
    width: 10px;
    height: 18px;
    float: right;
    background: transparent url('imagenes/flecha.png') no-repeat left top;
}

	.captionSlider {
		position: absolute;
		top: 165px;
		left: 0;
		
		width: 417px;
		height: 40px;
		
		padding: 0 0 0 3px;
		
		background: transparent url('imagenes/bg-trans.png') repeat left top;
	}
	
		.captionSlider h3 {
			font-size: 0.9em;
			font-weight: bold;
			
			margin-bottom: 2px;
		}
		
		.captionSlider h3 a {
			color: #FFF;
			text-decoration: none;
		}
		
		.captionSlider p {
			font-size: 0.8em;
			line-height: 0.9;
			margin-bottom: 0;
		}	
		
/* Fin Slider */			

/* Noticias recientes */

#noticiasRecientes {
	margin-bottom: 15px;
}	

#noticiasRecientes h2 {
	font-size: 1.4em;
	color: #696969;
	border-bottom: #696969 1px dashed;
	
	margin-bottom: 15px;
}

.noticiaReciente {
	border-bottom: #696969 1px dashed;
	margin-bottom: 15px;
        clear: both;
        overflow: hidden;
}

.noticiaReciente h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}

.noticiaReciente h3 a {
	color: #787878;
}

.noticiaReciente img {
	background: transparent url('imagenes/noticias.png') no-repeat left top;
	padding: 10px;
}

/* Pagina */

#contPagina, #contNormal {
	float: left;
	width: 675px;
	margin: 0 0 35px 45px;
}

	#contPagina h3 {
		color: #234D23;
		font-weight: bold;
		font-size: 1.6em;
	}
	
	#contPagina h4 {
		font-size: 1.4em;
		font-weight: bold;
		color: #234D23;
	}
	
.explicacion {
	padding: 10px 25px 10px 15px;
	margin-bottom: 15px;
	background-color: #E6F2EB;
	border-right: #ACD0C9 1px solid;
	border-bottom: #ACD0C9 1px solid;
	display: inline-block;
}	

/* Contacto */

#contacto, #simuladorForm {
	margin: 15px 20px;
}

	#contacto div, #simuladorForm div {
		background-color: #F5FAF9;
		margin-bottom: 5px;
		padding: 4px 8px;
		
		display: inline-block;
		width: 500px;
	}
	
		#contacto label, #simuladorForm label {
			display: inline-block;
			width: 170px;
		}

/* Convenios / Productos */

.cateProd, .galeryList li {
	float: left;
	width: 190px;
	height: 60px;
	
	margin: 20px 0 0 20px;
	
	text-align: center;
}

	.cateProd  h3, .galeryList li {
		font-size: 1.1em;
		font-weight: bold;
	}
	
	.cateProd  h3 a, .galeryList li a {
		display: inline-block;
		text-decoration: none;
		color: #696969;
		background: transparent url('imagenes/sub-convenios.png') no-repeat left top;
		width: 190px;
		height: 42px;
		padding-top: 18px;
		
		line-height: 1;
	}
	
.cateEsp {
	margin-top: 20px;
	overflow: hidden;
}

	.cateEsp h3 {
		font-weight: bold;
		font-size: 1.6em;		
	}	
	
	.cateEsp h3 a {
		color: #234D23;	
		text-decoration: none;
		border-bottom: #234D23 1px dotted;
	}
	
.post {
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
	height: 1%;
	overflow: auto;
	border-bottom: #A1CB4C 1px dotted;
}

	.titulo-post {
		color: #234D23;
		font-weight: bold;
		font-size: 1.6em;		
	}
	
	.titulo-post a {
		color: #234D23;
		font-weight: bold;
		text-decoration: none;		
	}
	
.precio {
	margin-bottom: 20px;
}	
	
/* Galer�a */

.ngg-galleryoverview {
	border: #A1CB4C 2px dotted;
	height: 1%;
	overflow: hidden;
}

	.ngg-gallery-thumbnail-box {
		float: left;
		margin: 15px 20px;
	}
	
		.ngg-gallery-thumbnail-box img {
			border: #A1CB4C 3px solid;
		}	
		
.galeryList {
	list-style-type: none;
}		
	
/*Comentarios*/

#commentform {
	width: 670px;
	margin: 25px auto;
}

#commentform div {
	margin-bottom: 8px;
}

.label-normal, .comentario-label {
	display: inline-block;
	width: 150px;
	font-weight: bold;
}

.commentlist, .navigation, #respond {
	width: 670px;
	margin: 0 auto;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	color: #696969;
	border-bottom: #696969 1px dotted;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	
	background-color: #EBF4F5;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	.commentmetadata a {
		color: #696969;
	}
	
.bypostauthor {
	background-color: #DCEEFC !important;	
}

/* Simulador */	

#simulador {
	float: left;
	width: 600px;
	margin: 20px 30px;
	border: #333 1px solid;
	padding: 15px;
	background-color: #FFF;
}

h2.simulador {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
	padding: 2px;
}

#simulador table {
	margin-left: 15px;
}

#simulador table tr {
	margin: 5px 0;
	height: 25px;
}

#simulador table tr td {
	text-align: left;
	width: 180px;
	margin-right: 10px;
}

tr.total {
	background-color: #F6F6A1;
}

#simulador p a {
	color: #449944;
	text-decoration: none;
	font-weight: bold;
}

#simulador p a:hover {
	color: #40C040;
	border-bottom: #53D353 1px dashed;
}

#nota {
	background-color: #FFFFD4;
	margin-top: 15px;
	padding: 5px;
	border-bottom: #D2D2D2 1px solid;
	border-right: #D2D2D2 1px solid;
}
	
	
/* Pie */

#pie {
	clear: both;
	
	padding: 25px 0 10px;
	
	background: url('imagenes/footer.png') repeat-x;
}

address, .autor {
	font-size: 0.8em;
	color: #404040;
	font-style: normal;
	display: block;
	width: 380px;
	margin: 10px auto;
	
	text-align: center;
}

	.autor a {
		color: #5A5A5A;
		text-decoration: none;
		border-bottom: #5A5A5A 1px dotted;
	}
