/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:Helvetica, sans-serif;
}
HTML,BODY {
	height:100%;
	background-color:#e5f3fe;
}
BODY,HTML {
	background-image:url(images/degrade.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}
IMG {
	border:0px none;
}

DIV#contenido {
	padding-top:50px;
}

DIV.subcontenido {
	border:5px solid #FF6600;
	background-color:#fff;
	width:893px;
	margin:auto;
	padding-top:320px;
}
DIV#barra {
	height:152px;
	background-image:url(images/subfondo.png);
	background-repeat:repeat-x;	
	position:absolute;
	width:100%;
	margin-top:60px;
	text-align:center;
}
DIV#logo {
	position:absolute;
	margin:auto;
	width:210px;
	left:50%;
	margin-top:-32px;
	margin-left:-440px;
}
DIV#imagen {
	position:absolute;
	margin:auto;
	width:210px;
	left:50%;
	margin-top:20px;
	margin-left:80px;
}
DIV#menu {
	position:absolute;
	margin:auto;
	width:800px;
	left:50%;
	margin-top:180px;
	margin-left:-400px;
}
DIV#menu A {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	margin-right:20px;
	text-decoration:none;
}
DIV#menu A.selected {
	color:#fff;
}

DIV#pie  {
	color:#000;
	font-size:12px;
	text-align:center;
	margin-top:10px;
}

DIV#pie A {
	color:#000;
	font-size:12px;
}

DIV.subcontenido P {
	color:#000;
	font-size:14px;
	text-align:justify;
}

DIV.subcontenido H1 {
	font-size:20px;
	background-image:url(images/vineta.png);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:6px;	
	padding-bottom:14px;
	margin-bottom:10px;
}

DIV.subcontenido H2 {
	font-size:16px;
	color:#FF3300;
}

DIV.subcontenido UL,DIV.subcontenido OL {
	margin-left:50px;
}

DIV.subcontenido LI {
	color:#000;
	font-size:14px;
	text-align:justify;
	margin-bottom:10px;
}

IMG.galeria {
	border:5px solid #eee;
	margin-right:15px;
	margin-bottom:15px;	
}

TH {
	font-size:12px;
	text-align:right;
}