
	html * {
		margin: 				0;
		padding: 				0;
		border:					none;
		list-style: 			none;	
	}
	
	body {
		font-family: 			Verdana, Helvetica, Arial;
		color:					#575453;
	}
	
	a {
		text-decoration: 		none;
		color: 					#575453;
	}
	
	#rotativo {
		height:				435px;
		overflow:			hidden;
	}

	#cuerpo a:hover {
		color: 					#999;
	}
	
	p {
		margin-bottom: 			10px;
	}
	
	#contenido {
		width:					900px;	
		position: 				absolute;
		top:					50%;
		left:					50%;
		margin-left:				-450px;
		margin-top:				-235px;
	}

	* html body.blog #contenido {
		margin-top:				-331px !important;
	}

	#navegacion {
		width:					100%;
		height:					26px;
		margin-bottom:			21px;
	}

	#navegacion li {
		float: 					left;
	}
	
	#navegacion li a {
		background-image:		url('imagenes/menu.gif');
		background-repeat:		no-repeat;
		display:				block;
		height: 				26px;
	}
	
	body.en #navegacion li a {
		background-image:		url('imagenes/menu_en.gif') !important;
	}
	
	#navegacion li a span {
		display: 				none;
	}
	
	#whatsCooking a {
		width:					150px;
		background-position:	0px 0px;
	}
	
	#proyectos a {
		width:					100px;
		background-position:	-150px 0px;
	}
	
	#descargas a {
		width:					100px;
		background-position: 	-250px 0px;
	}
	
	#contacto a {
		width:					100px;
		background-position: 	-350px 0px;
	}
	
	#logo a {
		width:					250px;
		background-position: 	-450px 0px;					
	}
	
	#whatsCooking a:hover {
		width:					150px;
		background-position:	0px -26px;
	}
	
	#proyectos a:hover {
		width:					100px;
		background-position:	-150px -26px;
	}
	
	#descargas a:hover {
		width:					100px;
		background-position: 	-250px -26px;
	}
	
	#contacto a:hover {
		width:					100px;
		background-position: 	-350px -26px;
	}
	
	#logo a:hover {
		width:					250px;
		background-position: 	-450px -26px;					
	}
	
	#main {
		width:					625px;
	}

	#info {
		position: 				absolute;
		right:					0;
		top:					50px;
		width:					240px;
		font-size: 				8pt;
		height: 				435px;
	}
	
	.web_navegacion_language_en, .web_navegacion_language_es {
		position: 				absolute;
		right:					0;
		bottom:					0;
	} 
	
	.noticia h1 span {
		display: 				block;
	}
	
	#map {
		width: 					625px;
		height: 				425px;
	}
	
	body.contacto address {
		font-style: 			normal;
		font-size: 				1.2em;
	}
	
	body.contacto #info {
		width: 					150px;
		right: 					80px;
	}	
	
	#vcard {
		margin-top: 			20px;
	}
	
	#vcard h1 {
		font-size: 				1.1em;
		margin-bottom: 			5px;
	}
	
	#vcard ul li  {
		clear: 				both;
		margin-bottom: 		40px;
		height: 			30px;
	}


	#vcard ul li img {
		width: 				40px;
		display: 			block;
		margin-right: 		10px;
		float: 				left;
	}
	