@charset "utf-8";
object, embed, video {
	max-width: 100%;
}

/* Diseño móvil: 480 px e inferior. */
.gridContainer {
	width: 100%;
}
#content {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	display: block;
	background-color: #fff;
}
.logo {
	text-align: center;
	width: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.logo img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: none !important;
}
.texto, .textob{
	text-align: justify;
	width: 82%;
	padding-right: 9%;
	padding-left: 9%;
	margin-bottom: 25px;
}
.texto img {
	max-width: 100%;
	text-align: center;
}
.textob img {
	max-width: 100%;
	height: auto;
}
.enfasis {
	color: #ff0082;
	font-weight: bolder;
}
.datos {
	width: 100%;
	font-size: 90%;
	text-align: center;
}
p{
	font-family: 'Roboto', sans-serif;sans-serif;
	font-size: 1.1em;
	line-height: 22px;
}
h1, h4 {
	font-family: 'Roboto', sans-serif;
	color: #400020;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	line-height: 28px;
}
.clearfix {
	clear: both;
}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
		background-image: url(../imagenes/163.jpg);
	margin-top: 00px;
	margin-bottom: 28px;
}
#content {
	margin-left: auto;
	margin-right: auto;
		margin-top: 0px;
	box-shadow: 0px 10px 40px #000;
	-webkit-box-shadow: 0px 10px 40px #000;
	-moz-box-shadow: 0px 10px 40px #000;
	background-color:transparent;
}
.logo {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
}	
.logo img {
	max-width: 90%;
	padding:0px;
}
h1{
	text-align:right;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	/*width: 69.675%;*/
	margin-top: 0px;
	/*		float:right;
		margin-right:5%;*/
	margin-bottom: 0px;
	min-width: 500px;
	/*max-width: 768px;*/
	background-image: url(../imagenes/163.jpg);
	background-repeat: repeat;
	-webkit-border-radius: 35px;
	-moz-border-radius:35px;
	border-radius: 35px;
}
#content {
	margin-top: 0px;
		margin-bottom: 0px;
	background-color:transparent;
	-webkit-border-radius: 35px;
	-moz-border-radius:35px;
	border-radius: 35px;
}
.logo {
	padding-top:25px;
		padding-bottom:425px;
	margin-bottom:0px;
	margin-top:0px;
}
.logo img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: none !important;
}
.twocolcont {
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
.texto, .textob{
	text-align: justify;
	width: 36%; 
	padding-right: 4%;
	padding-left: 4%;
	margin-bottom: 25px;
}
.texto {
	float:right;
}
.textob {
	float:left;
}
p {
	font-size: 1em;
	line-height: 22px;
	color: #000;
}
}
