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

[Master Stylesheet] 
  
- Projecto:	Antojo Cultural - www.antojocultural.com
- Version:	2 

- Autor: Estrativa www.estrativa.com
- Desarrollador: Mauricio Agudelo.
- Contact: desarrollo@estrativa.com

- Ultima actulizacion CSS:    Julio 8, 2011

-------------------------------------------------------------------*/
body {
	font-family: Tahoma;
	background: #fef0bf url(../img/bg.jpg) repeat-x;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 18px;
}
/*Definicion de floats*/
.left{
	float: left;
}
.right{
	float: right;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* colores */

/* propiedades fuente */
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}

/* Estructura del documento */

/* Contenedore */
.con_header{
	background: url(../img/top_portal.png) repeat-x;
}
/*Fin contenedores*/
/* Wrappers */
.wrapper_header{
	margin: 0 auto;
	width: 1024px;
	position: relative;
}
.wrapper_body{
	margin: 0 auto;
	width: 1024px;
}
.wrapper_footer{
	height: 640px;
	margin: 0 auto;
	width: 1024px;
	background: url(../img/footer_bg.png) no-repeat 0 100%;
}
/*Fin Wrapper*/
/* Contenidos */
/* Header */
.antojo{
	margin: 0 0 30px 62px;
	display: inline;		
	background: url(../img/Antojo.png) no-repeat 0 0;
	width: 154px;
	height: 0px;
	padding-top: 144px;
	overflow: hidden;
}
.menu{
	margin: 73px 23px 0 0;
	background: url(../img/bg-menu.png) no-repeat;
}
.menu li{
	display: inline;
}
.menu p{
	margin: 12px 0 28px 22px;
	font-size: 14px;
	color: #830a0a;
}
.menu span{
	font-size: 10px;
	color: #e3721e;
}
.mar1{
	margin: 0 0 0 13px;
}
.mar2{
	margin: 0 42px 0 0;
}
.twitter{
	top: 140px;
	left: 703px;
	margin:0 0 0 0px;
	display: inline;		
	background: url(../img/twitter.png) no-repeat 0 0;
	width: 26px;
	height: 0px;
	padding-top: 27px;
	overflow: hidden;
	position: absolute;
}
.facebook{
	top: 140px;
	left: 743px;
	margin: 0 0 0 0;
	display: inline;		
	background: url(../img/facebook.png) no-repeat 0 0;
	width: 27px;
	height: 0px;
	padding-top: 27px;
	overflow: hidden;
	position: absolute;
}
/* Fin Header */
/* Body */
.slide{
	height: 300px;
}
/*Contenedro izquierdo*/
.que_ant{
	margin: 6px 0 0 18px;
}
.que{
	margin: 0 0 0 0;
	display: inline;		
	background: url(../img/que_se.jpg) no-repeat 0 0;
	width: 325px;
	height: 0px;
	padding-top: 23px;
	overflow: hidden;
}
.ima_que{
	display: block;
}
.lug{
	margin: 2px 0 0 10px;
}
.luga{
	margin: 0 0 0 0;
	display: inline;		
	background: url(../img/lugares.png) no-repeat 0 0;
	width: 325px;
	height: 0px;
	padding-top: 36px;
	overflow: hidden;
	position: absolute;
}
.ima_lug{
	margin: 27px 0 0 0;
	display: block;
}
/*Fin contenedor izquierdo*/
/*Contenedor derecho*/
.con_der{
	margin: 0 19px 0 0;
	width: 315px;
}
.dia{
	margin: 0 0 0 0;
	display: inline;		
	background: url(../img/menu_dia.png) no-repeat 0 0;
	width: 315px;
	height: 0px;
	padding-top: 33px;
	overflow: hidden;
}
/*Fin Contenedor derecho*/
/* Fin Body */
.patro{
	margin: 0 50px 0 0;
	display: inline;		
	background: url(../img/patrocinan.png) no-repeat 0 0;
	width: 253px;
	height: 0px;
	padding-top: 70px;
	overflow: hidden;
}
.pat{
	margin: 70px -250px 0 0;
	width: 572px;
	height: 250px;
}
/* Inicio Footer */

/* Fin Footer*/
/* Fin Contenidos */


