body {
	background-color: #28009F;
	}
	
#centro {
	background-color: #28009F;
	text-align: center;
	color: #FFFFFF;
	width: 90%;
	}

.titulo h1 {
	background-color: #111111;
	text-align: center;
	padding-left: 20px;
	color: #FDD017;
	}
	
#avisos {
	background-color: #28009F;
	text-align: left;
	width: 40%;
	padding-left: 0;
	color: #FDD017;
	float: left;
}

#aviso {
	border-bottom: 1px solid #FDD017;
	margin: 0px;
}

#aviso_titulo {
	margin: 1em 0em;
	font-size: 1.2em;
	text-align: left;
}

.acceso {
	background-color: #28009F;
	float: right;
	padding-right: 100px;
	width: 300px;
	}
	
label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	color: #FFFAC3;
	font-weight: bold;
	display: block
}

.submit input
{
	margin-left: 2em;
}

input
{
	color: #781351;
	background: #FFFACD;
	border: 4px groove #781351
}

.submit input
{
	color: #28009F;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}

fieldset
{
	border: 1px solid #781351;
	width: 20em;
	margin-top: 0;
	background-image: url(fondo1.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
}

legend
{
	color: 	#000080;
	font-weight: bold;
	background: #ffa20c;
	border: 1px solid #781351;
	letter-spacing:0;
	padding: 2px 6px
}

div#msgerror {
	color: #FF4500;
	font-weight: bold;
	}
	
div#msgmail {
	font-size: 0.75em;
	color: #FF4500;
	font-weight: bold;
	}
/* Estilos definidos en Pantalla.php */

.Estilo1 {
	color: #FFFFFF;
	font-weight: bold;
        font-size: 12px;
}

.tabla1 th, td {
        color: #FFFFFF;
        font-weight: normal;
        font-size: 12px;
        margin: 0px;
}

.EPlatica {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
        margin: 0px;
}
.EPonente {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
        margin: 0px;
}
.ENumero {
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	font-size: 10px;
        margin: 0px;
}
.Estilo2 {color: #FFFF00;}
.Estilo3 {color: #FFFFFF;}

.estilotextarea4 {
	background-color: transparent;
	border: 1px solid #000000;
	font-size: 10px;
	scrollbar-arrow-color: #000066;
	scrollbar-base-color: #000033;
	scrollbar-dark-shadow-color: #336699;
	scrollbar-track-color: #666633;
	scrollbar-face-color: #cc9933;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-highlight-color: #CCCCCC;
}

/**** Area de presentacion ******/

#programa {
		height: 100px;
		border-color: #FFFFFF;
		border-width: 1px;
		border-bottom-style: outset;
		border-right-style: outset;
		border-top-style: inset;
		border-left-style: inset;
	}

#amplificada {
		width: 400px;
		height: 300px;
		border-color: #FFFFFF;
		border-width: 1px;
		border-style: inset;
	}

/* ***** PRUEBA DEL CARROUSSEL *** */ 

/* example_6 css */  
#example_6 {  
     position: relative; /* important */  
     overflow: hidden; /* important */  
     width: 640px; /* important */  
     height: 540px; /* important */  
     margin: 0;  
     background: #fff;  
}  

#example_6_content {  
     position: absolute;  
     top: 0;  
     margin-left: 0;  
}  
   
#example_6_content  
#example_6_content li {  
     list-style: none;  
     margin: 0;  
     padding: 0;
}  

#example_6_content {  
         width: 13440px;  
}  

#container_bd #example_6 ul li {  
         display: block;  
         float: left;  
         margin: 0;  
         padding: 0;  
         border: none;  
         background-color: #fff;  
}  
   
#container_bd #example_6 ul li img {  
     display: block;  
}  
   
#example_6_frame {  
     position: relative;  
     margin: 485px 131px 0 131px;  
}  

#container_bd #example_6_frame ul li {  
     margin: 0 2px;  
}  

#container_bd #example_6_frame ul li img{  
     border: 1px solid #9cf;  
     padding: 2px;  
}  



#container_bd #example_6_frame ul li img:hover {border: 1px solid #369;}  
