body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	width: 0%;
	height: 0%;
	display: inline;
	clear: none;
}
p{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	height: 257px;
	clear: right;
	width: auto;
	display: block;
}
pm {
	height: 150px;
	display: block;
	clear: right;
	text-align: justify;
	width: auto;
	margin-left: 22px;
	margin-right: 30px;
}
ptext {
	height: 79px;
	display: table;
	width: 817px;
	margin-left: 77px;
}
a{
	color: #FF060A;
	text-decoration: none;
	width: auto;
	height: auto;
}
a:hover{
	text-decoration: underline;
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

H1{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 24px;
	text-shadow: 0px 0px;
	color: #5C8C81;
	text-align: center;
	clear: none;
}

H2{
	color: #5C8C81;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-size: 15px;
	text-align: center;
}
H3 {
	color: #5C8C81;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-size: 15px;
	text-align: center;
	margin-left: 18px;
}
H4 {
	color: #5C8C81;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: normal;
	font-size: 12px;
}
H5 {
	color: #050505;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: normal;
	text-align: center;
	font-size: 15px;
	width: 960px;
	height: 20px;
	padding-top: 22px;
}


#shadow{
	margin: auto;
	background-image: url(../mainpix/img_conteiner2.png);
	width: 1020px;
	float: none;
	background-size: 1020px 1px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-repeat: repeat-y;
	height: 0%;
}
#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: auto;
	margin-bottom: auto;
	height: auto;
}
#header{
	width: 960px;
	height: 130px;
	float: left;
}


/*INICIA EL MENU*/
#nav {
	width: 960px;
	height: 30px;
	background-color: #876B6B;
	float: left;
	font-size: small;
	position: relative;
	z-index: 1001;
	}

/*estilos generales*/
#nav ul {
	list-style: none;
	display: block;
	padding: 0;
	width: 100%;
	}


#nav li {
	line-height: 2rem;
	position: relative;
}
#nav li ul {
	position: absolute;
}
#nav a {
	color: #ddd;
	display: block;
	padding: 0 1.3rem;
	text-decoration: none;
	transition: .4s;
 }
#nav a:hover {
	background-color: #B99A9A;
}

/*Primer nivel*/

#nav > ul {
	background: #876B6B;
	display: table;
	width: 50;
}

#nav > ul > li{
	float: left;
}


/*segundo nivel*/

#nav li li {
	background: #876B6B;
	max-height: 0;
	transition: all .0s;
	overflow: hidden;
	width: 190px;
	line-height: 2em;
	font-size: small;
}

#nav li:hover >ul > li{
	max-height: 50px;
	overflow: visible
}
#nav > ul > li > ul{
	top: 100%;
	}
#nav ul > li >ul > li > ul >li{
	font-size: 11px
}
/* Tercer nivel*/

#nav ul ul ul {
	left: 100%;
	top: 0;
}



/*FIN DEL MENU*/





#article{
	width: 960px;
	height: 62px;
	display: table;
}
#section{
	width: 720px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-left: 200px;
	height: 300px;
	display: inline;
}
#section1 {
	width: 98%;
	height: 67%;
	display: table;
	margin-left: 13px;
	padding-top: 30px;
	float: left;
}

#galerias {
	width: 98%;
	height: 40%;
	display: table;
	margin-left: 13px;
	padding-top: 9px;
	float: left;
}
#avisotra {
	width: 95%;
	display: table;
	margin-left: 25px;
	float: left;
	text-align: justify;
	margin-right: 25px;
}
#leytr {
	width: 95%;
	display: table;
	margin-left: 25px;
	float: left;
	text-align: justify;
	margin-right: 25px;
}

/* sección de menu accordion para trasparencia*/
.wrapper {
	width: 80%;
	max-width: 600px;
	margin-top: 28px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #444;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  content: '\f055';
  font-family: "fontawesome";
  font-size: 14px;
  float: right;
}

button.accordion.is-open:after {
  content: '\f056';
}

button.accordion:hover, button.accordion.is-open {
  background-color: #ddd;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

/* termina sección de menu accordion para trasparencia*/

#aside {
	width: 960px;
	height: 280px;
	position: relative;
	background-repeat: repeat-x;
	text-align: center;
	float: left;
}
#message{
	width: 920px;
	height: 350px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #F2FFFD;
	display: inline;
}
#message1 {
	width: 100%;
	height: 30%;
	display: table;
	float: left;
}
.transpad {
	width: 230px;
	margin-left: 10px;
	position: static;
	text-align: center;
	margin-top: 22px;
	display: table;
	height: 200px;
	float: left;

}
.transpai {
	width: 230px;
	height: 200px;
	display: table;
	margin-left: 10px;
	position: static;
	margin-top: 22px;
	float: left;
	text-align: center;
}
.transpac {
	width: 230px;
	height: 200px;
	display: table;
	margin-left: 10px;
	position: static;
	float: left;
	margin-top: 22px;
	text-align: center;
}
.transpaq {
	width: 230px;
	height: 200px;
	display: table;
	margin-left: 10px;
	position: static;
	float: left;
	margin-top: 22px;
	text-align: center;
}





#footer{
	width: 960px;
	clear: both;
	height: auto;
}

.thumbs{
	width: 140px;
	height: 90px;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}
#img {
	margin-top: 50px;
	margin-right: 10px;
	height: auto;
	width: auto;
	float: left;
	clear: left;
}

#img-tran {
	margin-right: 10px;
	clear: left;
	width: 50px;
	position: relative;
	height: 50px;
	display: table;
}


.izq{
	display: table-cell;
	float: right;
	position: relative;
	width: 320px;
}
.cent{
	width: 320px;
	height: 250px;
	display: table-cell;
	float: right;
	position: relative;    
}
.der{
	width: 320px;
	height: 250px;
	display: table-cell;
	float: right;
	position: relative;	
    
}

.img {
	position: absolute;
	width: 228px;
	height: 189px;
	left: 48px;
	top: 36px;
		
}
#section2 {
	width: 960px;
	height: 0px;
	display: inline;
}
#botons {
	width: 960px;
	height: 0px;
	display: table;
	clear: left;
}
#other {
	width: 0%;
	height: 0%;
	display: inline;
	float: none;
}

/*       */


	#sectionimage {
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	margin-bottom: -66px;
		}
	#slideshow {
	height: 337px;
	width: 513px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 10px 1px  rgba(30,30,30,0.61);
	border-radius: 5px;
	clear: both;
		}
	#slideshow img {
	height: 95%;
	width: 95%;
	position: absolute;
	z-index: 2;
	min-width: 96%;
	min-height: 77%;
	left: 0;
	right: 0;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
		}
	#pager {
		height:20%;
		width:80%;
		margin: 5px auto;
		position:relative;
		}
	#pager div {
		height:85px;
		width:125px;
		border-radius: 5px;
		background:rgba(236, 240, 241,1.0);
		box-shadow:0px 0px 5px 1px rgba(0,0,0,0.50);
		margin:auto;
		text-align:center;
		position:relative;
		margin: 10px 10px;
		float: left;
		cursor: pointer;
		}
	#pager div img {
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		right:0;
		margin:auto;
			}

#sectionimage {
	display: inline;
	position: relative;
	float: none;
	width: 960px;
	height: 324px;
}
#info {
	display: table;
	width: 960px;
	height: 183px;
}
#intro_img {
	width: 71px;
	height: 69px;
}


/*correo*/
input
{
	width: 300px;
	height: 35px;
}
textarea
{
	width: 608px;
	height: 122px;
	margin-top: 5px;
}
input, textarea
{
	background: transparent;
	border: solid 2px #5C8C81;
	color: #5C8C81;
}
input[type=submit]
{
	color: #5C8C81;
}
::-webkit-input-placeholder
{
	color: #5C8C81;
}
#mail {
	width: 960px;
	height: 350px;
	display: table;
	float: left;
}
#messagemail {
	width: 960px;
	height: 100px;
	display: table;
	float: left;
}
pms {
	width: 800px;
	height: 106px;
	display: table;
	margin-left: 85px;
	margin-top: 31px;
}
#transp {
	width: 940px;
	height: 280px;
	margin-right: -38px;
	margin-left: 21px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px #FF0004;
}


#fracciones {
}
#fracc{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-shadow: 0px 0px #FF0004;
}

.boton {
	margin-right: 30px;
}
