@charset "utf-8";
/*
Theme Name: Calidris
Theme URI: http://calidris.org.co/
Description: Tema de la Asociacion Calidris
Version: 1.0
Author: Plan Original
*/
/* CSS Document */
@import url(css/reset.css);
@import url(css/text.css);

/*--------------------
---FORMATEO GENERAL---
--------------------*/

/*--- ESTILOS GENERALES ---*/

a:focus img {
    outline: 1px dotted #999;
}

.strong {
    font-weight: bold;
}

p a {
    color: #B87D1C;
    text-decoration: none;
}

p a:hover, p a:focus, p a:active {
    border-bottom: 1px dotted #B87D1C;
}

.more-link a {
    color: #B87D1C;
    text-decoration: none;
}

.more-link a:hover, .more-link a:focus, .more-link a:active {
    border-bottom: 1px dotted #B87D1C;
}

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
}

.aligncentered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navegacion div a {
	display: inline-block;
	
	padding: 0 4px 2px;
	margin: 0 20px;
	
	background-color: #D0CFBB;
	color: #000;
	
	text-decoration: none;
}

.navegacion div a:hover {
	background-color: #BFBEA2;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.error {
	width: 85%;
	
	margin: 0 auto;
	
	padding-left: 45px;
	
	background: #FF7F55 url("imagenes/error.png") no-repeat left center;
	
	border: 2px solid #FF0000;

	line-height: 2;
	font-size: 1.2em;
	color: #FFF;
}

.exito {
	width: 85%;
	
	margin: 0 auto;
	
	padding-left: 45px;
	
	background: #AAFF7F url("imagenes/exito.png") no-repeat left center;
	
	border: 2px solid #32DC32;

	line-height: 2;
	font-size: 1.2em;
	color: #000;	
}

.aviso {
	width: 85%;
	
	margin: 0 auto;
	
	padding-left: 45px;
	
	background: #D4FFFF url("imagenes/aviso.png") no-repeat left center;
	
	border: 2px solid #2A7FFF;

	line-height: 2;
	font-size: 1.2em;
	color: #000;	
}

/*--- MENUS ---*/

.menu-horizontal {
    margin: 0;
    overflow: hidden;

    list-style-type: none;
}

    .menu-horizontal li {
        width: inherit;
        float: left;
        margin-left: 0;

        text-align: center;
    }

        .menu-horizontal li a {
            width: 99%;
            display: block;
            text-decoration: none;
        }

.menu-vertical {
    margin: 0;

    list-style-type: none;
}

    .menu-vertical li {
        width: inherit;
        margin-left: 0;

        text-align: left;
    }

        .menu-vertical li a {
            width: 100%;
            display: block;
            text-decoration: none;
        }
        
        .menu-vertical li ul {
			margin: 0;
			padding: 0;
		}
		
.extra {
	margin: 30px 0 45px 25px;
	list-style-type: none;
}

	.extra li {
		margin: 10px 0;
	}
	
		.extra li a {
			color: #A08A49;
			font-weight: bold;
			text-decoration: none;
		}	
		
		.extra li a:hover, .extra li a:focus, .extra li a:active {
			border-bottom: 1px dotted #A08A49;
		}	
		
/*--- TEXTO ---*/

.caps {
    text-transform: uppercase;
}

/* BREADCRUMB */

#breadcrumb {
	width: 100%;
	margin: 15px 0 15px;
}

	#breadcrumb ul {
		display: inline-block;
		width: auto;
		list-style: none;
	    height: 20px;
		line-height: 20px;
		margin-bottom: 0;
		font-size: 0.8em;
	background: #FFF1CA url("imagenes/bg-bread.jpg") no-repeat left top;
	}

		#breadcrumb ul li {
			float: left;
			width: inherit;
			margin: 0 -3px 0 0;
			padding: 0 12px;
			text-align: center;
			font-weight: bold;
			color: #4B4B4B;
			background: url('imagenes/bg-breadcumb.png') no-repeat top right;
		}

			#breadcrumb ul li a {
				display: block;
				color: #000;
				text-decoration: none;
				font-weight: normal;
				background-color: transparent;
			}
			
			#breadcrumb ul li a:hover {
				color: #4B4B4B;
			}

/*--------------------
------- LAYOUT -------
--------------------*/

body {
    background: #FFF url("imagenes/bg.jpg") repeat-x left top;
}

#container {
    width: 960px;
    margin: 35px auto 0;
    overflow: hidden;

    background: transparent url("imagenes/header.jpg") no-repeat left top;
}

    #header {
        height: 276px;
        overflow: hidden;
        position: relative;
    }

        #logo {
            position: absolute;
            top: 28px;
            left: 65px;
        }

        #nombre-sitio {
            position: absolute;
            top: 17px;
            left: 295px;

            font-size: 3.3em;
        }

        #tagline {
            position: absolute;
            top: 110px;
            left: 295px;

            line-height: 1.3;
        }

        #tagline span {
            display: block;
        }

        #menu-top {
            width: 591px;
            height: 43px;

            position: absolute;
            bottom: 0;
            left: 12px;
        }

            #menu-top li {
                width: 195px;
                height: 43px;

                background: transparent url("imagenes/separador-li.jpg") no-repeat right bottom;
            }

                #menu-top li a {
                    line-height: 43px;
                    font-weight: bold;
                    color: #FFF;
                }

                #menu-top li a:hover, #menu-top li a:focus, #menu-top li a:active, #menu-top li a.current {
                    background: transparent url("imagenes/top-a-hover.jpg") repeat-x left top;
                }

        #searchform {
            height: 43px;

            position: absolute;
            right: 43px;
            bottom: -3px;
        }

            #searchform label {
                display: inline-block;

                line-height: 40px;
                font-weight: bold;
                color: #FFF;

                margin-right: 15px;
            }

            .caja-busq {
                width: 178px;
                height: 20px;

                line-height: 20px;

                margin-right: 8px;

                background-color: transparent;

                border: none;
            }

            .boton-busq {
                border: none;

                height: 22px;
                width: 17px;

                background-color: transparent;
            }

    #sidebar {
        width: 243px;
        overflow: hidden;
        margin: 35px 0 -40px 30px;
        float: left;
    }

        #menu-side, #menu-pages {
            margin: 20px 0 0 7px;
        }

            #menu-side li, #menu-pages li {
                margin-bottom: 6px;
            }

                #menu-side li a, #menu-pages li a, #menu-side li span, #menu-pages li span {
                    display: inline-block;

                    width: 203px;
                    padding-left: 25px;

                    line-height: 27px;
                    font-weight: bold;
                    color: #000;

                    background: transparent url("imagenes/menu-side-bg.jpg") repeat-y left top;
                }
                
                #menu-side li span, #menu-pages li span {
					cursor: pointer;
				}
                
                #menu-side li ul, #menu-pages li ul {
					margin-top: 5px;
					list-style: circle;
				}
                
                #menu-side li ul li a, #menu-pages li ul li a {
                    display: inline-block;

                    width: 178px;
                    padding-left: 50px;

                    line-height: 27px;
                    font-weight: bold;
                    color: #000;

                    background: transparent url("imagenes/menu-side-bg2.jpg") repeat-y left top;
                } 
				
				#menu-side li ul li a:hover, #menu-side li ul li a:active, #menu-side li ul li a:focus, #menu-side li ul li a.current, #menu-pages li ul li a:hover, #menu-pages li ul li a:active, #menu-pages li ul li a:focus, #menu-pages li ul li a.current {
					background: transparent url("imagenes/menu-side-hover2.jpg") repeat-y left top;
				}               

                #menu-side li a:hover, #menu-side li a.active, #menu-side li a:focus, #menu-side li a.current, #menu-pages li a:hover, #menu-pages li a.active, #menu-pages li a:focus, #menu-pages li a.current, #menu-side li span:hover, #menu-pages li span:hover {
                    background: transparent url("imagenes/menu-side-hover.jpg") repeat-y left top;
                }

        .noticias-prev {
            margin: 20px 15px 35px 15px;
            
            overflow: hidden;
        }

            .noticias-prev h3 {
                font-size: 1em;
                
                line-height: 1;
            }

                h3 a, h4 a, h5 a, h6 a {
                    color: #000;
                    text-decoration: none;
                }

                h3 a:hover, h3 a:focus, h3 a:active, h3 a:hover, h3 a:focus, h3 a:active,
				h4 a:hover, h4 a:focus, h4 a:active, h4 a:hover, h4 a:focus, h4 a:active, 
				h5 a:hover, h5 a:focus, h5 a:active, h5 a:hover, h5 a:focus, h5 a:active, 
				h6 a:hover, h6 a:focus, h6 a:active, h6 a:hover, h6 a:focus, h6 a:active  
				{
                    border-bottom: 1px dotted #000;
                }

		.titulo-noticias {
			font-size: 1.1em;
			margin: 35px 0 15px 10px;
			width: 90%;
			color: #B87D1C;
			border-bottom: #B87D1C 1px dotted;		
		}

            .noticias-prev p {
                font-size: 0.8em;
                margin-bottom: 3px;
                
                overflow: hidden;
            }
            
            .noticias-prev p span {
				margin-bottom: 5px;
			}
			
			.mini-contenedor h4 {
				font-size: 1.1em;
				line-height: 1.2;
			}

    #main {
        width: 680px;
        overflow: hidden;
        margin: 0 0 0 -7px;
        padding-top: 35px;
        float: left;
        
        position: relative;
    }
    
    	h2.cat {
			position: absolute;
			top: 5px;
			right: 20px;
			
			color: #B39A48;
		}

        #menu-main {
            width: 630px;
            height: 340px;
            margin-left: 25px;
        }
        
        .descripcion-cat {
			margin: 0 10px 10px 0;
			padding-top: 10px;
		}
		
		.descripcion-cat p {
			padding: 0 20px;
		}
		
		.descripcion-cat h4 {
			margin-left: 20px;
		}

        #content {
            margin: 10px 0 20px 0;
            overflow: hidden;
        }
        
        	#content p {
				margin: 15px;
			}
        
        .img-esp {
        	width: 630px;
			margin: 0 auto;
		}

            .art-principal {
				margin-top: 10px;
				
				overflow: hidden;
            }
            
            	.meta {
					margin-left: 30px;
					
					font-size: 0.8em;
				}

                .art-principal h3, h3.titulo-principal {
                    padding-left: 30px;
                    
                    width: 92%;
                    
                    line-height: 1.3;
                    
                    background: transparent url("imagenes/titulo-principal-bg.jpg") repeat-y left top;
                }

                .art-principal p {
                    margin: 0 40px 20px 30px;
                }
                
                .secundario-left {
                    padding-left: 20px;
                    margin-bottom: 20px;
                    
                    width: 305px;
                    
                    background: transparent url("imagenes/titulo-principal-bg.jpg") repeat-y left top;
                } 
				
                .secundario-right {
                    padding-left: 20px;
                    margin-bottom: 20px;
                    
                    width: 300px;
                    
                    background: transparent url("imagenes/titulo-principal-bg.jpg") repeat-y right top;
                }
                
                .secundario-left, .secundario-right {
					font-size: 1.2em;
					line-height: 1.3;
					
					padding-right: 8px;
				}
                
                .mini-contenedor {
					overflow: hidden;
					background: transparent url("imagenes/bg-bloque.png") repeat-y 49% top;
				}
				
				.bloque {
					width: 335px;
					float: left;
					overflow: hidden;
				}
				
					.bloque p, .bloque h4 {
						padding: 0 8px 0 13px;
					}
					
					.bloque p {
						margin-bottom: 25px;
						margin-right: 5px;
					}	
					
				.proy li a {
				    color: #B87D1C;
				    text-decoration: none;					
				}
				
					.proy li a:hover, .proy li a:focus, .proy li a:active {
						border-bottom: 1px dotted #B87D1C;
					}				               

            .link-img {
                float: left;
                
                position: relative;

                width: 196px;
                margin-left: 19px;
            }

                .link-img a {
                    display: inline-block;
                }

                .link-img span {
                    position: absolute;
                    right: 14px;
                    bottom: 12px;

                    font-size: 0.75em;

                    color: #FFF;
                }

    #footer {
        clear: both;
        height: 225px;

        position: relative;

        background: transparent url("imagenes/foot.jpg") no-repeat left bottom;
    }

        #menu-footer {
            position: absolute;
            top: 130px;
            right: 11px;
        }

            #menu-footer li {
                width: 162px;
                height: 25px;

                background: transparent url("imagenes/separador-li-pie.jpg") no-repeat left top;
            }

                #menu-footer li a {
                    width: 97%;
                    margin-left: 5px;

                    line-height: 25px;
                    font-weight: bold;
                    font-size: 0.85em;
                    color: #FFF;
                }

                #menu-footer li a:hover, #menu-footer li a:focus, #menu-footer li a:active, #menu-footer li a.current {
                    background: transparent url("imagenes/pie-a-hover.jpg") repeat-x right top;
                }

address {
    width: 650px;

    position: absolute;
    top: 171px;
    right: 22px;
}

.data {
    display: inline-block;

    margin-left: 20px;

    font-style: normal;
    font-size: 0.9em;
    color: #787878;
}

.data .strong {
    font-size: 0.9em;
    color: #000;
}

    #creditos {
        padding: 10px 0 10px 30px;
        margin-bottom: 0;

        background-color: #FFF;
    }

        #creditos img {
            vertical-align: middle;
        }

        #creditos p {
            display: inline-block;

            margin: 0 20px;

            font-size: 0.9em;
            color: #787878;
        }
        
/*--- COMENTARIOS FORM  Y CONTACTO ---*/

.coment-title {
	padding-left: 30px;
	
	background: transparent url("imagenes/h3-comentarios-bg.png") no-repeat left top;
	color: #FFF;
}    

#commentform, #contacto {
	padding: 30px;
} 

#commentform div, #contacto div {
	margin-bottom: 15px;
}

.textarea-div {
	margin-top: 35px;
}

.label-normal {
	display: inline-block;
	
	width: 150px;
	
	font-weight: bold;
} 

#commentform small, #contacto small {
	font-weight: bold;
	font-size: 0.8em;
} 

#commentform textarea {
	margin-left: 85px;
	
	background: #FFF url("imagenes/input.png") repeat-x left bottom;
	
	border-left: 2px solid #B4B4B4;
	border-top: 2px solid #B4B4B4;	
}

#contacto textarea {
	margin-right: 20px;
}

#contacto textarea {
	width: 330px;
	
	background: #FFF url("imagenes/input.png") repeat-x left bottom;
	
	border-left: 2px solid #B4B4B4;
	border-top: 2px solid #B4B4B4;	
}

.input-normal {
	width: 330px;
	
	margin-right: 20px;
	
	background: #FFF url("imagenes/input.png") repeat-x left bottom;
	
	border-left: 2px solid #B4B4B4;
	border-top: 2px solid #B4B4B4;
}

.l {
	width: 260px;
	font-weight: normal;
	font-size: 0.9em;
}

.comentario-label {
	margin-left: 115px;
	
	padding: 4px 9px;
	
	background-color: #B87D1C;
	color: #FFF;
	
	font-weight: bold;
}

.boton {
	background-color: #B87D1C;
	color: #FFF;
	
	font-weight: bold;
		
	border: none;
}

#commentform .boton{
	margin-left: 524px;
	padding: 2px 7px;	
}

/* COMENTARIOS LIST */

.lista-comentarios {
	margin-top: 10px;
	
	list-style-type: none;
}

.lista-comentarios li {
	margin-left: 0;
}

.lista-comentarios li p {
	margin: 10px 20px 15px 30px;
}

.comment-meta a {
	margin-left: 30px;
	
	font-size: 0.8em;
	text-decoration: none;
	
	color: #000;
}

cite.fn {
	padding-left: 30px;
	display: block;
	
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	
	background: transparent url(imagenes/titulo-principal-bg.jpg) no-repeat scroll left top;
}

.says {
	display: none;
}

/*--- BUSQUEDA ---*/

.titulo-busqueda {
	margin-bottom: 25px;
	padding: 0 30px;
	
	background: transparent url("imagenes/h3-comentarios-bg.png") repeat-y left top;
	color: #FFF;	
}

.termino-busqueda {
	padding: 0 6px;
	
	background-color: #FFFFAA;
	color: #000; 
}

