div.respuestas
{
	position: absolute;
	
	top: 30px;
	left: 50px;
	right: 50px;
	height: 220px;
	
	background: rgba(255, 255, 255, 0.5); 
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

div.respuestasOculto
{
	background: none !important; 
}


p.oracion
{
	width: 155px;
	height: 45px;
	
	padding: 15px;
	
	border: 3px solid white;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	font-weight: bold;
	font-size: 16px;
	color: white !important;
	text-align: center;
	
	box-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

p.oracionError
{
	background: red !important;
}

p.asignado
{
	font-weight: normal !important;
	font-size: 12px;
	padding: 10px;
	
	width: 170px;
	height: 55px;
}


p.Tematica
{
	position: absolute;
	
	top: 20px;
	left: 240px;
	
	background: #b2d33a; 
}

p.A1
{
	position: absolute;
	
	top: 120px;
	left: 20px;
	
	background: #faa722; 
}
p.A2
{
	position: absolute;
	
	top: 120px;
	left: 240px;
	
	background: #faa722; 
}

p.A3
{
	position: absolute;
	
	top: 120px;
	right: 20px;
	
	background: #faa722; 
}

p.respuestas
{
	width: 170px;
	height: 50px;
	
	padding: 10px;
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	font-size: 12px;
	color: white !important;
	text-align: center;
	
	background: #b2bc31;
	border: 3px solid white;
}

p.r1
{
	position: absolute;
	bottom: 200px;
	left: 75px;
}

p.r2
{
	position: absolute;
	bottom: 200px;
	left: 285px;
}

p.r3
{
	position: absolute;
	bottom: 200px;
	right: 75px;
}

p.r4
{
	position: absolute;
	bottom: 110px;
	left: 285px;
}