
/* style.css Hoja de estilos v1.0 */


/* RESET DE STYLES */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
*/


body {
	margin: 0px; 0px; 0px; 0px;
	/* background-color: #FFFFFF;*/ 
	background-color: #E5E5E5;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
}

.bodyline {
	background-color: #E4E4E4;
	border: 1px #BFBFBF solid;
}

/* Fondo del Menu */
.menu {
	background-color: #dfdfdf;
	background-image: url('../img/menubg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

/* Estilos de Titulos y textos normales */
h1 {
	color: #ed1c23; 
	font-size: 16;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
h2 {
	color: #ed1c23;
	font-size: 13;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
h3 {
	color: #000000; 
	font-size: 13;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

.texto {
	color: #000000; 
	font-size: 11;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


/* Estilo para Noticias */
.noticias h1 {
	color: #ed1c23; 
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	padding: 0px;
	margin: 0px;
}
.noticias h2 {
	color: #ed1c23; 
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	padding: 0px;
	margin: 0px;
}
.noticias h3 {
	color: #ed1c23; 
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	padding: 0px;
	margin: 0px;
}

.noticias .noticia1 {
	color: #000000; 
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.noticias .noticia2 {
	color: #000000; 
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.noticias .noticia3 {
	color: #000000; 
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.imgbox {
	width: 75px;
	height: 75px;
	overflow: hidden;
	display: block;
	float: left;
	line-height: 100px;
	position: relative;
	z-index: 1;	
}
/*.imgbox img {
	float: left;
	position: absolute;
	top: auto;
	left: auto;
}*/

/*
.noticias div.img {
	display:block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin: 0;
}
.noticias div.img img {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}
*/


/* Detalle de Noticias */
.detalleTitulo {
	color: #ed1c23; 
	font-size: 16;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.detalle {
	color: #000000; 
	font-size: 12;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.autor {
	color: #FFFFFF; 
	font-size: 12;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


/* Estilo para Proyectos Presentados */
.proyectoTipo {
	color: #ed1c23; 
	font-size: 12;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.proyectoResumen {
	color: #000000; 
	font-size: 10;
	text-transform: uppercase;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.proyecto {
	color: #000000; 
	font-size: 10;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


/* Links de navegacion entre paginas */
.pagenav {
	color: #000000;
	font-weight: bold;
	font-size: 12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pagenav a:link {color: #000000; text-decoration: none;}
.pagenav a:visited {color: #000000; text-decoration: none;}
.pagenav a:hover {color: #ed1c23;text-decoration: none;}
.pagenav a:active {color: #000000;text-decoration: none;}


/* footer */
.footer {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.tablalight {
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF;
	border-collapse: collapse;
	empty-cells: show
}


/* ESTILOS PARA FORMS */
input.text {
	color: #000000; 
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	
	width: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
textarea.text {
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	
	width: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
input.boton {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	font-family: Arial, sans-serif; 
	
	height: 20px;
	background-color: #ed1c23;
	border-style: none;
}


/* LISTAS */
ul.listaSmall {
	font-size: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
	/*line-height: 125%*/
}
ul.listaSmall li {margin-bottom: 5px}
ul.listaSmall a {color: #000000; text-decoration: none;}
ul.listaSmall a:hover {color: #ed1c23; text-decoration: none;}

ul.listaLarge {
	font-size: 12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
	/*line-height: 125%*/
}
ul.listaLarge li {margin-bottom: 10px}
ul.listaLarge a {color: #000000; text-decoration: none;}
ul.listaLarge a:hover {color: #ed1c23; text-decoration: none;}


/* Links General NO TERMINADO */
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #ed1c23;
}


/* Clase para el texto hipermini, solo para diseņo */
.textoc{
	font-family: Verdana;
	color: #000000;
	font-size: 1px;
}


/* Estilo para Novedades NO USADO */
.NovedadTitulo {
	color: #FFFFFF; 
	font-size: 12;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

