/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Globales                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #ccc;
	text-align: center;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background: #000 url(../images/body.jpg) repeat-x center top;
}
body.red {
	background: #000 url(../images/body2.jpg) repeat-x center top;
}
textarea {
}
p, li {
  font-size: 13px;
  line-height: 1.6em;
}
p strong {
}
a {
  text-decoration: none;
	color: #FEAA00;
}
a:hover {
	text-decoration: underline;
}
b {
  font-weight: bold;
  color: #EB743B;
}
ul {
  list-style: none;
}
ul.bullet {
	list-style-type: disc;
	padding-left: 1em;
}
img {
  border: 0;
}
h1 {
	color: #FEAA00;
	font-size: 28px;
	margin-bottom: 1em;
	margin-top: .5em;
	font-weight: normal;
	position: relative;
	letter-spacing: -.02em;
}
h1.width_sub {
  margin-bottom: 0;
  margin-top: 0em;
}
h2 {
  font-size: 16px;
  margin-top: .2em;
  position: relative;
  letter-spacing: -.01em;
}
h3 {
	color: #66CCFF;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.3em;
}
h4 {
	font-size: 15px;
	margin: 1em 0 0.3em 0;
	color: #eee;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   clases comunes                          																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
}
p.link a {
	float: left;
	display: block;
	color: #2F7CA8;
	font-weight: bold;
	padding: 4px 0 6px 25px;
	margin-top: 10px;
}
input.input_text {
  border: 1px solid #ccc;
  padding: 2px 5px;
  font-family: "Trebuchet MS", Verdana;
}
ul.inline li {
	float: left;
}
ul.inline li a {
	float: left;
	display: block;
}

.noMargin {
	margin: 0;
}
.marginTop {
	margin-top: 1em;
}
.marginTopMore {
	margin-top: 3em;
}
.marginBottom {
	margin-bottom: 1em;
}
.marginBottomLite {
	margin-bottom: .5em;
}
.floatLeft {
	float: left;
	margin-right: 50px;
}
.halfColumn {
	width: 40%;
}
.pointer {
	cursor: pointer;
}
p.button_a {
	float: left;
	height: 23px;
	background: url(../images/button_a_l.gif) no-repeat;
	padding-left: 1em;
	margin-top: .5em;
}
p.button_a a {
	float: left;
	height: 23px;
	padding-right: 1em;
	background: url(../images/button_a_r.gif) no-repeat right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
p.button_b {
	float: left;
	height: 34px;
	background: url(../images/button_b_l.gif) no-repeat;
	padding-left: 1em;
	margin-top: .5em;
}
p.button_b a {
	float: left;
	height: 34px;
	padding-right: 1em;
	background: url(../images/button_b_r.gif) no-repeat right;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   partes	*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#header,
div#container,
div#foot_cont {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
div#container {
	background: url(../images/content.jpg) repeat-y;
}
div#header {
	height: 144px;
	padding: 0 10px;
	position: relative;
}
div#content {
	padding: 0px 30px 30px 30px;
	background: url(../images/container.jpg) no-repeat;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   logo                          																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#logo {
	position: absolute;
	width: 341px;
	height: 153px;
	background: url(../images/logo.jpg) no-repeat;
}
body.red div#logo {
	background: url(../images/logo2.jpg) no-repeat;
}
div#logo a {
	display: block;
}
div#logo a {
	width: 341px;
	height: 123px;
}
div#logo p.slogan {
	color: #ccc;
	padding-left: 12px;
	font-size: 16px;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   foot  	*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#foot_cont {
  margin-bottom: 20px;
}
div.foot_text {
  float: left;
  width: 150px;
  padding: 10px;
}
div.foot_subscribe {
  float: right;
  margin-right: 30px;
  width: 370px;
  height: 50px;
  padding: 10px;
	background: url(../images/subscribe_box.gif) no-repeat;
}
div.foot_subscribe input.text {
  
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   navegacion principal  	*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#nav {
	float: right;
	margin-right: 20px;
	margin-top: 125px;
}
div#nav li {
	margin-left: 30px;
}
div#nav li a {
	color: #EB743B;
	font-size: 20px;
	text-transform: lowercase;
}
div#nav li a:hover {
	text-decoration: none;
	color: #fff;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   home  	*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.box_clients {
  padding: 10px 20px 20px 20px;
  border: 1px solid #353535;
}
h3.box_clients_header {
  padding: 4px 10px;
  background: #353535;
  margin: 0px 0 0 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
div.homeblock {
	float: left;
	width: 175px;
	margin-right: 20px;
}
div.homeblock h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: .5em;
}
div.homeblock h2 a {
	color: #FEAA00;
}
div.home_picture {
  width: 865px;
  height: 180px;
  background: url(../images/home_picture.jpg) no-repeat; 
  position: relative;
  padding-bottom: 20px;
}
div.home_picture p {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
p#description,
p#administrators,
p#inscriptions {
  top: 37px;
}
p#planning,
p#emails,
p#hotels {
  top: 137px;
}
p#description,
p#planning {
  left: 190px;
}
p#administrators,
p#emails {
  left: 384px;
}
p#inscriptions,
p#hotels {
  left: 588px;
}
p#done {
  top: 52px;
  right: 0;
  width: 130px;
  font-size: 18px;
  line-height: 1em;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   pages  	*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.content_header {
  padding: 25px 0;
}
div.no_margin {
  padding: 25px 0 0 0;
}
div.destination {
  background: url(../images/logo_sevento_dest.gif) no-repeat right;
}
div.corpo {
  background: url(../images/logo_sevento_corpo.gif) no-repeat right;
}
div.agency {
  background: url(../images/logo_sevento_agency.gif) no-repeat right;
}
div.venue {
  background: url(../images/logo_sevento_venu.gif) no-repeat right;
}
div.block {
	float: left;
	width: 370px;
	margin-right: 60px;
	margin-top: 20px;
}
div.blockright {
	margin-right: 0;
}
ul.bullets {
}
ul.bullets li {
	margin-bottom: 0.4em;
	background: url(../images/bullet.gif) no-repeat 0 3px;
  padding: 0px 0 2px 20px;
}
ul.home_blocks {
  margin: 20px 0;
}
ul.home_blocks li {
  float: left;
  width: 130px;
  height: 51px;
  padding: 10px 30px 10px 10px;
  margin-right: 20px;
  font-size: 16px;
  color: #0E1C23;
  font-weight: bold;
  line-height: 1em;
}
ul.home_blocks li.last {
  background: url(../images/block_home_last.gif) no-repeat;  
}
div.summary {
  background: #000 url(../images/summary.gif) no-repeat bottom;  
  padding: 10px;
  margin-top: -1.7em;
  position: relative;
}
div.summary h2 {
  font-size: 16px;
  color: #CBCBCB;
  line-height: 1.4em;
  position: relative;
}
p.arrow_link_form {
  margin-left: 25px;
  margin-top: 1em;
}
p.arrow_link_form a {
  background: url(../images/arrow_link_form.gif) no-repeat; 
  padding-left: 1em;
}
ul.arguments {
  background: url(../images/arguments_bg.gif) no-repeat center;
  margin: 10px;
}
ul.arguments li {
  background: url(../images/check.gif) no-repeat 0 4px; 
  padding: 0px 0 2px 25px;
  color: #ccc;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: .5em;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   examples  	*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.example {
  padding: 10px 20px;
  margin-top: 10px;
  background: #222;
  border: 1px solid #222;
  width: 680px;
}
div.example_image {
  float: left;
  width: 370px;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
  height: 1px;
}
div.example_text {
  float: left;
  width: 280px;
}
div.example_text h4 {
  font-size: 18px;
}
div.example_text h5 {
  font-size: 14px;
  margin-bottom: .3em;
}
html>body div.example_image {
  height: auto;
}
div.example_image img {
  border: 3px solid #222;
}
div.example_image span {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 5px;
  right: 15px;
  display: block;
  background: url(../images/zoom.gif) no-repeat right bottom;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   formulario                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.form {
	width: 600px;
}
p.label {
	margin: 20px 0 5px 0;
	font-weight: bold;
	line-height: 1.2em;
}
input.text,
textarea.text {
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
}
input.big {
	font-size: 16px;
}
textarea.high {
	height: 200px;
}
input.large {
	width: 90%;
}

input.large {
	width: 540px;
}
p.error {
	color: #D9921E;
	font-weight: bold;
	background: url(../images/warning_front.gif) no-repeat 5px 5px;
	padding: 2px 0 0 25px;
	margin-bottom: .3em;
}
p.submit {
	margin-top: 20px;
}
p.submit input {
	padding: 3px 8px 3px 24px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border: 2px solid #ccc;
}
div.fieldWithErrors input.text,
div.fieldWithErrors textarea.text {
	border-color: #D9921E;
	background: #FFF0EA;
}
div.form select {
	border: 1px solid #ccc;
}
div.form option {
	border-color: #F68F2B;
	background: #FDE9D5;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   flashes                          																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.flash_message {
	padding: 5px 15px 15px 50px;
	margin: 10px 0;
	border-width: 2px;
	border-style: dotted;
}
div.flash_message p {
  font-weight: bold;
}
div.flash_success {
	background: #C9EDAA url(../images/css_admin/flash_success.gif) no-repeat 5px 5px;
	border-color: #7CC46D;
}
div.flash_warning p {
	color: #990000;
}
div.flash_success p {
	color: #49723F;
}
div.flash_warning {
	background: #DDBFBF url(../images/css_admin/flash_warning.gif) no-repeat 5px 5px;
	border-color: #CC9090;
}
div.flash_success {
	background: #C9EDAA url(../images/css_admin/flash_success.gif) no-repeat 5px 5px;
	border-color: #7CC46D;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Google feeds                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.feed_boxes {
  margin-top: 2em;
}
div.gfc-resultsHeader {
  margin-bottom: .5em;
  border-color: #666;
}
div.gf-result {
  padding-bottom: .3em;
  margin-bottom: .3em;
  border-bottom: 1px solid #333;
}
div.gfc-resultsHeader div.gfc-title {
  font-size: 16px;
  color: #66CCFF;
  display: block;
}
.gfc-result div.gf-title {
  font-size: 14px;
  overflow: visible;
  height: auto;
}
div.gf-relativePublishedDate {
  font-size: 11px;
  font-weight: bold;
}
div.gf-snippet {
  font-size: 12px;
  line-height: 1.4em;
  color: #999;
  margin-top: .3em;
}