/* 
    Document   : style
    Created on : 29-sep-2011, 19:26:30
    Author     : AAMM
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body{
    background: #efefef;
    color: #959595;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 16px;
}

a.topic{
    font-weight: bold;
    color: #5f9cad;
}
a.topic:hover{
    text-decoration: underline;
}

.left {float: left; height:100%; font-size: 14px;}

.right{margin-left:100px; height:100%; }


a{
    color: #ad735f;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a img{
    border: 0;
}
h1{
    font-size: 28px;
    font-weight: normal;
}
h2{
    font-size: 24px;
    font-weight: normal;
}

h3 {
	padding: 4px;
	font-size: 14px;
	color: #164677;
	border: thin dotted #4C95D6;
	background-color: #FFFFFF;
}

/* HEADER */
#header2{
    background: #e7e6e6;
    height: 114px;
}
#header{
    height: 114px;
}
#header, #container{
    background: #efefef;
}
#pecesamaName{
    height: 90px;
    width: 316px;
    padding: 35px 10px;
}
#nav{
    float: right;
    padding: 0;
    margin: 0;
}
#nav li{
    float: left;
    list-style: none;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    text-align: center;
}
#nav li:last-child{
    border-right: 1px solid #FFF;
}
#nav li a{
    vertical-align: middle;
    text-decoration: none;
    width: 140px;
    height: 78px;
    display: table-cell;
    font-size: 18px;
    color: #FFF;
}
#nav li a:hover{
    height: 90px;
}
#nav .current{
    height: 90px;
}
.btnHome{
    background: #7692a0;
}
.btnPublication{
    background: #c6ce95;
}
.btnResearch{
    background: #d3933a;
}
.btnStudents{
    background: #86434c;
}

/* LAYOUT */
#wrapper{
   
}
#wrapper>div{
    padding: 20px 10px;
}
.clear{
    clear: both;
}
.displayWidth{
    width: 950px;
    margin: auto;
}

/* HOME */
#container{
    padding: 0 0 20px 0;
}
.column3{
    width: 31%;
    float: left;
	font-size: 14px;
}
.topic{
    font-weight: bold;
    color: #5f9cad;
}

#descriptionHome{
    background: #e7e6e6;
}
#descriptionHome #pecesamaImg{
    float: left;
}
#descriptionText{
    margin-left: 158px;
}

#container .column3 .title{
    text-align: center;
    height: 40px;
}
#container .column3 .title img{
    vertical-align: text-top;
}

#container .column3{
    position: relative;
    height: 100%;
    padding: 0 5px;
}
#container .column3 p{
    height: 90px;
}
#container .column3 a{
    position: absolute;
    bottom: 0;
    right: 0;
}

/* STUDENT */

.student {
	font-size: 16px;
	color: #164677;
}

.description{
    border-top: 2px solid #959595;
    padding-left: 50px;
}

.description .p {
	display: block;
	margin-top:1em;
}


.description a{
    font-style: italic;
    color: #9fa770;
}

.publication {
	margin-left:3em;
	margin-top:0.8em;

}

.jcr {    
    color: #164677;
    background-color: #FFFFFF;
}

.bold{
    font-weight: bold;
}

/* RESEARCH */
.concept{
    float: left;
    display: table-cell;
    width: 276px;
    min-height: 58px;
    margin: 10px 0;
    background: url(../images/comillas.png) no-repeat;
    font-size: 24px;
    color: #d0d0d0;
    padding: 20px;
}
.researchLink{
    margin: 10px 0;
    font-size: 14px;
    color: #959595;
}
.researchLink a{
    color: #d3933a;
}
/* FOOTER */
#footer{
    padding: 20px 0;
    height: 60px;
    background: #e7e6e6;
    text-align: center;
}
#socialLinks a{
    margin: 0 5px;
}
#copyright{
    font-weight: bold;
    margin: 10px;
}

.ayuda {
	border-bottom: 				1px dotted;
	cursor: 					help;
	letter-spacing: 			0em;
}
