/* CSS Document */

/* BASICO */
#base {
	height: 500px;
	width: 770px;
	border: 1px solid #333333;
}
#basep {
	background-image: url(../img/fondo_principal.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 770px;
	border: 1px solid #333333;
}
a:link {
	color: #008000;
}
a:visited {
	color: #008000;
}
a:hover {
	color: #00B700;
}
div {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

strong {
	font-weight: bold;
}

/* CONTENIDO */
#cabecera {
	height: 216px;
}
#cabecerap {
	height: 197px;
	float:left;
	background-image: url(../img/logo_g.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#espa1{
	height:146px;
	width:768px;
	float:left;
}

#espa2{
	height:100px;
	width:380;
	float:left;
	text-align:center;
	padding-top:50px;
}
#espa3{
	height:100px;
	width:380;
	float:right;
	text-align:center;
	padding-top:50px;
}

#f_sup {
	height: 24px;
}
#logo {
	text-align: left;
	height: 170px;
}

#version {
	text-align: right;
	width: 340px;
	height: 70px;
	float: right;
	padding-top: 10px;
	padding-right:5px;
}

#f_inf {
	height: 24px;
}
#menu_base {
	height: 250px;
	width: 768px;
}
#iconoindividual {
	float: left;
}
#info_productora {
	text-align:center;
	height: 34px;
}

