/* CSS Document */

html {
	min-height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: fixed;
}

#page {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 870px;
	background-color: #FFFFFF;
	min-height: 100%;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	text-indent: 15px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(util/otros/flechita.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

h2 {
	font-size: 12px;
	line-height: 17px;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
}

.primero {
	margin-top: 0px;
}

.noprimero {
	margin-top: 30px;
}

p {
	line-height: 12px;
	text-indent: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#iconos {
	line-height: 12px;
	text-indent: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 100px;
	cursor: pointer;
}

.cd {
	background-image: url(util/pictos/cd.gif);
	background-position: left 1px;
}

.aud {
	background-image: url(util/pictos/aud.gif);
	background-position: left 1px;
}

.gra {
	background-image: url(util/pictos/gra.gif);
	background-position: left 1px;
}

.id {
	background-image: url(util/pictos/id.gif);
	background-position: left 1px;
}

.ilu {
	background-image: url(util/pictos/ilu.gif);
	background-position: left 1px;
}

.int {
	background-image: url(util/pictos/int.gif);
	background-position: left 1px;
}

.maq {
	background-image: url(util/pictos/maq.gif);
	background-position: left 1px;
}

.pac {
	background-image: url(util/pictos/pac.gif);
	background-position: left 1px;
}

.web {
	background-image: url(util/pictos/web.gif);
	background-position: left 2px;
}

#cabecera {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	background-position: right top;
	background-repeat: no-repeat;
}

.indice {
	background-image:url(util/otros/x.gif);
	height: 80px;
}	

#logo {
	width: 803px;
	height: 100px;
	margin: 0px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image:url(util/otros/logo.gif);
}

#bloque {
	float: left;
	width: 270px;
	margin-top: 0px;
}

.bl1 {
	margin-left: 20px;
	margin-top: 0px;
}

.bl2 {
	margin-left: 0px;
	margin-top: 0px;
}

#derecha {
	float: left;
	margin-left: 60px;
	width: 230px;
}

#textoapt {
	margin-top: 50px;
	width: 100%;
	text-align: right;
}

#senaletica {
	margin-top: 50px;
	width: 130px;
	margin-left: 140px;
	color:#666666;
}

#pag_titulo {
	text-indent: 15px;
	background: url(util/otros/flechita.gif) no-repeat left;
}

#pag_bloque {
	position: relative;
	width: 830px;
	height: auto;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #FFFFFF;
}

#pag_minibloque {
	position: relative;
	float: none;
	width: 830px;
}

#pag_imagen {
	position: relative;
	float: left;
	left: 0px;
	width: 540px;
	height: auto;
}

#pag_texto {
	position: relative;
	float: right;
	width: 270px;
	height: 100%;
	text-align: right;
	vertical-align: bottom;
}

#pag_enlace {
	margin-top: 10px;
	font-weight: bold;
	background-image: url(util/otros/flechita.gif);
	background-repeat: no-repeat;	
}

.weblink {
	background-position: 180px;
}

.cdlink {
	background-position: 145px;
}

#contenido_texto {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 270px;
}

#linea_gris {
	height: 1px;
	width: 200px;
	background: #CCCCCC;
	margin-top: 10px;
	margin-left: 70px;
}

.pag_primero {
	margin-top: 10px;
}

a {
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
