@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	/*background:#838B8B;*/
	background: url(../img/gray_jean.png) repeat;
	text-shadow:#CCC;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.contenido
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #E1E1E1;
	color: #2F2F2F;
	margin-top: 20px;
	margin-bottom: 20px;
	min-width: 0;
	max-width: 700px;
	border: 1px solid #979696;
}

.intro {
	text-align: justify;
	color: #333;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
}
.pregunta p {
	margin-left:10px;
}
.respuesta p {
	margin-left:10px;
}
.boton { margin-left:10px; border-radius:3px; padding:3px 8px 3px 8px; border:1px solid #535151; -webkit-box-shadow: 4px 4px 14px 1px rgba(0,0,0,0.58);-moz-box-shadow: 4px 4px 14px 1px rgba(0,0,0,0.58);box-shadow: 4px 4px 14px 1px rgba(0,0,0,0.58); cursor:pointer; font-size:14px;}

.fimg{display:block; text-align:center;}

hr { border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #E1E1E1, #8c8b8b, #E1E1E1);
  background-image: -moz-linear-gradient(left, #E1E1E1, #8c8b8b, #E1E1E1);
  background-image: -ms-linear-gradient(left, #E1E1E1, #8c8b8b, #E1E1E1);
  background-image: -o-linear-gradient(left, #E1E1E1, #8c8b8b, #E1E1E1); }
  
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url(../img/icon_top.png) no-repeat;
}