divq{border:solid 1px;}

html {
	overflow-y: scroll;
}

body {
	background-repeat: no-repeat;
	height: auto;
	background-image: url(../html/images/fondo.png);
	background-position: -180px -80px;
	margin: 0;
	text-align:center;
	padding:0px;
}


#global {
	width: 100%;
	height: 100%; 
	position: relative; 
	

}

#main {
	width: 990px;
	display: table; 
	height: 445px; 
	position: relative; 
	overflow: hidden;
	margin: 0px auto;
	text-align:left;

}

#inte1 {
	position: absolute; 
	top: 50%;
	display: table-cell; 
	vertical-align: middle;
	
}

#inte2 {
	position: relative; 
	top: -50%
	
}

#left {
	height: 172px;
	width: 215px;
	float: left;
	margin: 0px 0px 0px 100px;
}

#logo {
	height: 172px;
	width: 211px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#right {
	width: 370px;
	float: left;
	margin: 70px 0px 0px 10px;
	list-style: none;
}

.bloque {
 	width: 370px;
	float: right;
	margin: 10px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #666666;
	width: 290px;
	margin: 0px 0px 0px 0px;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


.enlace a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-style:normal;
	text-decoration: none;
	vertical-align: bottom;
	border:none;
	font-weight: bold;
	height: 20px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}

.enlace a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-style:normal;
	text-decoration: none;
	vertical-align: bottom;
	border:none;
	font-weight: bold;
	height: 20px;
	margin: 17px 0px 0px 5px;
	float: left;
}

.enlace a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-style:normal;
	text-decoration: none;
	vertical-align: middle;
	border:none;
	font-weight: bold;
	height: 20px;
	margin: 17px 0px 0px 5px;
	float: left;
}

.linea_horizontal{
	background-color: #999999;
	height: 1px;
	width: 380px;	
	margin: 20px 0px 0px 0px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-style:normal;
	text-decoration: none;
	vertical-align: middle;
	border:none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-style:normal;
	text-decoration: none;
	vertical-align: middle;
	border:none;
	font-weight: bold;
}


.enlace_peq_gris a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;

}

.enlace_peq_gris a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
	
}

.enlace_peq_gris a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	
}


.enlace_peq_gris2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
	width: 370px;
	float: left;
	margin: 5px 0px 0px 0px;
	text-align: right;
}

.enlace_peq_gris2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
	width: 370px;
	float: left;
	margin: 5px 0px 0px 0px;
	text-align: right;
}

.enlace_peq_gris2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	width: 370px;
	float: left;
	margin: 5px 0px 0px 0px;
	text-align: right;
}


