<!--

.datosregistro {
	position:relative;
	margin:5px;
	float:left;
	width:240px;
	height:290px;
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50%);
	color: #ccc;
	z-index:200;
}

#registroseminario {
	width:500px;
	height:300px;
	
	background-image: url(../images/logotipo_seminario.jpg);
	
	padding:5px;
	border:1px #9c1042 outset;
}
#facebookseminario {
	position:fixed;
	top:9px;
	left:50%;
	width:553px;
	height:auto;
	background:none;
}

#sigueme {
	font-family:palatino;
	font-size:10pt;
	text-align:right;
	float:right;
	width:auto;
	background:navy;
	color:#FFF;
	border:1px #FFF outset;
	cursor:pointer;
}
body{
	background-attachment: fixed;
	/*background-color:#28aae1;
	background-image:none;*/
}

.style1 {
	color: #9c1042;
	}

.categ	{
	background-color: #f2eeef;
	border: 1px #CCC solid; 
	font-weight:bold;
	color:#666;
	padding: 5px;
	text-align:left;	
}

.btnReg	{
background-color:#CCC;
color:#666;
display:block;
width:200px;
height:auto;
border: 1px #CCC outset;
padding:3px;
text-decoration:none;
}

#contenedor {
	border: 1px #CCC outset;
	display:block;
	height:auto;
	width:960px;
	padding:10px;
	background-color: #F8F8F8;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    filter: shadow(color=#999999, direction=135, strength=2);		
}


/* salida.php */
/* admin/index.php */


.salida {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #009999;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #009999;
}
.borde {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-top-width: 2px;
}

.mnu	{
	float:left;
	margin:1;
	width:120px;
	border:1px #CCC outset;
	background:#CCC;	
}

#menu	{
width:960px;border:thin #666;height:auto;	
}
#titulologin {
	background:#9c1042;
	color:#FFF;
	heigth:1.5em;
	padding-top:5px;
	padding-bottom:5px;
}

.evnitem {
	float:left;
	width:218px;
	border:1px #c0c0c0;
	background:#cccccc;
	font-weight:bold;
	height:1.7em;
	padding-top:4px;
}

.evnitemh {
	float:left;
	width:218px;
	text-align:left;
	padding-rigth:4px;
}

.evnitemc {
	float:left;
	width:218px;
	text-align:center;
	padding-rigth:4px;
}

.filaevento {
	width:900px;
	float:left;
	margin: 3px;
}

#tematica {
    width:900px;
	/*border:1px red dashed; #c0c0c0 outset;*/
}

.separador {
	float:left;
	width:900px;
	margin-top:3px;
	border:1px #cccccc solid;
}

.separadordia {
	float:left;
	width:900px;
	margin-top:3px;
	border-top:1px #de0f2b inset;
}

#requisito {
	font-size: 0.9em;
	color:#de0f2b;
}

.lugartaller {
	color:#FF0000;
}

#presentaciones {
	position:fixed;
	top:40%;
	left:46%;
	margin-top: -9em;
	margin-left: -15em;	
	width:600px;
	heigth:300px;
	border:1px #cccccc outset;
	background:#ffffff;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	filter: shadow(color=#999999, direction=135, strength=2);
	display:none;  //block
	padding: 20px;
	z-index:100;	
}

-->