@import url('https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic');



body
{
	font-family: 'Arimo', sans-serif; 
}

.contenedor
{
	min-height: 650px;
	margin:auto;
}

#encabezado
{
	
	width: 100%;
	height: 130px;
}

#encabezado img
{
	margin: auto;
	height: 130px;
}

#top
{

	text-align:center; 
	margin:auto;
}

a
{
	text-decoration: none;
}

.menu
{
	background-image: url("images/menu.png");
	float: left;
	width: 100%; 
	height: 55px;
	text-align: center;
}

.menu ul
{
	margin-left: 35%; 
}

.menu ul li
{
	display: block;
	float: left;
	margin-left: 60px;
	list-style: none;
	font-size: 15px;
	letter-spacing: 1px;
}

.menu ul li a
{
	display: block; 
	height: 50px;
	color: white;
}

.menu ul li:hover
{
	background-color: 236f2a;
	text-shadow: 0px 0px 5px white;
}

section
{
	width: 650px;
	height: 450px;
	margin-top: 0px;
}


p
{
	font-family: arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
}

strong
{
	color: #a49806;
}

#swiffycontainer2
{
	
	margin: auto;
}

mark
{
	color: white;
}

article
{
	float: left; 

}

/* -------- INCRIPCION . ASP ----- */
.tabla
{
	width: 100%;
	padding: 20px;
}

.tabla td
{
	padding: 10px;
}

input[type=submit] 
{
	height: 28px;
	line-height: 1;
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #F0AD4E;
  border: solid #FF7B11 1px;
  text-decoration: none;
}

input[type=submit]:hover
{
  background: #FF9037;
  text-decoration: none;
}

select {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #DEDBD7;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

input
{
	background: white;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 8;
   height: 20px;
}

input[type=radio]
{
   height: 20px;
   width: 30px;
   background-color: white;
}

select {
   background: white;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 8;
   height: 34px;
   }

select option
{
	font-size: 12px;
	background: white;
}

textarea
{
	background: white;
}

#pie
{
	overflow: hidden;
	width:100%; 
	height:80px; 
	font-family: 'Arimo', sans-serif;
	font-size:12px; 
	color: white; 
	text-align:center;
	position: relative;
	bottom: 0;
}

#video 
{
	width:575px; 
	height:audio; 
	margin-top:15px; 
	text-align:center; 
	margin:auto; 
	overflow:scroll;
}

.btn {
line-height: 18px;
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  background: #F0AD4E;
  padding: 10px 20px 10px 20px;
  border: solid #FF7B11 1px;
  text-decoration: none;
}

.btn:hover {
  background: #FF9037;
  text-decoration: none;
}

.btm {
line-height: 18px;
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  background: #5BC0DE;
  padding: 6px 18px 6px 18px;
  border: solid #3498DB 1px;
  text-decoration: none;
}

.btm:hover {
  background: #2FABCF;
  text-decoration: none;
}


/* ----- AUDITORIO --------*/


#audi
{
	height: 380px;
	width: 660px;
	background-color: black;
	border: 3px solid black;
}

iframe
{
	margin: 0;
}

#tabla-audi
{
	margin-top: 70px;
}

#swiffycontainer
{
	margin:auto;
	width: 728px; 
	height: 90px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#player{width:575px;height:322px;background:#000;border:3px solid #4e4e4d; margin-left:160px;}

#flv_player{width:1100px;height:322px; margin-left:160px;}
