*{
	border:0;
	margin:0;
	padding:0;
}
body{
	background: #FFFFFF;
	font-family: arial;
}


#contenedor{
	width: 100%;
	height: auto;
	padding: 50px 0px;
}
	#contenido{
		max-width: 1400px;
		width: 98%;
		margin: 0 auto;
		height: auto;
	}
		#combo{
			margin-top: 8px;
			margin-left: 5px;
			color: #5C5C5C;
			-webkit-border-radius: 3;
			-moz-border-radius: 3;
			border-radius: 3px;
			height: 23px;
			border: solid 1px;
			border-color: #0988C7;
		}

		#btnBorrar{
			cursor: pointer;
			float: right;
			color: #0099FF;
			font-size: 18px;
			background: #FFFFFF;
			-webkit-border-radius: 2;
			-moz-border-radius: 2;
			border-radius: 2px;
			margin-top: -6px;
			margin-right: 20px;
		}


	.frase{
		vertical-align: top;
		min-height: 100px;
		display: inline-block;
		padding: 5px;
		box-sizing: border-box;
		text-align: center;
		font-size: 16px;
		-webkit-border-radius: 2;
		-moz-border-radius: 2;
		border-radius: 2px;
		color: #484847;
		background: #FFFFFF;
		max-width: auto;
		width: 48%;
		margin: 5px;
		font-size: 22px;

		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	}
	.white{
		background: #FFFFFF;
	}
	.gray{
		background: #EBEBEB;
	}

	#btnTraducir{
		cursor: pointer;
		font-size: 17px;
		padding: 7px 25px;
		box-sizing: border-box;
		background: #FF7700;
		color: #FFFFFF;

		-webkit-border-radius: 3;
		-moz-border-radius: 3;
		border-radius: 3px;
	}
	#btnTraducir:hover{
		background-color: #0099FF;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	}
	
	#form_calificar{
		padding: 5px;
		box-sizing: border-box;
	}
	#combo_punteo{
		color: #5C5C5C;
		-webkit-border-radius: 3;
		-moz-border-radius: 3;
		border-radius: 3px;
		height: 23px;
		border: solid 1px;
		border-color: #0988C7;
	}
	#bCalificar{
		margin-top: 8px;
		margin-left: 5px;
		color: #5C5C5C;
		-webkit-border-radius: 3;
		-moz-border-radius: 3;
		border-radius: 3px;
		height: 23px;
		width: 100px;
		cursor: pointer;
		border: solid 1px;
		border-color: #0988C7;
	}
	#ilus{
		margin-top: 5px;
		height: 250px;
		width: auto;
		background: #393939;
		padding: 5px;
	}




	/* ---- ESTILOS EN PANTALLAS MENORES A 800PX ----*/
@media screen and (max-width: 800px){
	.frase{
		display: block;
		width: 98%;
		margin-bottom: 10px;
	}
}