﻿/* CSS Document */

body
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

a img
{
	border: none;
}

a
{
	color: Black;
}

a:visited
{
	color: Black;
}

td
{
	vertical-align: top;
}

td .asistenteIzq
{
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 5px;
}

td .asistenteDrc
{
	padding-bottom: 5px;
}

ul
{
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 2px;
}

ul li
{
	list-style-image: url(../images/punteroList.jpg);
}

ul li a
{
	color: Black;
	text-decoration: none;
}

ul li a:hover
{
	color: Black;
	text-decoration: underline;
}

.panelError
{
	border: 1px solid #DD3C10;
	background-color: #FFEBF8;
	color: #333333;
	padding: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.panelOk
{
	border: 1px solid #000033;
	background-color: #CCE0F5;
	color: #000033;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.black
{
	color: Black;
}

.tituloPagina
{
	font-size: 22px;
	font-weight: bold;
}

.contenidoPantalla
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.alVerTop
{
	vertical-align: top;
}
.alVerMid
{
	vertical-align: middle;
}
.alVerBot
{
	vertical-align: bottom;
}

.general
{
	width: 738px;
	text-align: left;
}

.logoJoves
{
	padding-right: 7px;
}

.idiomas
{
	margin-bottom: 15px;
}

.menu
{
	margin-top: 5px;
}

.body
{
	width: 730px;
	margin-top: 5px;
}

.footer
{
	width: 720px;
	text-align: left;
	margin-top: 2px;
}

.footer a
{
	color: black;
}

.footer a:hover
{
	text-decoration: none;
}
.logosFooter
{
	width: 720px;
	text-align: left;
	margin-top: 10px;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #CDAB8A;
	border-bottom: 1px solid #CDAB8A;
}

.redesSociales
{
	background: url(../images/redesSociales.jpg);
	width: 202px;
	height: 37px;
	text-align: right;
	margin-bottom: 5px;
}

.redesSociales .iconos
{
	padding-top: 6px;
	padding-right: 6px;
}

.enlaceImagen
{
	text-decoration: none;
}

/* Contenido */
.contSupIzq
{
	background: url(../images/conSupIzq.jpg) top no-repeat;
	width: 10px;
	height: 27px;
}
.contSup
{
	background: url(../images/conSup.jpg) top repeat-x;
	height: 27px;
	padding-top: 10px;
}
.contSupTitulo
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}
.contSupDrc
{
	background: url(../images/conSupDrc.jpg) top no-repeat;
	width: 10px;
	height: 27px;
}
.contLatIzq
{
	background: url(../images/conLat.jpg) left repeat-y;
	width: 10px;
}
.contContenido
{
	padding: 3px;
	padding-top: 13px;
}
.contLatDrc
{
	background: url(../images/conLat.jpg) right repeat-y;
	width: 10px;
}
.contInfIzq
{
	background: url(../images/conInfIzq.jpg) bottom no-repeat;
	width: 10px;
	height: 14px;
}
.contInf
{
	background: url(../images/conBajo.jpg) bottom repeat-x;
	height: 14px;
}
.contInfDrc
{
	background: url(../images/conInfDrc.jpg) bottom no-repeat;
	width: 10px;
	height: 14px;
}

/* Elemento */
.elemSupIzq
{
	background: url(../images/elemSupIzq.jpg);
	width: 10px;
	height: 15px;
}

.elemSupDrc
{
	background: url(../images/elemSupDrc.jpg);
	width: 10px;
	height: 15px;
}

.elemSup
{
	background: url(../images/elemTopBot.jpg) repeat-x;
	height: 15px;
}

.elemInfIzq
{
	background: url(../images/elemInfIzq.jpg);
	width: 10px;
	height: 15px;
}

.elemInfDrc
{
	background: url(../images/elemInfDrc.jpg);
	width: 10px;
	height: 15px;
}

.elemInf
{
	background: url(../images/elemTopBot.jpg) repeat-x bottom;
	height: 15px;
}

.elemLatIzq
{
	background: url(../images/elemLat.jpg) left repeat-y;
}

.elemLatDrc
{
	background: url(../images/elemLat.jpg) right repeat-y;
}

.contenidoBienvenida
{
	margin-top: 20px;
}

.tituloBienvenida
{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.descripcionBienvenida
{
	padding-top: 5px;
}

/* Default */
.inscripcionDesc
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.portadaListItems
{
	list-style-image: url(../images/listItem.jpg);
	vertical-align: middle;
	margin: 5px 0px;
}
.portadaListItemsText
{
	font-family: Arial;
	font-size: 12px;
	color: #FF5F00;
	font-weight: bold;
}
.miniVideos
{
	width: 235px;
}

/* Presentación */
.imagenesPresentacion
{
	margin-bottom: 5px;
	margin-left: 2px;
}

/* Blog */
.categoriasBlog a
{
	color: #C1C1C1;
	text-decoration: none;
	font-size: 14px;
	padding: 0px 5px;
}

.categoriasBlog a:hover
{
	color: #707070;
	text-decoration: none;
	font-size: 14px;
	padding: 0px 5px;
}

.categoriasEntrada a
{
	color: #C1C1C1;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 5px;
}

.categoriasEntrada a:hover
{
	color: #707070;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 5px;
}

/* Programa */
.programaDia
{
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}
.programaDiaLinia
{
	border-bottom: 1px solid #666;
}
.programaEvento
{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.anchuraHora
{
	width: 70px;
	text-align: center;
}

.programaHora
{
	padding: 3px;
	padding-top: 0px;
	font-family: Arial;
	font-weight: bold;
	color: #7B570B;
}

.programaTituloActo
{
	margin-bottom: 5px;
}
.programaPonenteActo
{
	margin-bottom: 2px;
}

/* Inscripciones */
.inscripcionesInformacion
{
	border: 2px solid #D8C799;
	padding: 10px;
	width: 200px;
	background-color: #EEEEEE;
}
.inscripcionesInformacionTitulo
{
	border-bottom: 2px dashed #D8C799;
	padding: 5px 0px;
}

/* Participantes */
.participantesLogo
{
	max-width: 200px;
	max-height: 100px;
}
