@charset 'utf-8';
/* CSS Document */
body
{
background: url("../img/layout/back.png") repeat-x #F1F1F1;
font-size:1em;font-family: 'Arial', sans-serif;font-weight:lighter;
}

#header
{
height:250px;
}

#header img
{
margin:24px 20px;
}

#header span
{
font-size:1em;
}

#header h4
{
color: #58585A;
    display: inline-block;
    float: right;
    font-family: arial;
    font-size: 42px;
    font-weight: lighter;
    margin-top: 55px;
    text-align: right;
    text-shadow: 1px 1px 0 #AAAAAA;
    width: 300px;
}

h1
{
    color: #9D1E11;
    font-size: 1.5em;
    padding: 10px 0;
    font-weight:lighter;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.highlight h1
{
color:#FFF;
text-shadow: 1px 1px 0 #333 !important;
width:440px;
font-weight:lighter;
font-size:5em;
padding:112px 20px; 
}

h2
{
    color: #C85438;
    font-family: arial;
    font-size: 1.4em;
    font-weight: lighter;
    padding: 10px 0;
    text-shadow: 1px 1px 0 #DDDDDD;
}

h3
{
font-weight:lighter;
text-align:justify;
}

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

a:hover
{
color:#C85438;
text-decoration: underline;
}

.text
{
color: #333333;
font-size: 16px;
line-height: 1.5em;
text-align: justify;
text-shadow: 1px 1px 0 #FAFAFA;
word-spacing: 5px;
padding:10px;
}

#contents
{
display:none;
}

#loading img
{
margin: 250px 434px;
}

#contents, #loading
{
min-height:650px;
background:#F1F1F1;
padding: 25px 30px !important;
}

#botonera
{
		cursor:default;
    height: 60px;
    font-family:'Tahoma', sans;
    font-weight:lighter;
}

#header, #contents, #loading, #botonera, #footer div
{
width:900px;
    padding:0 30px;
    margin:0 auto;
}
#botonera a{line-height:60px;padding: 21px 15px;color:#D9D9D9;text-shadow:1px 1px 0 #333;font-size:14px;}
.active, #botonera a:hover{color:#FFF !important;text-shadow:1px 1px 0 #000 !important;background-color:#9d0c15;text-decoration:none;}
.active{cursor:default;}

#footer
{
background:url('../img/layout/bk-bottom.png') repeat-x 0 0;
color: #EAEAEA;
font-size: 0.9em;
text-shadow:  1px 1px 0px #000;
height:58px;
font-family:'Arial', sans;
}

#footer p
{
padding-top:10px;
float:right;
}

#footer img
{
margin:6px 0 0;
}

ul
{
margin:20px 0;
border-top:1px solid #CCC;
border-bottom:1px solid #FFF;
}

li
{
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    line-height: 1.2em;
    min-height: 165px;
    padding: 25px;
}

li>a
{
text-decoration:none;
color: #006;
text-shadow: 1px 1px 0 #AAA;
}

li>a:hover
{
color: #009;
text-shadow: 1px 1px 0 #FFF;
font-style:italic;
}

li>img
{
 display: inline-block;
    float: left;
    height: 169px;
    margin: 0 25px;
    width: 300px;
}
.itemDetails p
{
line-height:1.3em !important;
}

label
{
   display: inline-block;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: right;
    width: 200px;
}

label + input
{
  margin-bottom: 25px;
    width: 270px;
}
form
{
display:block;
width:600px;
margin:30px auto;
}

#submit
{
display:block;
width:150px;
margin: 15px auto;
}
 
#langSelect
{
 display: block;
    float: right;
    height: 40px !important;
    margin-left: 373px;
    padding: 16px 15px 0 !important;
}

.inText
{
background:#222;
margin:10px 20px;
float:right;
width:230px;
height:200px;
}