@charset "utf-8";
/* CSS Document */


/************************//* Etiquetas de HTML */
#menup{
	position: absolute;
	top: 170px;
	left: 0px;
	height: 320px;
	width: 200px;
}
#logop{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 150px;
	width: 180px;
	background-image: url(../images/logo_cachopo_p.jpg);
	background-repeat: no-repeat;
}
#volver{
	position: absolute;
	top: 505px;
	left: 20px;
	height: 20px;
	width: 170px;
}
#volver2{
	position: absolute;
	top: 505px;
	left: 50px;
	height: 20px;
	width: 320px;
}
#contenidop{
	position: absolute;
	top: 0px;
	left: 200px;
	height: 550px;
	width: 750px;
}
#texto{
	position:relative;
	top: 50px;
	left: 50px;
	height: 400px;
	width: 320px;
	letter-spacing:1px;
}
#imagen{
	position:absolute;
	top: 50px;
	left: 400px;
	height: 450px;
	width: 300px;
}
#texto_sug{
	position:relative;
	top: 50px;
	left: 50px;
	height: 450px;
	width: 650px;
	font-size: 11px;
}
#txt{
	position: relative;
	float: left;
	left: 0px;
	height: 175px;
	width: 400px;
	padding: 10px 20px 10px 0px;
}
#img{
	position: relative;
	float: left;
	left: 0px;
	height: 175px;
	width: 230px;
	padding: 10px 0px 10px 0px;
}
#chef{
	position:absolute;
	top: 450px;
	left: 50px;
	height: 50px;
	width: 320px;
}
#img_chef{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 75px;
}
#txt_chef{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 230px;
	padding: 15px 15px 15px 0px;
	font-size: 17px;
	color: #666600;
	font-weight: bold;
	text-align: left;
}

/************************//* MENU PRINCIPAL */

ul.menup {
	position:relative;
	top: 0px;
	left: 20px;
	height: 325px;
	width: 160px;	
}
ul.menup li{
	display: inline;
}
ul.menup li a{
	display: block;
	float:left;
	height: 15px;
	width: 160px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
}
/*
ul.menup li a:link {
	color: #3e301c;
}
ul.menup li a:visited {
	color: #3e301c;
}
ul.menup li a:hover {
	color: #CC9900;
}
*/
a.mp {
	color: #3e301c;
}
a.mp:visited {
	color: #3e301c;
}
a.mp:hover {
	color: #CC9900;
}
a.mps {
	color: #CC9900;
}

/************************//* LINKS */

.link{
	color:#666666;
	text-decoration: none;
}
a.link:visited {
	color: #666666;
	text-decoration: none;
}
a.link:link {
	color: #666666;
	text-decoration: none;
}
a.link:hover {
	color: #CC9900;
	text-decoration: none;
}


.mail{
	color:#996600;
	text-decoration: none;
}
a.mail:visited {
	color: #996600;
	text-decoration: none;
}
a.mail:link {
	color: #996600;
	text-decoration: none;
}
a.mail:hover {
	color: #ffcc33;
	text-decoration: none;
}


.chef{
	color: #666600;
	text-decoration: none;
}
a.chef:visited{
	color: #666600;
	text-decoration: none;
}
a.chef:link{
	color: #666600;
	text-decoration: none;
}
a.chef:hover{
	color: #FF6600;
	text-decoration: none;
}


/************************//* ESTILOS */
.tit{
	font-size: 22px;
	letter-spacing: 2px;
	color: #CC9900;
	font-weight:bold;
}
.tit3{
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #996600;
}
.txtesp{
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	font-weight:bold;
}
.p{
	margin-top: 10px;
}
.pg{
	margin-top: 20px;
}

/*********************************************************/
/*Link Idea Corporativa*/
a.idea:link {
	color: #999999;
	text-decoration: none;
}
a.idea:visited {
	color: #999999;
	text-decoration: none;
}
a.idea:hover {
	color: #ff9900;
	text-decoration: none;
}
a.corporativa:link {
	color: #ff9900;
	text-decoration: none;
}
a.corporativa:visited {
	color: #ff9900;
	text-decoration: none;
}
a.corporativa:hover {
	color: #999999;
	text-decoration: none;
}

/*********************************************************/
/*Creditos Idea Corporativa*/
.creditosidea {
	color: #666666;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.creditoscorporativa {
	color: #FF9900;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

a.linkcreditos:link {
	color: #666666;
	text-decoration: none;
}
a.linkcreditos:visited {
	color: #666666;
	text-decoration: none;
}
a.linkcreditos:hover {
	color: #ff9900;
	text-decoration: none;
}
