/* -----------------------------------------------------------------------
 MMM CSS Framework 0.1
 AUTHOR: Maynor Marino Mijangos
 maynor@mmijangos.com
 http://www.mmijangos.com 
 Fecha de Implementaci�n: Septiembre 2009
 Diagramacion general
 Proyecto: hombrenuevo.com.gt
   * Copyright (c) 2008-Present. 
   * For credits and origins, see AUTHOR.
	* Includes : 
	* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	* version: 2.6.0
	* BlueprintCSS 
----------------------------------------------------------------------- */
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
 /* IDs de los elementos principales del website */

#contenedor {
	width:960px;
	margin:0 auto;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 100px;
}

#logo {
	width: 960px;
	height: 100px;	
	float: left;
}

#cajasearch {
	width: 225px;
	height: 40px;
	float: left;
	text-align: center;
}

#cajaaddthis {
	padding-top: 7px;
	width: 225px;
	height: 10px;
	float: left;
	text-align: center;	
}

#menu {
	width: 960px;
	float: left;
}

#submenu {
	margin-top:26px;
	width: 960px;
	height: 78px;
	background-image: url(../images/bgsumenu.jpg);		
}

#submenuoptions {
	float: left;
   width:708px;
   height: 68px;
   line-height:normal;
	padding-left:20px;
	padding-top: 5px;
}

#submenuoptions-search {
	padding-top: 1px;
	width: 232px;
	float: left;
   height: 38px;
}

#contenido {
	clear: both;
	width: 960px;
	margin: 0;
	padding-top:3px;
	background-image: url(../images/background960px.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#columnaleft {
	margin: 0;
	float: left;
	width:728px;
	background-color: #FFFFFF;
	padding-right: 6px;
}

#contenidos {
	float: left;
	width: 728px;
}

#mainbanner {
	width: 728px;
	height: 250px;
	overflow: hidden;
}

#breadcrumbs {
	height: 20px;
}

#franjagris {
	width: 728px;
	height: 92px;
	background-color: #eaeaea;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

#faqs {
	width: 728px;
	padding-top: 30px;
	background-image: url(../images/bgfaq.jpg);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.titles{
	height: 40px;
}

.cltitles {
	float: left;
	width: 238px;
	
	padding-right: 2px;
}
.cl {
	float: left;
	width: 230px;
	padding-right: 10px;
}

#columnaright {
	float: left;
	width: 225px;
	padding-left: 1px;	
}

.banner225 {
	float: left;
	padding-bottom: 5px;
}

.banner225-90 {
	float: left;
	padding-bottom: 5px;
}

.relacionados {
	float: right;
	width: 220px;
	margin: 0 0 3px 20px;
}

.top {
	float:right;
	font-family: inherit;
	font-size: 0.87em;
}

#footer {
	clear: both;
	border-top: dotted 1px gray;
	width:940px;
	height: 40px;
	padding: 7px 10px 0 10px;
	background-color: #7e7e7e;
}

#footerleft {
	width: 650px;
	float: left;
}

#footerright {
	width: 290px;
	float: left;
}