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

* { padding:0; margin: 0 }
#wrap { 
	margin:  auto;
	width: 980px;
	
}

body { 
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#ffffff;
}

img{
	border: 0;
}
#header {
   	height:185px;
  	float:left;   
}
#pie{	
	background: url("../img/back_pie.jpg") center no-repeat;	
	margin-top:10px;
	width: 980px;;
	height: 53px;
	padding-top: 20px;
	margin-bottom: 10px;
}





/*Navigation stuff */

#navigation {
	float:left;
	width: 800px;
	margin-top: 10px;
	
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#navigation li{
	margin-left: 10px;
	float:left;
	
}

#navigation a{
	display:block;
	margin-top:5px;
	padding:4px 6px;
	font-size: 12px;
	text-decoration: none;
	color: white;
}
#navigation a:hover{
	background: #112b4a;
}

#navigation p {
	color:#FFFFFF;
	
}

/*end Navigation Stuff */
 /* linea debajo de navegacion */
 
 .barra {
	float:left;
	height:5px;
	width: 800px;
	background-color:#81642c;
}


/* banner */

#banner {
	float:left;
}

/*end banner */


/*title */

#sectionTitle {
	float:left;
	height:36px;
	width: 540px;
	background:#ffffff url('../img/piezas/large_top.gif') no-repeat top center;;
}

h1 {
	color: #1a1818;
	font-size:24px;
	font-style:normal;
	font-weight:lighter;
	padding:5px;
	vertical-align:middle;
}

/* title end */

/*content */

#content {
	float:left;
	width:540px;
	padding-top: 337px;
	padding-left: 20px;
	margin-bottom: 10px;
}


.section{
	background: #ffffff url("../img/piezas/large_medium.gif") no-repeat top;
}

.section_medium{
	background: #FFFFFF url("../img/piezas/small_medium.gif") no-repeat top;
	.margin-top: -4px;
	
}

.rest{
	float: left;
	width: 255px;
	margin-left: 7px
}
.rest a{
	text-decoration: none;
	color: #350b2f;
	
}
.rest a:hover{
	text-decoration: underline;
}

.titulo{
	font-size:10px;
	background:#350b2f;
	color: white;
	padding: 5px;
	margin-bottom: 10px;
	width: 245px;
	float: left;
}

.sectionTop {
	float:left;
	height:36px;
	width: 540px;
	margin-top: 15px;
	background:#ffffff url('../img/piezas/large_top2.gif') no-repeat top center;
}

.sectionBottom {
	float:left;
	height:25px;
	width: 540px;
	background: url('../img/piezas/large_bottom.gif') no-repeat top center;
}


#leftCol {
	float:left;
	width:380px;
	padding-top: 44px;
	padding-left: 18px;
	margin-bottom: 10px;
}

#leftCol2 {
	float:left;
	width:380px;
	padding-top: 337px;
	padding-left: 18px;
}

.smallsectionTop {
	float:left;
	height:34px;
	width: 380px;
	background:#ffffff url('../img/piezas/small_top.gif') no-repeat top center;

	
	
}
.smallsectionBottom {
	float:left;
	height:20px;
	width: 380px;
	
	background:#ffffff url('../img/piezas/small_bottom.gif') no-repeat top center;
}
.detail {
	float:left;
	
	width: 252px;
	
}
.detail2 {
	float:left;
	
	width: 348px;
	background:#ffffff;
}


