/***************************************************************/
/*	InterGraphicDESIGNS
/*	agrotec_index_style.css
/*	CSS con estilos que sólo se necesitan en el index
/****************************************************************/

/**************************/
/*SUB ENCABEZADO DEL INDEX*/
/**************************/

#subheader_background_top_01 {
	background-image: url(../images/background_top_02.jpg);
	width: 775px;
	height: 83px;
}
#subheader_background_top_02 {
	background-image: url(../images/background_top_03.jpg);
	width: 775px;
	height: 53px;
}
#subheader {
	width: 775px;
	height: 136px;
}

/**************************/
/*    MENU ALTERNATIVO    */
/**************************/

#menu_extra {
	width: 750px;
	height: 22px;
	padding-right: 25px;
	padding-top: 5px;
	background-image:url(../images/background_menu_sec.jpg);
	text-align: right;
	color: #FFFFFF;
}
#menu_extra a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu_extra a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*************************************/
/*  CONTENIDO PRINCIPAL DEL INDEX    */
/*************************************/

#content_principal_index_01 {
	width: 426px;
	height: 124px;
	background-image:url(../images/background_index_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content_principal_index_02 {
	width: 426px;
	height: 124px;
	background-image:url(../images/background_index_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content_principal_index_03 {
	width: 426px;
	height: 124px;
	background-image:url(../images/background_index_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.content_principal_index_titulo_izq {
	padding-left: 29px;
	padding-top: 32px;
}
.content_principal_texto_izq {
	clear: all;
	margin-left: 45px;
	margin-top: 2px;
	width: 227px;
	height: 45px;
}
.content_principal_index_titulo_der {
	padding-left: 169px;
	padding-top: 32px;
}
.content_principal_texto_der {
	clear: all;
	margin-left: 183px;
	margin-top: 10px;
	width: 235px;
	height: 45px;
}
