/*.input[type="radio"]
fc4f00
*/
@font-face{font-family:'nyala';src:url('../fuente/nyala.ttf');font-weight:normal;font-style:normal;}
body { 
background-color: transparent; 
}
.logo
{
	margin-left:35%;
	margin-top: 5%;	
	max-width:30%;
	max-height: 30%;
} 
/* (movil vertical) */
@media screen and (max-width: 480px)
{
	.logo
	{
		margin-left:10%;
		margin-top: 5%;
		
		max-width:80%;
		max-height: 50%;

	} 
}
/* (movil horizontal)*/
@media screen and (min-width: 480px) and (max-width: 768px)
{
	.logo
	{
		margin-left:25%;
		margin-top: 5%;
		
		max-width:50%;
		max-height: 50%;
	} 	
}
/* (tablets verstical)*/
@media screen and (min-width: 768px) and (max-width: 1024px)
{
	.logo
	{
		margin-left:35%;
		margin-top: 5%;

		max-width:30%;
		max-height: 30%;
	} 	
}
/* (tablets horizontal)*/
@media screen and (min-width: 1024px)
{
	.logo
	{
		margin-left:35%;
		margin-top: 5%;

		max-width:30%;
		max-height: 30%;
	} 	
}
.formulario
{
/*font-family:'nyala';*/
font-family: Arial, sans-serif;
margin: 10%;
margin-top: 5%;
/*margin-top: 100px;
margin-right:150px;
margin-left:150px;*/
}
.formulario ul li
{
	list-style-type: circle;
	/*color: #fc4f00;*/
	color: #9C9C9C;
}
.formulario input[type="submit"]
{
	/*background-color: #fc4f00;
	color:white;
	border: 1px solid white;
	width: 100px;
	height: 50px;
	border-radius: 34px 34px 34px 34px;
	-moz-border-radius: 34px 34px 34px 34px;
	-webkit-border-radius: 34px 34px 34px 34px;*/
}
.formulario input[type="text"]
{
border:none;
border-bottom: 1px solid black;
}
.formulario input[type="color"]
{
    border-radius: 50%;
    width:3%;
    border: none;
    background-color: transparent;
}
.boton
{
	min-width: 80px;
	min-height: 50px;
	/*border: 1px solid #fc4f00;*/
	cursor: pointer;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 50px;
}
.enlaceboton
{
	text-align: center;
    text-shadow: -1px -1px 1px #333333, 1px -1px 1px #333333, -1px 1px 1px #333333, 1px 1px 1px #333333;
    font-weight: bold;
    color: white;
    text-decoration: none;
}