@charset "UTF-8";
/* CSS de Guzmán Gastronomía */
/* Hoja de estilos de la home */



/* Imports
------------------------------------------------------------------------------------------------------------------------ */
@import 'general.css';
/* Imagen rotativa
------------------------------------------------------------------------------------------------------------------------ */
#photodiv {
	float:right;
	width:290px;
	height:375px;
	background-repeat: no-repeat;
	position:absolute;
	right:0;
	top:0;
}
/* Textos
------------------------------------------------------------------------------------------------------------------------ */
#textos {
	position:relative;
	z-index:1;
	width:490px;
	min-height:310px;
	padding: 37px 0 0 25px;
}
* html #textos {
	height:310px;
} /* Hack IE6 */
#textos p {
	width:400px;
	font: normal 1.3em/1.38em Arial, Helvetica, sans-serif;
}
#textos a {
	float: left;
	width: 282px;
	height: 54px;
	margin-top: 20px;
	padding: 13px 20px 0 98px;
	background: transparent url(../images/banner-news-home.png) left top no-repeat;
	text-decoration: none;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
}
#textos a:hover {
	text-decoration: underline;
}
#contenido {
	padding-bottom: 19px;
}
