﻿/*-------------------------------------------------------*/
/*   Áreas tecnológicas                                  */
/*-------------------------------------------------------*/
.inycom_area_tecnologica_caja
{
	background-position: top left;
	width: 350px;
	height: 150px;
	border: 1px solid #E4312A;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	background-position:0px 30px;
}

.inycom_area_tecnologica_cabecera
{
	background-color: #E4312A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 20px;
}
.inycom_area_tecnologica_contenido
{
	position:relative;
	top:25px;
	left:200px;
 	width:130px;
 	height:60px;
 	color:#6B6C6E;
 	text-align: right;
}
.inycom_area_tecnologica_link
{
	top:30px;
	left:240px;
	text-align:left;
	text-indent:16px;
	padding-top:2px;
	background-image: url('../../../Images/boton.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}
/*-------------------------------------------------------*/
/*    Área tecnológica                                  */
/*-------------------------------------------------------*/
.inycom_area_tecnologica_informacion_caja
{
	width: 175px;
	height: 175px;
	background-position: top left;
	border: 1px solid #E4312A;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	background-position:0px 30px;
}
.inycom_area_tecnologica_informacion_cabecera
{
	background-color: #E4312A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 20px;
	
}
.inycom_area_tecnologica_informacion_contenido
{
	position: relative;
	top: 40px;
	left: 20px;
	width: 120px;
	height: 110px;
	color: #6B6C6E;
}
.inycom_area_tecnologica_informacion_link
{
	background-image: url('../../../Images/link.png');
	background-repeat: no-repeat;
	background-position: 40px 0px;
	width: 100px;
	height: 24px;
	padding: 2px 0px 0px 58px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	position: relative;
} 
/*-------------------------------------------------------*/
/*   Sectores                                            */
/*-------------------------------------------------------*/
.inycom_sector_caja
{
	width: 237px;
	height: 250px;
	background-position: top left;
	border: 1px solid #E4312A;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	background-position:0px 30px;
}
.inycom_sector_cabecera
{
	background-color: #E4312A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 20px;
}

.inycom_sector_contenido
{
	position: relative;
	top: 130px;
	left: 30px;
	width: 173px;
	height: 110px;
	color: #6B6C6E;
	text-align:center;
}
.inycom_sector_link
{
	top:75px;
	left:70px;
	text-align:left;
	text-indent:16px;
	padding-top:2px;
	background-image: url('../../../Images/boton.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}

/*-------------------------------------------------------*/
/*   Sector en una caja vertical                         */
/*-------------------------------------------------------*/
.inycom_sector_vertical_caja
{
	width: 237px;
	height: 514px;
	background-position: top left;
	border: 1px solid #E4312A;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	background-position:0px 30px;
}
.inycom_sector_vertical_caja
{
	width: 237px;
	height: 514px;
	background-position: top left;
	border: 1px solid #E4312A;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	background-position:0px 30px;
}
.inycom_sector_vertical_cabecera
{
	background-color: #E4312A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 20px;
	
}
.inycom_sector_vertical_contenido
{
	position: relative;
	top: 210px;
	left: 30px;
	width: 200px;
	height: 445px;
	color: #6B6C6E;
	text-align:center;
}
.inycom_sector_vertical_link
{
	top:10px;
	left:70px;
	text-align:left;
	text-indent:16px;
	padding-top:2px;
	background-image: url('../../../Images/boton.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}

