@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
 	border: 0px;
	text-decoration: none;
}

/*estilos para las clases*/
.clear {
	clear: both;
}

.rosa {
	color: #D10074;
}
.gris {
	color:#333;
}
/*estilos generales*/
a, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D10074;
}

.fondoBolas {
	background-image: url(../imgs/webareigfondito-08.png);
	background-repeat: repeat;
}

#texto a, #txt a:visited {
	color: #D10074;
	text-decoration: none;
}
#texto a:hover {
	text-decoration: none;
	color: #333;
}

/*estilos para las partes*/
#contenido {
	display: block;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
}

#cabecera {
	background-image: url(../imgs/cabecera.gif);
	background-repeat: no-repeat;
	height: 191px;
	width: 1024px;
}

#cabecera2 {
	background-image: url(../imgs/cabecera-healthcare.gif);
	background-repeat: no-repeat;
	height: 191px;
	width: 1024px;
}

#pie {
	height: 30px;
}
#pie p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	margin-top: 20px;
}

#cuerpo #menu {
	width: 215px;
	float: left;
}
#cuerpo #menu p {
	margin-left: 47px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 6px;
}
#cuerpo #menu p.rosa {
	color: #D10074;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: D10074;
}
#cuerpo {
	margin-top: 10px;
	background-image: url(../imgs/uk-trade-spanish-chamber.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 300px;
}
#cuerpo #texto {
	width: 750px;
	border: 2px solid #D10074;
	float: right;
	margin-right: 35px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 300px;
}
#cuerpo #texto.index {
	
	background-repeat: no-repeat;
	background-position: left bottom;
}

#cuerpo #texto p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: left;
}
#cuerpo #texto img.register {
	float: right;
	height: 164px;
	width: 158px;
	margin-top: 50px;
}
#cuerpo #texto p.progPart {
	font-style: italic;
	text-indent: 65px;
}
#cuerpo #texto .progHor {
	margin-top: 20px;
}
#cuerpo #texto img.sponsor {
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
	margin-left: 80px;
}


div label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	float: left;
	margin-left: 7px;
	margin-right: 10px;
	width: 190px;
}
input, textarea {
	border: 1px solid #D10074;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D10074;
	float: left;
}
.boton {
	width: 70px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 190px;
}
form {
	margin-top: 10px;
}
form div {
	margin-bottom: 10px;
	float:left;
	width: 600px;
}
#cuerpo #texto #formID p {
	margin-top: 10px;
	display: block;
	clear: both;
	width: 600px;
}
#cuerpo #texto #formID div #conference, #cuerpo #texto #formID div #invited {
	display: block;
	width: 20px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*estilos para tabla speakers*/



#contenedor {
    display: table;
    border: 6px solid #Dffffff;
    width: 100px;
    text-align: left;
    margin: 0 auto;
}
#contenidos {
    display: table-row;
}
#columna1, #columna2, #columna3 {
    display: table-cell;
    border: 1px solid #ffffff;
    vertical-align: middle;
    padding: 10px;
}

.unidad {
 
   background: #E9EBED;
   border: 2px solid #FFFFFF;
   box-shadow: 0 1px 3px rgba(20,20,20, 0.4);
   display: inline-block;
   margin: 0 5px 20px;
   padding: 0px;
}

.unidad img {
   width: 100%;
}



