/*
*  CSS para el sitio postersenlinea.com
*  MAQUETACIÓN >> Estructura del sitio (bugs,encabezado, cuerpo, columna(s) y pie)
*  Autor: Kleiman, Hernán
*/

/********************************************************************************
*   							ELEMENTOS COMUNES								*
*********************************************************************************
*  body, a, h1, h2, h3, h4, h5, img, div										*
********************************************************************************/

body {
	margin:0 0 0 0;
	background:#fff url(../imgs/body-bg.jpg) repeat-x;
	text-align:left;
	font:11px/15px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #666;
}
a:hover {
	color: #000;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
	
.clearfix {display: inline-block;} 
.FixFloat{
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6ca206;
}
h2 {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
}
h3 {
	font:11px/15px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
}
/*****************************************************
*                  ESTRUCTURA
* #top, #footer:#tercertermino, #contendido: #opciones
******************************************************/
#top {
	margin:0 auto;
	margin-top:20px;
	padding:40px 60px 0 160px;
	width:783px;
	height:87px;
	background: url(../imgs/top.jpg) top no-repeat;
}
#contendido {
	margin:0 auto;
	width:1003px;
	background-image:url(../imgs/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
}
#opciones {
	width:200px;
	float:left;
}
#footer {
	margin:0 auto;
	width:926px;
	height:50px;
	background-image:url(../imgs/footer.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	clear:both;
	padding-left:40px;
	padding-right:37px;
	padding-top:30px;
}
#tercertermino {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:22px;
	text-align:right;
}

/*****************************************************
*
*                  CONTENIDO ENCABEZADO
*
******************************************************/
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float:left;
}
#menu {
	float:right;
	margin-top:-30px;
	font-size: 11px;
	line-height:22px;
	text-align:right;
	width:400px;
}
#menu  a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	color:#e7e7e7;	
}
#mensaje {
	position:relative;
	top:10px;
	width:850px;
	padding:20px;
	/* background-color:#f7e6de; */
	/* border:#f79e74 1px solid; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align:left;
}
#mensaje  a {
	color:#6ca206;
	text-decoration:none;
}
#mensaje a:hover {
	color:#666666;	
}
#login {
	width:810px;
	padding:20px;
	background-color:#f1f0f0;
	border:#bab9b9 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align:left;
	margin-top:20px;
}
#registrarse {
	position:relative;
	top:10px;
	width:850px;
	padding:20px;
	background-color:#f1f0f0;
	border:#bab9b9 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align:left;
}
.error {
	background-color:#cfe2dc;
	border:#aac1b9 1px solid;
	width:435px;
	padding:3px;
}
#error {
	position:relative;
	top:10px;
	width:810px;
	padding:20px;
	background-color:#cfe2dc;
	border:#aac1b9 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align:center;
}
#error a {
	color:#6ca206;
	text-decoration:none;
}
#error a:hover {
	color:#666666;	
}
#listado {
	margin:0 auto;
	width:850px;
	padding:20px;
	text-align:left;
}
#botonera {
	margin:0 auto;
	width:850px;
	text-align:left;
	background-image:url(../imgs/boton_bg.jpg);
	background-repeat:repeat-x;
}
#bienvenidas { 
	float:right; 
	text-align:right; 
	width:400px;
	color:#FFFFFF;
}
#bienvenidas a {
	color:#FFFFFF;
	text-decoration:none;
}
#bienvenidas a:hover {
	color: #3366CC;	
}
.parrafo { padding:0; margin:0; line-height:12px; }
.parrafo a {
	color:#333;
	text-decoration:none;
}
.parrafo a:hover {
	color:#000;	
}

/********************************************************
*														*
*                  MENU IZQUIERDA						*
*														*
********************************************************/
.global {
	position:relative;
}
.global a {
	display:block;
	cursor:pointer;
	width:200px;
	height:32px;
	text-decoration:none;
}
.masmenos {
	display:block;
	width: 25px;
	height: 25px;
	margin-right:6px;
	border: #ececec 1px solid;
	text-align: center;
	background: #FFF;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
a .masmenos {
background: #f7f7f7;
}
a:hover #masmenos {
background-color:#FFFFFF;
}
.items {
	position:absolute;
	top:0px; left:29px;
	display:block;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	height:26px;
	width:150px;
	border-bottom: #ececec 1px dashed;
	padding-left:6px;
	padding-right:6px;
	margin-bottom:3px;
	/*width:180px !important;*/
}
.jurado {
	margin:0; padding:0;
}
.width { width:800px; }
.width2 { width:800px; }
.items:first-letter {
	text-transform:uppercase;
}
/***************************************************
***************************************************/


#padding {
	padding-left:35px;
	margin-bottom:10px;
}
#busqueda {
	padding:10px;
	margin-bottom:5px;
	background-color:#cfe2dc;
	border:#aac1b9 1px solid;
	margin-bottom:10px;
}
#busqueda ul {
	list-style:none;
	margin:0;
	padding:0;
}
.posters {
	padding:10px;
	margin-bottom:5px;
	background-color:#a8ccff;
	border:#6489bf 1px solid;
}
.posters a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.posters a:hover {
	color:#203553;
}
.quitarPoster {
	padding:5px;
	margin-bottom:5px;
	background-color:#ffc514;
	border:#c59400 1px solid;
}
.quitarPoster p {
	margin:0; padding:0;
}
.quitarPoster a {
	font-weight:bold;
}
.quitarExito {
	background-color:#cf0a0a;
	border:#870808 1px solid;
	color:#fff;
	font-weight:bold;
}
.bold {
	font-weight:bold;
	color:#000;
}
#premio {
	padding:10px;
	margin-bottom:5px;
	background-color:#a8ccff;
	border:#6489bf 1px solid;
}
#premio a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#premio a:hover {
	color:#203553;
}
#premios {
	margin-top:5px;
	color:#A74C1F;
	font-weight:bold;
}
.contenido_temas {
	margin-bottom:10px;
}
#paginador {
	margin-bottom:5px;
	width:100%;
	position:relative;
}
#pagina {
	width: 25px;
	height: 25px;
	border: #ececec 1px solid;
	margin-right: 3px;
	float: left;
	text-align: center;
	background: #FFF;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
}
#resultados {
	height: 25px;
	border: #ececec 1px solid;
	background: #f7f7f7;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	color:#666;
}
#pagina a {
	text-decoration: none;
	line-height: 25px;
	display: block;
	width: 25px;
	height: 25px;
	background: #f7f7f7;
}
#pagina a:hover {
	background: #e8e8e8;
}
#postersInfo {
	background-color:#f1f0f0;
	border:#bab9b9 1px solid;
	width:625px;
	float:right;
	padding:10px;
}
#navegacion {
	width:647px;
	float:right;
	magin:0; padding:0;
	margin-bottom:5px;
}
#navAnt {
	background-color:#ffc514;
	border:#e6ad02 1px solid;
	float:left;
	width:320px;
	text-align:left;
}
#navAnt a, #navAnt p {
	margin:0;
	display:block;
	width:316px;
	height:17px;
	padding:3px;
	color:#bc3036;
	text-decoration:none;
}
#navAnt p {
	background-color:#ffebaf;
	width:314px;
}
#navAnt a:hover {
	background-color:#ffdc72;
}
#navSig {
	background-color:#ffc514;
	border:#e6ad02 1px solid;
	float:right;
	width:320px;
	text-align:right;
}
#navSig a, #navSig p {
	margin:0;
	display:block;
	width:316px;
	height:17px;
	padding:3px;
	color:#bc3036;
	text-decoration:none;
}
#navSig p {
	background-color:#ffebaf;
	width:314px;
}
#navSig a:hover {
	background-color:#ffdc72;
}
#postersInfo {
	margin-bottom:5px;
}
#postersInfo p {
	text-align:justify;
}
.leerMas a {
	border: #000 1px solid;
	background: #fff;
	display:block;
	cursor:pointer;
	font: 10px/10px Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	width:70px;
	float:right;
	text-align:center;
	text-decoration:none;
	color:#666;
}
.leerMas a:hover {
background-color:#f7f7f7;
}
#postersInfo h2:first-letter {
	text-transform:uppercase;
}
#izquierda {
	float:left;
	width:465px;
}
#derecha {
	float:right;
	width:140px;
	padding-left:14px;
	text-align:center;
}
.floatDerecha {
	float:right;
	position:relative;
	margin-top:10px;
}
#imagen {
	padding:2px;
	background-color:#FFFFFF;
	border:#CCCCCC 1px solid;
	margin-bottom:10px;
	width:120px;
}
.awards {
	margin-top:-14px;
}
.premiado {
	background-color:#cac9c9;
	border:#aeaeae 1px solid;
}
#buscar { text-align:left; width:870px; padding-left:20px; margin:0 auto; }



#sponsor {
	margin-left:0px;
}

.aviso {
	padding:5px;
	background-color:#cfe2dc;
	border:#aac1b9 1px solid;
	display:block;
	width:810px;
}
.destacar {
	padding:5px;
	background-color:#f3f3f3;
	border:#999999 1px dashed;
	display:block;
	width:810px;
}
#jurado {
	position:relative;
	text-align:center;
	clear:both;
	top:10px;	
}

.botoncitos {
	margin-bottom:20px;
}

/********************************************************************************
*   							DIVS PARA CADA SECCION							*
*********************************************************************************
*  opbjetivos, generalidades, materiales, discusion, conclusion, referencias	*
********************************************************************************/

#posterObjetivos {
	padding: 10px 0;
	margin:10px 0;
}
#posterGeneralidades {
	padding: 10px 0;
	margin:10px 0;
}
#posterMateriales {
	padding: 10px 0;
	margin:10px 0;
}
#posterDiscusion {
	padding: 10px 0;
	margin:10px 0;
}
#posterConclusiones {
	padding: 10px 0;
	margin:10px 0;
}
#posterReferencias {
	padding: 10px 0;
	margin:10px 0;
}

/********************************************************************************
*   							MENSAJES Y AVISOS								*
*********************************************************************************
*  edicion con exito															*
********************************************************************************/
.exitoso {
	margin-top:10px;
	background-color:#ffc514;
	width:auto;
	padding:3px;
	font-weight:bold;
}

/********************************************************************************
*   							AUTORES											*
*********************************************************************************
*  enlaces																		*
********************************************************************************/
.editar {
	padding:0; margin:0;
	text-align:right;
}
.editar a {
	font-weight:normal;
}

/********************************************************************************
*   							AYUDA 											*
*********************************************************************************
*  temas																		*
********************************************************************************/
.ayuda_temas {
 	width:850px;
 	height:25px;
 	background: url(../imgs/ayuda/ay_temas.gif) 0 0 no-repeat;
 	display:block;
}
.ayuda_autores {
 	width:850px;
 	height:25px;
 	background: url(../imgs/ayuda/ay_autores.gif) 0 0 no-repeat;
 	display:block;
}
.ayuda_buscar {
 	width:850px;
 	height:25px;
 	background: url(../imgs/ayuda/ay_buscar.gif) 0 0 no-repeat;
 	display:block;
}
.ayuda_premios {
 	width:850px;
 	height:25px;
 	background: url(../imgs/ayuda/ay_premios.gif) 0 0 no-repeat;
 	display:block;
}
.ayuda_mios {
 	width:850px;
 	height:25px;
 	background: url(../imgs/ayuda/ay_mios.gif) 0 0 no-repeat;
 	display:block;
}
.ayuda_favoritos {
 	width:850px;
 	height:25px;
 	background: url(../imgs/ayuda/ay_favoritos.gif) 0 0 no-repeat;
 	display:block;
}