@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/fondo.jpg);
	background-repeat:repeat-x;
}

p{
text-align:left;
font-size:0.9em;
}

h1{
font-size:1.2em;
text-align:left;
}

h2{
font-size:1em;
color:#FF9900;
text-align:left;
}


li {

font-size:0.8em;
/*background-color:#CCCCCC;
display:compact;
*/
}

a{
color:#CC3300;
text-decoration:none;
}

a:hover{
color:#FF9900;
}
#wrapper{
position: relative;

margin-left:auto;
margin-right: auto;
height:100%;

width: 900px;


}


#header{
float:right;

	position: absolute;
	width: 666px;
	
}

#contenedor{
position: absolute;

margin-top: 118px;
clear:left;
width: 900px;

/*background-color:#FFFFFF;*/

}


#leftcol{

margin-top:20px;
margin-left:20px;
/*padding:10px;*/
/*background-color:#FFCC00;*/
width:200px;
float:left;

}

/*#leftcol ul {
text-align:left;
}*/



#rightcontent{
/*padding-left:20px;*/
padding-left:20px;
border-left:dotted;
border-left-width:0.15em;
border-right:dotted;
border-right-width:0.15em;
margin-left:210px;
/*margin-right:20px;*/
/*margin-top:20px;*/
width:613px;
border-color:#999999;
/*background-color:#EEEEEE;*/
background-color:#FFFFFF;
/*height:420px;*/
}

#blanco{
/*margin-top:-20px;*/
padding:20px;
/*background-color:*/
border: #999999 solid 5px;
-webkit-border-radius:10px;
-moz-border-radius:10px;



/*margin-top:-18px;*/
background-color:#FFFFFF;
}


#itempicture{
width:600px;
/*height:420px;*/
/*float:left;*/
border-left:dotted;
border-left-width:0.15em;
border-right:dotted;
border-right-width:0.15em;
margin-left:250px;
border-color:#999999;
}

#itempicture p{
text-align:left;
}

h3{

color:#FF9900;
text-align:right;
}


#iteminfo{
/*padding:20px;
background-color:#CCCCCC;*/
padding-right:20px;
/*height:380px;*/
height:auto;
margin-top:20px;
margin-left:440px;
margin-right:20px;
/*border-left:dotted;
border-left-width:0.15em;*/
}

#iteminfo li{
list-style-position:inside;
}

/*#leftcol li{
list-style-position:inside;
}*/

/*#info p{

text-align:left;
}
*/



#footer{
	
	margin-top:10px;
	clear:left;
	display:block;
        width:880px;
	height:30px;
	background-color:#1f1679;
	padding-right:20px;
	-webkit-border-radius:6px;
        -moz-border-radius:6px;
}

#nothing {
width:880px;
clear:left;
font-size:xx-small;
}


#footer img{
float:right;

}

