* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration:none;
	cursor:pointer;
}
a:link, a:visited {color: #000;}
a:hover {color: white;}
a:active {color: #000;}
body {
	background-color: #EEE;
}
.contenedor {
	text-align: center;
}
.gris {
	padding-top: 30px;
}
.content {
	display: inline-block;
	margin-top: 12%;
}
.divimg {
	float: left;
}
.logo {
	text-align: left;
}
.cuadro_der {
	background-color: #FFA800;
	float: left;
	padding: 20px;
	height: 235px;
	width: 450px;
}
.titulo {
	font-size: 36px;
	color: white;
}
.divinputs {
	text-align: center;
}
.divinputs input {
	height: 40px;
	width: 70%;
	padding-left: 10px;
}
p {
	margin: 10px;
	line-height: 45px;
}
.boton {
	margin-top: 15px;
}
.enviar {
    background-color: #696969;
    text-align: center;
    padding: 12px;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 1px;
}
#logoPL{
	width:200px;
}
#bandera{
	width: 50px;
}
#EnlacesIdiomaPl,#guionPl{
 display: none;
}
