@charset "utf-8";

/* netfactory - Sala Paraninfo */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}

body,input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	color:#000000;	
}

input, textarea, select {
	font-size: 1em; 
}

body {
	background-image: url(images/fondo/fondo2.jpg);
	background-repeat: repeat-y;
	background-color: #000;
	background-position: center;
}

img {
	border:none;
}

p {
	margin-bottom:1em;
}


ul {
	padding-left:30px;
	margin-bottom:1em;
}

#contenedor {
	width: 1001px;
	margin:auto;
	border: none;
	/*
	min-height:645px;
	height:auto !important;
	height:645px;
	*/
	text-align: left;
}

#cabecera {
	height:256px;	
}

#colIzq {
	width:574px;
	float:left;
	position:relative;
	left:120px;
	background-color:#000;
	color:#FFFFFF;
	min-height:645px;
	height:auto !important;
	height:645px;
	padding:0px 10px 20px 10px;	
}

#colIzq a {
	text-decoration:underline;
	color:#FFFFFF;
}

#colIzq a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#colDer {
	width:245px;
	float:right;
	background-image: url(images/sidebar_fondo.png);
	text-align:center;
}

#colDer li {
	list-style-type:none;	
}

#pie {
	margin-top:20px;
	width:594px;
	height:72px;
	margin-left:120px;
	background-image: url(images/fondoPie.png);
	background-repeat: no-repeat;
	padding:0px 5px 10px 10px;
	font-size:0.9em;
	background-position: center;
	text-align:center;
	position:absolute;
}

#contenidoPie {
	position:relative;
	top:20px;
}

#pie a.enlace1 , #pie a.enlace2 {
	color:#000;	
	text-decoration:none;
}

#pie a:hover.enlace1 , #pie a:hover.enlace2 {
	text-decoration:underline;
}

#pie a.enlace1 {
	font-weight:normal;
}

#pie a.enlace2 {
	font-weight:bold;
}

#finPagina {
	height:100px;
	background-image: url(images/fondo/fondo3.jpg);
	background-repeat: no-repeat;	
	background-position: center top;	
}

#c2 {
	background-image: url(images/fondo/fondo1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.clear {
	clear:both;
	height:1px;
}



/* cabecera */
.posicionLogo {
	position:relative;
	top:126px;	
	left:145px;
}

/* contenidos */
.cuerpoNoticia {
	background-color:#FFF;	
	width:480px;
	margin-left:30px;
	padding:10px;
	color:#000000;
}

img.tituloNoticia {
	position:relative;
	left:-35px;	
}

.noticia {
	margin-bottom:20px;	
}

a.negro , #colIzq a.negro{
	color:#000;
}

#colIzq .cuerpoNoticia a {
	color:#000000;
}

#colIzq .cuerpoNoticia a:hover {
	color:#000000;
	text-decoration:none;
}

a.negro:hover , #colIzq a.negro:hover {
	color:#999999;
}

.error {
	font-size:2em;
	color:#F00;
}


