body {
font-family:"Courier New", Courier, monospace;	
}
#cuerpo {
	margin:auto;
	/*background-color:#F0EBE8;*/
	width: 980px;
	height: 500px;
	background-image:url(img/main_bg.png);
	background-repeat:no-repeat;
}
#header {
	width: 980px;
	height: 150px;
}
#logo {
	margin-top: 10px;
	margin-left: 10px;
	width: 216px;
	height: 77px;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	float:left;
}
#menu {
	float:right;	
	margin-top: 27px;
	margin-right: 10px;
	width: 690px;
	height: 34px;
	background-image:url(img/menu_bg.png);
	background-repeat:no-repeat;
}
#nav {
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
}
#nav ul,li {
list-style-type: none;	
}
#nav ul {
	margin: 0;
   padding: 0;
}

#nav li {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	height: 34px;
}
#nav a{
	width:200px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {
	color:#CCC;
	text-decoration:underline;
}
#nav a.selected {
	color:#CCC;
	text-decoration:underline;
}

#contenido {

}

#pie {
text-align:center;
margin-top: 20px;
border-top-color:#666;
border-top-style:solid;
border-top-width: 1px;
font-size:12px;
}
#pie p {
margin-top: 5px;
color:#666;
}


#articulo {
 width: 900px;
 height: 150px;
 margin:auto;
 margin-top: 0px;
 margin-bottom: 30px;
 border: 1px solid #DA3D3C;
 border-width: 1px 1px 1px 1px;
}

#imagen {
float:left; width:193px; height:100%;	
margin-right: 10px;
}
#imagen img {
 margin-left:10px;	
 margin-top:10px;
}

#comentario {
float:left; width:420px; height:100%;	
margin-left: 10px;
}
#comentario h2 {
padding: 0px;
margin-top: 5px;
margin-bottom: 5px;
}
#comentario p{
	margin: 0px;
	padding: 0px;
font-family:"Courier New", Courier, monospace;
font-size:16px;
text-align:justify;
}
#referencia {
	text-align:right;
	float:right;
	height:150px;
	width:240px;
 background-color:#DA3D3C;
 font-family:"Courier New", Courier, monospace;
font-size:16px;
}
#referencia p {
margin-top: 8px;
margin-bottom: 0px;
margin-right: 10px;
}
#referencia  .texto{
color:#FFF;
}
#referencia  .titulo{
color:#FFF;
font-weight:bold;
}
#precio {
text-align:right;
font-weight:bold;
font-size:16px;
color: #DA3D3C;
float:right;
padding-right:5px;
width:240px;
}

.text_contacto {
background-color:#F9DBDB;
color:#000;
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size:9px;
font-family:  Courier, monospace
}
.tags_contacto {
	font-weight:bold;
margin-bottom: 5px;
color: #DA3D3C;
}
.submit_contacto {
 background-color:#FFF;
 color:#DA3D3C;
 border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
font-size:14px; 
font-weight:bold;
}