body {
	margin: 0px;
	padding: 0px;
	background-color: #F7F0D4;
	background-image: url(../images/fondoweb2.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.codigocentrado {
	width: 1200px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
}
.codigocentrado .izq {
	float: left;
	width: 24px;
	height: 756px;
	background-repeat: no-repeat;
}
.codigocentrado .der {
	float: left;
	width: 174px;
	height: 850px;
	background-repeat: no-repeat;
}
.codigocentrado .contenido {

}
.codigocentrado .contenido .menu {
	float: left;
	width: 547px;
	background-image: url(../images/imagen1.jpg);
	background-repeat: no-repeat;
	height: 550px;
	border: 1px solid #FFF;
}

.codigocentrado .contenido .menugaleria{
	width: 974px;
	background-image: url(../images/imagen1.jpg);
	background-repeat: no-repeat;
	height: 438px;
	border: 1px solid #FFF;
}
.codigocentrado .contenido .slider2 {
	float: left;
	width: 400px;
	height: 290px;
	border: 2px solid #FDEFC8;
}
.codigocentrado .contenido .content {
	float: left;
	width: 650px;
}
.codigocentrado .contenido .content .title_v {
	float: left;
	height: 55px;
	width: 559px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
	background-color: #333;
	background-image: url(../images/fodo2.jpg);
	background-repeat: no-repeat;
}
.codigocentrado .contenido .content .content_v {
	width: 604px;
	border: 1px solid #F9D148;
	background-image: url(../images/transWhite.png);
	background-repeat: repeat;
	color: #000;
	float: left;
}

.codigocentrado .contenido .content .content_v2 {
	float: left;
	width: 307px;
	border: 1px solid #F9D148;
	height: 204px;
	background-image: url(../images/transWhite.png);
	background-repeat: repeat;
	color: #000;
	margin-top: 20px;
}

.codigocentrado .contenido .content .content_v .textosinicio {
	text-align: justify;
	color: #333;
	padding: 20px;
}
.menuli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-align: right;
	padding-left: 10px;
	float: left;
	width: 75px;
}
.menuli2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	background-color: #FDEFC8;
	width: 80px;
	float: left;
}
.footer {
	height: 50px;
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 30px;
	color: #FFF;
	float: left;
	background-color: #333;
	margin-top: 50px;
}
.header {
	height: 87px;
	width: 1200px;
	background-repeat: no-repeat;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}
input.in_medium {
	height: 35px;
	width: 260px;
	display: inline;
	float: left;
	clear: left;
	border: 1px solid #d6d6d6;
}
label {
display: inline;
float: left;
clear: left;
font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
color: #7c7c7c;
margin-bottom: 10px;
margin-top: 10px;
}
textarea.in_textarea {
display: inline;
border: 1px solid #d6d6d6;
float: left;
clear: left;
width: 100%;
}
input.submit {
	float: left;
	clear: left;
	background-image: url(../images/b_small.jpg);
	width: 92px;
	height: 32px;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	color: white;
}
* {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
    color: #333;
    line-height: 140%;
  }
  select, input, textarea {
    font-size: 1em;
  }
  
  h2 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px dotted #dedede;
  }
  h3 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
  }
  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  ul {
    list-style-image:url(ist-style.gif);
  }
  pre {
    font-family: "Lucida Console", "Courier New", Verdana;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
  }

  #gallery {
	float: left;
	width: 914px;
	background-image: url(../images/transWhite.png);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
#descriptions .ad-image-description {
  position: absolute;
}
  #descriptions .ad-image-description .ad-description-title {
	display: block;
  }
