/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(imagenes/backtop.jpg) repeat-x;
}

#bottom{
background: url(imagenes/backbottom.jpg) repeat-x;
height:90px;
width:100%;
}

#wrapper { 
 margin: 0 auto;
 width: 980px;
}

#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 970px;
 height: 100px;
 margin: 5px 0px 0px 0px;
}

.clearImgIz{
	float:left;
}

.clearImgDe{
	float:right;
}
#navigation {
 color: #333;
 margin: 0px 0px 0px 0px;
 clear:both;
}

#menu li
{
	list-style-type:none;
}

#menu img {
	border:none;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 5px;
 padding: 0px;
 width: 160px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 5px 5px;
 padding: 0px;
 width: 420px;
 display: inline;
 position: relative;
 top:-20px;
}
/********** Parrafos *******/

.parrafoD{
	font-size:12px;
	line-height:14px;
	padding-left:15px;
	text-align:justify;
	color: #005f6b;
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

.titulo{
	font-size:24px;
	text-align:left;
	letter-spacing: 0;
	font-weight:bold;

		margin-left:12px;
	margin-top:15px;
}

h1{
	font:"Times New Roman", Times, serif;
	font-size:20px;
	margin-left:12px;
	margin-top:15px;
	text-align:left;
	letter-spacing: 0;
	font-weight:bold;
	color: #FFF;
	background:url(imagenes/hache.gif) no-repeat;
	width:410px;
	height:50px;
}

h2{
	font:"Times New Roman", Times, serif;
	font-size:18px;
	margin-left:12px;
	margin-top:15px;
	text-align:left;
	letter-spacing: 0;
	font-weight:bold;
	color: #FFF;
	background:url(imagenes/hache2.gif) no-repeat;
	width:410px;
	height:50px;
}

.precio{
	font-size:20px;
	margin-left:12px;
	font-family: Trebuchet MS;
	text-align:left;
	letter-spacing: 0;
	line-height: 16px;
	font-style:italic;
	font-weight:bold;
	color:#990000;
}
/********   *****************/

/***  listas ****/


#listaDet ul
{
	width:380px;
}

#listaDet li
{
	list-style:url(imagenes/action_check.gif);
	margin-bottom:10px;
	margin-left:45px;

}
#listaDet li a {
	display: block;
	text-decoration: none;
	
	
	font-size: 12px;
	
	font-stretch:ultra-condensed;
	text-align:justify;
	width:364px;
	color: #2AA893;
	
}
#listaDet li a:hover {
	
	
	color:#9BC897;
	border:#9BC897  dotted 1px;
}
/************* *******/

#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 330px;
 float: right;
}
#footer { 
 width: 100%;
 clear: both;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width:980px;
}
.clear { clear: both; background: none; }
.separador { margin-left:50px; margin-top:12px;}
.loader{
	position:relative;
	margin-left:45%;
	margin-top:100px;
}

INPUT{
	width:400PX;
	height:50PX;
	background:url(imagenes/input.jpg) no-repeat;
	border:0;
	padding-top:18px;
	padding-left:14px;
	color:#666666;
}

TEXTAREA{
		width:400PX;
	height:200PX;
	background: url(imagenes/textarea.jpg) no-repeat;
		border:0;
			padding-top:18px;
	padding-left:14px;
}

.smallLabel{
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color:#666666;
}
