html, body{
    margin: 0;
    padding: 0;
    height: 100%;
}

body{
    overflow-y: scroll;
    color: white;
    background-color: black;
    font-family: Arial;
}

img{
    border: 0;
}

h1{
    font-size: 18pt;
    margin: 0;
    text-align: center;
}

/**********************/
/* CABECERA DE PÁGINA */
/**********************/

#header #logo{
    display: block;
    margin: 0 auto;
    width: 333px;
}

#header #logo_link{
    display: block;
    margin: 0 auto;
    width: 333px;
}

#header #header_links{
    text-align: center;
	 /* Este es el margen de los titulos de secciones */
	 margin-bottom: 40px;
}

#header #home{
    position: absolute;
    top: 80px;
    left: 20px;
    width: auto;
    height: auto;
}

#header #home img{
    width: auto;
    height: auto;
}

#header a{
    color: white;
    text-decoration: none;
    font-size: 12pt;
    text-transform: uppercase;
    margin-right: 30px;

    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

#header a:hover{
    color: black;
}

#header .active_link{
    color: black;
}

/***********************/
/* CONTENIDO DE PÁGINA */
/***********************/

#content{
   margin-top: 30px;
}

/*****************/
/* PIE DE PÁGINA */
/*****************/
#footer{
    height: 25px;
    width: 100%;
    margin-top: 20px;    
}

#footer #copyright{
    float: left;
    margin-top: 8px;
    margin-left: 100px;
    width: 387px;
    height: 20px;
}

#footer #footer_links{
    float: right;
    margin-right: 100px;
}

#footer #chenitza{
    width: 71px;
    height: 25px;    
    margin-left: 10px;
}

#footer #gorkaimagen{
    width: 114px;
    height: 25px;    
    margin-left: 10px;
}

#footer #facebook{
    width: 25px;
    height: 25px;    
    margin-left: 10px;
}

#footer #flickr{
    width: 25px;
    height: 25px;    
    margin-left: 10px;
}
#footer #linkedin{
    width: 25px;
    height: 25px;    
    margin-left: 10px;
}

#footer #twitter{
    width: 25px;
    height: 25px;    
    margin-left: 10px;
}

#footer #vimeo{
    width: 25px;
    height: 25px;    
    margin-left: 10px;
}

/**********/
/* PLUGIN */
/**********/
#makeMeScrollable
{
    margin-left: 0px;
    width:100%;
    height: 450px;
    position: relative;
}

#makeMeScrollable div.scrollableArea img
{
    position: relative;
    float: left;
    margin: 0 2px;;
    padding: 0;
}

/***********/
/* MESSAGE */
/***********/
#messageStatus span{
    display: block;
    text-align: center;
    margin: 15px 0 10px 0;
    letter-spacing: 2px;
}

.success{
    color: #33FF33;
}

.error{
    color: #FF3333;    
}

/**********************************/
/* PIE DE PÁGINA SIEMPRE AL FONDO */
/**********************************/
#wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -55px;
}

#push{
    height: 55px; /* Misma cantidad (en positivo) que margin-bottom de #wrapper */
    clear: both;
}

/***************************/
/* PANEL DE ADMINISTRACIÓN */
/***************************/
#login p{
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

#login .textbox{
    text-align: center;
    width: 260px;
    font-weight: bold;
}

#login .submit{
    margin-top: 20px;
}

#login #form_admin{
    margin-top: 30px;    
}

#admin_panel form{
    display: inline;
}

#admin_panel span{
    display: block;
    padding: 5px 0 5px 0;
    margin-top: 30px;
    text-align: center;
}

#admin_section_list table{
    margin: 0 auto;
    margin-top: 15px;
    border-spacing: 0;
    width: 900px;
}

#admin_section_list td{
    padding: 5px;
    border-bottom: solid 1px white;
    text-transform: uppercase;
    font-weight: bold;
}

#admin_section_add p{
    text-align: center;
    font-weight: bold;
}

#admin_section_add form{
    text-align: center;
    margin-top: 20px;
}

#admin_section_add .textbox{
    width: 260px;
    text-align: center;
    font-weight: bold;
}

#admin_section_edit #section_add p{
    text-align: center;
    font-weight: bold;
}

#admin_section_edit #section_add form{
    text-align: center;
    margin-top: 20px;
}

#admin_section_edit .textbox{
    width: 260px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#admin_section_edit .textbox_alt{
    width: 260px;
    text-align: center;
    font-weight: bold;
}

#admin_section_edit .textbox_alt_Desc{
    width: 100px;
    text-align: center;
    font-weight: bold;
}

#admin_section_edit #photos_list{
    margin: 50px 0;
}

#admin_section_edit .photo{
    float: left;
    margin: 10px;
}

#admin_section_edit .photo img{
    border: solid 1px white;
}

#admin_section_edit #photo_add{
    margin-top: 40px;
}

#admin_section_edit #photo_add form{
    text-align: center;
    margin-top: 20px;
}

#admin_section_edit #photo_add .file{
    font-size: 12pt;
}

/***************/
/* FORMULARIOS */
/***************/
.submit{
    font-size: 11pt;
    font-weight: bold;
    padding: 4px 8px;
    color: white;
    border: 1px solid #333;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 130%, from(#333), to(#999));
    background-image: -moz-linear-gradient(0% 130% 90deg, #999, #333);
    background-color: #333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.submit:hover{
    cursor: pointer;
}

.textbox{
    font-size: 11pt;
    padding: 5px 8px;
    color: white;
    border: 1px solid #333;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#333), to(#666));
    background-image: -moz-linear-gradient(0% 12% 90deg, #666, #333);
    background-color: #666;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
