/* CSS Document 
Description: Buscador de Videos
Author: Ferca Network
Author URL: http://www.ferca.com */


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
    text-align: left;
	background: #ffffff; /* url(images/background.png) repeat-x 0px 24px; */
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #01adef;
	text-decoration: none;
	text-align:center;
	letter-spacing: -1px;
	padding-top: 80px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #01adef;
	text-decoration: none;
	text-align:center;
	letter-spacing: -1px;
	padding-top: 8px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #01adef;
	text-decoration: none;
	text-align:center;
	padding-top: 1px;
}


#contenedor{
	margin: 0 auto;
	width: 1000px;
	background: #ffffff;
	padding-top: 70px;
}

#contenedor_rtados{
	margin: 0 auto;
	width: 1000px;
	background: #ffffff;
	padding-top: 0px;
	text-align:center;
}


.linea_separadora {
	border-bottom: solid 1px #e3e2e2;
	width:80%;
	padding-top:10px;
}

.enlaces{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;

}

.enlaces:hover{
	color: #01adef;
}


#enlace{
	text-align: center;
}

#texto_peq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 60px 0;
}
#texto_peq_rtados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 10px 0;
}

.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#cuadro_arriba {
	height: 25px;
	width: 100%;
	background-color: #464646;
}
#cuadro_abajo {
	height: 25px;
	width: 100%;
	background-color: #464646;
}

#cuadro_formulario {
	height: 25px;
	padding:15px 0 15px 0;
	width: 48%;
	background-color: #c6ecfa;
	border: 1px solid #0abbff;
}

#formulario {
	padding-bottom:210px;
}
#lupa {
	left: 370px;
	top: 288px;
	position: absolute;
	width: 80px;
	height:127;
}

