/* it - ignasi terraza.com xhtml 1.1/css2 versión 9.0 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:100% Georgia, "Lucida Grande","Trebuchet Ms",Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#030326;
background:#fff;
}
a { text-decoration: none; color: #a0a0a0; }
a:hover { text-decoration: none; border-bottom: 1px solid #030320; }
acronym { /*background-color: #3eee;*/ cursor: help; border-bottom: 1px #9C0063; }	


p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#fff;
color:#505050;
border:none;
}

#header{
height:110px;
width:600px;
margin:0 1px 1px 1px;
background:#f0f0f0;
color:#ffffff;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#030326;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#a0a0a0;
letter-spacing:-1px;
font-weight:normal;
}

/**************** Content styles ****************/

#content{
float:left;
width:660px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:60%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#a89c35; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #a0a0a0;
background-color:#f0f0f0;
color:#505050;
line-height:1.5em;
}

