/*
Theme Name: Cooling Systems de México v1
Theme URI: http://www.csmexico.com/
Description: Tema desarrollado especialmente para Cooling Systems de México.
Version: 1.0
Author: Osiris Magallón
Author URI: http://www.solucionesgeminis.com/

	Cooling v1.0
	 http://www.csmexico.com/

	Este tema fué desarrollado por Géminis Soluciones de Soluciones de Software
	

*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
}

* html #page
{
	height: 100%;
}

body{
	background-color:#1481ac;
background-image:url(imagenes/body_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#page{
	/*background-image:url(imagenes/body_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;*/
	width:730px;
	/*background-color:#FFF;*/
	margin:auto;
	padding:0 45px ;
	position: relative;
	min-height: 100%;
}

/************** Header **************/

#header{
	background-image:url(imagenes/header_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:690px;
	height:130px;
	margin:0 auto;
	padding-top:15px;
}

#menuWrap{
	height:45px;
	padding-top:75px;
	padding-right:20px;
}

#menu ul, #menu li{
	display:inline;
}




#menu ul{
	padding:0;
	margin-left:0;
}

#menu li{
	padding:0 2px;
}

#menu a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#menu{
	background-image:url(imagenes/menu_izq_bg.png);
	height:38px;
	float:right;
	padding-left:20px;
	padding-right:5px;
	padding-top:7px;
	display:inline;
}

#menuRight{
	background-image:url(imagenes/menu_der_bg.png);
	width:24px;
	height:45px;
	float:right;
	display:inline;
}

/************** content /*************/

#content{
}

#contenido{
	margin:0 10px 0 30px;
	width:490px;
	padding-bottom:65px;
	text-align:justify;
}

#contenido h2{
	color:#146b9d;
	border-bottom:2px solid #146b9d;
	margin-bottom:18px;
	padding-bottom:1px;
}

#contenido h3{
	color:#146b9d;
	margin-bottom:-4px;
}

.post{
	background-image:url(imagenes/content_bg.jpg);
}

.post a{
	color:#1481AC;
	text-decoration:none;
}

.post a:hover{
	text-decoration:underline;
}

.contenidoPost{
	padding:0 10px;
}

.contenidoTop{
	background-image:url(imagenes/content_top_bg.jpg);
	height:8px;
	overflow:hidden;
}

.contenidoBottom{
	background-image:url(imagenes/content_bottom_bg.jpg);
	height:8px;
	overflow:hidden;
}

/************** sidebar **************/

#sidebarWrap{
	float:right;
	margin:40px 30px 10px 10px;
	width:160px;
	background-image:url(imagenes/sidebar_bg.jpg);
	display:inline;
}

#sidebarTop{
	background-image:url(imagenes/sidebar_top_bg.jpg);
	height:8px;
	overflow:hidden;
}

#sidebarBottom{
	background-image:url(imagenes/sidebar_bottom_bg.jpg);
	height:8px;
	overflow:hidden;
}

#sidebar{
	padding:0 10px;
	color:#FFF;
	font-size:.9em;
}

.widgettitle{
	margin:0 0 10px;
	font-size:1.4em;
}

.widget ul{
	padding-left:15px;
	margin-left:0;
}

.widget a{
	color:#FFF;
	text-decoration:none;
}

.widget a:hover{
	text-decoration:underline;
}

/************** footer **************/

#footer
{
	position: relative;
	margin: -45px auto 0;
	background-image:url(imagenes/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:45px;
	width:820px;
	color:#FFF;
	clear:both;
}

#footerContent{ 
	padding-top:6px;
	text-align:center;
	font-size:.8em;
}

#footerContent a{
	color:#FFF;
}

.floatLeft{
float:left;
margin-right:10px;
margin-bottom:5px;
}

#wpstats{
height:0 !important;
overflow:hidden;
}