@charset "utf-8";
/* CSS Document */


body
{
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	padding:0;
}

.container
{
	width:970px;
	height:833px;
	background:url(../images/bg-page.jpg);
	margin:0 auto;
	padding:0;
}

.header
{
	width:970px;
	height:281px;
	float:left;
}

.lado-izq
{
	width:396px;
	height:281px;
	float:left;
}

.lado-der
{
	width:574px;
	height:281px;
	float:left;
}

.logo
{
	width:396px;
	height:204px;
	float:left;
}

.home-icon
{
	width:396px;
	height:77px;
	background-repeat:no-repeat;
	float:left;
}

.banner-header
{
	width:574px;
	height:227px;
	margin-top:40px;
	border:2px #c31419 solid;
	float:left;
}

.cuadro-texto
{
	width:970px;
	height:498px;
	float:left;
	display:inline-block;
}

.cuadro-texto2
{
	width:360px;
	height:498px;
	float:left;
}

.slogan
{
	width:360px;
	height:134px;
	float:left;
	margin-top:-5px;
}

.menu
{
	width:360px;
	height:364px;
	float:left;
	margin-top:5px;
}

.menu-1
{
	width:325px;
	height:60px;
	float:left;
}

.banner
{
	width:610px;
	height:498px;
	float:left;
}

.footer
{
	width:970px;
	height:53px;
	margin:-20px 0 0 20px;
	float:left;
}

.fb-google
{
	width:193px;
	height:45px;
	float:left;
}

.direccion
{
	width:777px;
	height:45px;
	float:left;
}


.p2
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:22px;
	margin-top:35px;
	text-align:center;
	color:#000;
}

.amb
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	margin-top:22px;
	color:#fff;
}

a
{
	text-decoration:none;
}

.contenedorTextoBox
{
	width:531px;
	height:427px;
	background:url(../images/cuadro-texto.png);
	background-repeat:no-repeat;
	border:1px #c31419 solid;
	text-align:center;
	overflow:scroll;
	overflow:auto;
	overflow-x:hidden;
	margin:25px 0 10px 33px;
	float:left;
	
	-webkit-animation:translateRightLeft 2s linear 1;
	-moz-animation:translateRightLeft 2s linear 1;
	-ms-animation:translateRightLeft 2s linear 1;
	-o-animation:translateRightLeft 2s linear 1;
}

.textoBox
{
	width:531px;
	height:427px;
	float:left;

}

.textoBox2
{
	width:250px;
	float:left;

}

/*.texto-internas
{
	width:500px;
	height:400px;
	background:#f89699;
	opacity:0.6;
	border:1px #c31419 solid;
	margin:50px 0 0 60px;
	overflow:scroll;
	overflow:auto;
	overflow-x:hidden;
	text-align:center;
	float:left;	
}*/

.p3
{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	/*font-weight:500;*/
	opacity:1!important;
	text-align:justify;
	line-height:26px;
	color:#000!important;
	margin: 15px 20px 20px 20px;	
}

h1
{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	opacity:1!important;
	text-align:justify;
	text-transform:uppercase;
	text-decoration:underline;
	line-height:24px;
	color:#000;
	margin: 20px 20px 0 20px;
}

.img2
{
	border:2px #c31419 solid;
}

.slideshow2
{height:196px; width:470px; margin:auto; border:none; border:2px #c31419 solid;}

a
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.footer2
{
	width:100%;
	height:67px;
	background:url(../images/bg-atras.png);
	background-repeat:repeat;
	float:left;
}

.p5
{
	font-family:Tahoma;
	/*font-weight:bold;*/
	font-size:14px;
	margin-top:25px;
	line-height:22px;
	text-align:center;
	color:#fff;
}


/*.contenedorTextoBox
{
	width:820px;
	height:341px;
	background:url(../images/cuadro-texto.png);
	background-repeat:no-repeat;
	/*position:absolute;*/
	/*top:162px;
	left:206px;*/
	/*text-align:center;
	float:left;
	margin:110px 0 0 -70px;
	-webkit-animation:translateRightLeft 2s linear 1;
	-moz-animation:translateRightLeft 2s linear 1;
	-ms-animation:translateRightLeft 2s linear 1;
	-o-animation:translateRightLeft 2s linear 1;
}

.textoBox
{
	width:560px;
	height:341px;
	float:left;

}*/

/*==TranslateRightLeft Reutilizable==*/

@-webkit-keyframes translateRightLeft
{
	from {-webkit-transform:translate(800px,0);}
	to {-webkit-transform:translate(-0,0);}
}

@-moz-keyframes translateRightLeft
{
	from {-moz-transform:translate(800px,0);}
	to {-moz-transform:translate(-0,0);}
}

@-ms-keyframes translateRightLeft
{
	from {-ms-transform:translate(800px,0);}
	to {-ms-transform:translate(-0,0);}
}

@-o-keyframes translateRightLeft
{
	from {-o-transform:translate(800px,0);}
	to {-o-transform:translate(-0,0);}
}

