/* 
    Document   : general
    Created on : 16-sep-2012, 19:29:08
    Author     : Goti
    Description:
        Purpose of the stylesheet follows.
*/

/* Style for html */

html {
     width: 100%;
     height: 100%;
}

/* Style for galleria js */

#galleria {
    width: 700px; 
    height: 500px; 
    background: white;
}

/* Styles for a tags */

a:link {
    
    text-decoration : none;
    color : #584D4D;
}

a:visited {
    
    text-decoration : none;
    color : #564944;
}

a:hover {
    
    text-decoration : none;
    color : #825852;
}

/* Styles for ul tags */

ul {
    list-style:none;
    padding-top:20px;
}

/* Styles for div tags*/

div.center {
    
    position: absolute;
    top:50%;
    left:50%;
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
}

div.superior {
    height: 65px; 
    width: 3000px; 
    z-index: 1; 
    position: fixed; 
    background-color: white;
    left:0px; 
    top:0px;
}

div.izquierda {
    float: left;
}

div.menu{
    float: left;
    padding-top:50px;
    padding-left:50px;
    padding-right: 60px;
}

div.menuFixed{
    float: left;
    padding-top:50px;
    padding-left:50px;
    padding-right: 60px;
    position: fixed;
}
/*
div.central{
    float: left;
    padding-top: 50px;
    padding-left: 300px;
    z-index: 0;
    position: absolute;
}*/

div.centralFixed{
    float: left;
    padding-top: 60px;
    padding-left: 350px;
    z-index: 0;
    /*position: absolute;*/
}

div.central{
    float: left;
    padding-top: 55px;
    padding-left: 85px;
}

div.centralGalleria{
    float: left;
    padding-top: 55px;
    padding-left: 15px;
}


div.derecha{
    float:right;
}

div.text{
    width: 700px; 
    height: 500px; 
    
}

/* Styles for img tags*/

img.thumb{
    cursor : pointer;
    width: 188px;
    height: 142px;
}

img.thumb:hover{
    box-shadow: 0px 0px 2px 2px #564944;
}

img.medium{
    width: 376px;
    height: 442px;
}

img.menu{
    height: 18px; 
    width: 23px;
}

img.flecha{
    height: 21px; 
    width: 13px;
}

/* Class for table tags*/

.imageTable{
    width: 574px;
    height: 431px; 
}

/* Class for td tags */

.tdSpacing{
    padding-right: 3px;
}

/* Class for menu list */

.menuList{
    padding-bottom: 5px;
}

/* Classes for texts */

.classicText {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 12px;
    color : #584D4D;
    
}

.classicTextBold {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 12px;
    font-weight: bold;
    color : #584D4D;
    
}

.bigClassicText {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 13px;
    color : #584D4D;
    
}

.smallClassicText {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 11px;
    color : #584D4D;
    
}

.smallClassicTextBold {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 11px;
    color : #584D4D;
    font-weight: bold;
    
}

.smallClassicTextJustified {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 11px;
    color : #584D4D;
    text-align: justify;
    
}



.smallClassicTextCursive {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 11px;
    color : #584D4D;
    text-align: justify;
    font-style: italic;
    
}

.smallClassicTextRight {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 11px;
    float: right;
    color : #584D4D;

}

.smallClassicTextRightCursive {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 11px;
    float: right;
    color : #584D4D;
    font-style: italic;

}

.smallClassicTextLeftCursive {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 11px;
    float: left;
    font-style: italic;
    color : #584D4D;
}

.smallClassicTextLeft {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 11px;
    float: left;
    color : #584D4D;

}

.smallerClassicTextLeft {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 9px;
    float: left;
    line-height: 0px;
    color : #584D4D;
}


.smallerClassicTextJustified {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 9px;
    color : #584D4D;
    text-align: justify;
    
}


.mediumClassicTextRightCursive {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 10px;
    float: right;
    color : #584D4D;
    font-style: italic;
}

.mediumClassicTextRight {
    
    font-family: 'CenturyGothic' , 'Century Gothic';
    font-size: 10px;
    float: right;
    color : #584D4D;

}