/**
 *  YAHOO CSS RESET
 */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,left,right { 
	margin:0;
	padding:0;

}

p {
	font-size: 0.8em;
	padding: 10px;
}
input {
 background-color:none;
}


#left {position: absolute;left: 0;top: 50; width: 50%;}
#right { position: absolute; right: 0; top: 50; width: 50%;} 

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/**
 *  CUSTOM HTML RULES
 */   
body{
    
    font-family: Trebuchet MS, Verdana;
}

a{
    color: #09f;
}

h1{
    width: 900px;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: -70px;
    padding-left: 45px;	
    color: #999;
    
}

h2 {
text-align:right;
margin: 10px;
font-weight:bold;
}
/**
 *  SITE RULES
 */
#main_site{
    width: 900px;
    height: 450px;
    margin: auto;
    overflow: hidden;
    background: #ccc;
    clear: left;
    position: relative;
}
    #wrapper{
        width: 950px;
        height: 450px;
        overflow: auto;
        position: relative;
    }
    .page{
        width: 900px;
        height: 450px;
        color: #fff;
        overflow: hidden;
        position: relative;
    }
        .page h3{
            font-size: 36px;
	    font-weight: bold;
	    text-align: right;
        }
#footer{
    width: 900px;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    color: #999;
    padding: 5px;
}

/**
 *  TABBED MENU
 */ 
ul#navigation{
    width: 900px;
    margin: auto;
}

    ul#navigation li{
        float: right;
    }

        ul#navigation li a{
           display: block;
           padding: 25px;
           color: #000;
           text-decoration: none;
           background: #eee;
           margin-right: 1px;

        }

        ul#navigation li a:hover{
           color: #fff;
           background: #003366;
        }

        ul#navigation li a:active{
           color: #003366;
           background: #C4D9EA;
        }
        
        ul#navigation li a:focus{
            background: #C4D9EA;        
        }

/**
 *  PAGES SETUP
 */

#inicio{
    background: url( ../images/page1.jpg );
} 

#curriculum{
    background: url( ../images/page2.jpg );
}

#programa{
    background: url( ../images/page3.jpg );
}

#contactese{
    background: url( ../images/page4.jpg );
}
    #contact h3{
        color: #CCFCFC;
    }

    #credits .content{
    
    }
    #credits .content a{
        font-weight: bold;
        font-size: 12px;
        display: block;
        color: #fff;
        background: #000;
        text-decoration: none;
        width: 40%;
        margin: 5px;
        padding: 2px;
        text-shadow: none;
    }
    #credits .content a:hover{
        background: #52D3D8;
        color: #333;
    }
