/*
Theme Name: Pereamar
Theme URI: http://www.pereamar.com/
Description: Theme realizado exclusivamente para wordpress 2.7.x o superior
Version: 1.0
Author: kexedo
Author URI: http://www.kexedo.com/
Tags: pereamar, html, css, kexedo
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	outline : 0;
	font-weight : normal;
	font-style : normal;
	font-size : 100%;
	font-family : inherit;
	vertical-align : baseline;
	border : none;
}

body {line-height : 1;}

table {
	border-collapse : collapse;
	border-spacing : 0;
}

:focus {outline : 0;}
blockquote:before, blockquote:after, q:before, q:after {content : "";}
blockquote, q {quotes : "" "";}
ol,ul {list-style : none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
strong {font-weight : bold;}
em {font-style : italic;}
acronym {cursor : help;}

/* ------------------------------------------------------------
----> #########
------------------------------------------------------------ */

body {
	background : #272727 url('images/bg.jpg') top center repeat;
	font : .75em arial,helvetica,sans-serif;
}

a {
	color : #EE8A1F;
}

a:hover {
	color : #000;
	text-decoration : underline;
}

p {
	margin-top : 15px;
}

#accessibility {
	position : absolute;
	top : -99999em;
}

/* ------------------------------------------------------------
----> #container
------------------------------------------------------------ */

#container {
	width : 762px;
	margin : 0 auto;
}

h2 {
	margin-top : 15px;
	font : bold 1.25em "Trebuchet MS", Tahoma, sanf-serif;
	text-transform : uppercase;
	background : url('images/heading.png') 0 0 no-repeat;
	padding-left : 22px;
	color : #EE902B;
}

h3 {
	margin-top : 15px;
	font : bold 1.25em "Trebuchet MS", Tahoma, sanf-serif;
	text-transform : uppercase;
	color : #999;
}

/* ------------------------------------------------------------
----> #index
------------------------------------------------------------ */

#index {
	position : relative;
	height : 100%;
	font-size : .9em;
}

#index div {
	position : absolute;
	bottom : -70px;
	width : 762px;
}

#index h1 {
	position : absolute;
	top : 105px;
	left : 290px;
}

#index p {
	position : absolute;
	color : #ddd;
	margin : 0;
	text-align : center;
	width : 100%;
}

#index p a {text-decoration : none;}

#index p a:hover {
	color : #EE8A1F;
	text-decoration : underline;
}

#index p.info {
	top : 400px;
	left : 0;
}

#index p.email {
	top : 420px;
	left : 0;
}

#index p.copy {
	top : 470px;
	left : 0;
}

#index ul {
	position : absolute;
	top : 350px;
	left : 286px;
	text-align : center;
}

#index ul li {
	float : left;
	margin-left : 10px;
}

#index ul li a {
	color : #eee;
	text-decoration : none;
	display : block;
	width : 86px;
	line-height : 28px;
	background : url('images/index.png') top left no-repeat;
	font-weight : bold;
}

#index ul li a:hover {
	text-decoration : none;
	background-position : top right;
}

/* ------------------------------------------------------------
----> #header
------------------------------------------------------------ */

#header {
	position : relative;
	height : 150px;
}

#header h1 {
	position : absolute;
	top : 15px;
	left : 0;
}

#header ul {
	position : absolute;
	top : 15px;
	right : 0;
}

#header p {
	position : absolute;
	top : 1px;
	right : 62px;
	color : white;
}

#header ul li {
	float : left;
	margin-left : 12px;
}

#header ul li.es a,
#header ul li.en a {
	width : 18px;
	height : 12px;
	background : url('images/es.png') 0 0 no-repeat;
	text-indent : -99999em;
	display : block;
	margin-top : 2px;
}

#header ul li.en a {background : url('images/en.png') 0 0 no-repeat;}

#header #banner {
	width : 535px;
	height : 90px;
	position : absolute;
	top : 45px;
	right : 0;
	border : 1px solid white;
}

/* ------------------------------------------------------------
----> #menu
------------------------------------------------------------ */

#menu {position : relative;}

#menu ul {
	position : absolute;
	bottom : -60px;
	left : 11px;
	background : url('images/menu.png') 0 0 no-repeat;
	height : 48px;
	width : 740px;
	z-index: 597;
}

#menu ul li {
	float : left;
	background : url('images/font.png')  0 -72px no-repeat;
	font : 1.25em "Trebuchet MS", Tahoma, sanf-serif;
	text-align : center;
	width : 145px;
	line-height : 41px;
	text-transform : uppercase;
	list-style : none;
	zoom: 1;
}

#menu ul li.first {background-image : none;}

#menu ul li a {
	color : #FFBD77;
	text-decoration : none;
	font-weight : bold;
}

#menu ul.dropdown li.hover,
#menu ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#menu ul.dropdown ul {
	visibility : hidden;
	position : absolute;
	top : 100%;
	left : -1px;
	z-index : 598;
	width : 145px;
}

#menu ul.dropdown ul li {
	float: none;
	font-size : .8em;
	line-height : 33px;
}

#menu ul.dropdown ul li a {
	background : #EE902B;
	color : white;
	display : block;
	width : 155px;
	text-decoration : none;
	border-bottom : 1px solid #bbb;
	text-align : center;
}

#menu ul.dropdown ul li.dropdown a {
	background : transparent url('images/dropdown.png') bottom left no-repeat;
	border-bottom : none;
}

#menu ul.dropdown ul li a:hover {
	background : #8A8888;
	color : #FFBD77;
}

#menu ul.dropdown ul li.dropdown a:hover {
	background : transparent url('images/dropdown.png') bottom right no-repeat;
}

#menu ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

#menu ul.dropdown li:hover > ul {
	visibility: visible;
}

/* ------------------------------------------------------------
----> #wrapper
------------------------------------------------------------ */

#wrapper div.top {
	height : 23px;
	background : url('images/wrapper.png') top left no-repeat;
}

#wrapper div.bottom {
	height : 22px;
	background : url('images/wrapper.png') bottom left no-repeat;
}

#wrapper div.wrapper {
	overflow : hidden;
	padding : 35px 20px 5px 20px;
	background : url('images/wrapper.png') top right repeat-y;
}

/* ------------------------------------------------------------
----> #content
------------------------------------------------------------ */

#content {
	/* float : right;
	width : 490px;
	background : url('images/post.gif') 0 15px no-repeat;
	padding-left : 13px; */
}

#content ul {
	margin : 15px 0 0 10px;
}

#content ul li {
	background : url('images/li.gif') 0 0 no-repeat;
	padding-left : 21px;
	line-height : 16px;
}

#content table {
	margin-top : 15px;
	border-top : 1px solid #ccc;
}

#content table strong {
	display : block;
	text-align : right;
}

#content table tr {
	border-bottom : 1px solid #ccc;
}

#content table td {padding : 8px;}

#content p.contacto img {
	border : 1px solid #FFBD77;
	padding : 4px;
	background : white;
	float : left;
}

#content ul.contacto {
	margin : 15px 0 0 15px;
	float : left;
}

#content ul.contacto li {
	line-height : 17px;
	background : url('images/icons.gif') 0 2px no-repeat;
	padding-left : 22px;
	margin : 5px 0;
}

#content ul.contacto li.adress {margin : 10px 0;}
#content ul.contacto li.fax {background-position : 0 -74px;}
#content ul.contacto li.email {background-position : 0 -149px;}

#content ul.contacto li.pereamar,
#content ul.contacto li.adress {
	background : none;
	padding-left : 0;
}

#content ul.contacto li.adress em {
	display : block;
	font-style : normal;
}

/* ------------------------------------------------------------
----> #sidebar
------------------------------------------------------------ */

#sidebar {
	float : left;
	width : 210px;
	min-height : 250px;
}

/* ------------------------------------------------------------
----> #footer
------------------------------------------------------------ */

#footer {
	color : #a6a6a6;
	height : 80px;
	position : relative;
	font-size : .9em;
}

#footer p {
	margin : 0;
	position : absolute;
}

#footer p.copy {
	right : 0;
	top : 15px;
}

#footer p.info {
	left : 0;
	top : 15px;
}

#footer p.email {
	left : 0;
	top : 35px;
}

#footer p.email a {
	color : #EE8A1F;
	text-decoration : none;
}
#footer p.email a:hover {
	color : #EE8A1F;
	text-decoration : underline;
}

/* ------------------------------------------------------------
----> #contact
------------------------------------------------------------ */

form.wpcf7-form {
	height : 400px;
	position : relative;
	padding-top : 15px;
	border-bottom : 2px solid #ccc;
	background : url('images/contacto.jpg') right 0 no-repeat;
}

form.wpcf7-form p {
	position : relative;
	height : 26px;
	margin : 12px 0 0 0;
}

form.wpcf7-form #submit {
	height : 30px;
	width : 100px;
	left : 150px;
	top : 5px;
	position : absolute;
}

form.wpcf7-form img.ajax-loader {
	left : 260px;
	top : 12px;
	position : absolute;
}

form.wpcf7-form label {
	width : 140px;
	position : absolute;
	top : 6px;
	left : 0;
	text-align : right;
}

form.wpcf7-form span.wpcf7-form-control-wrap {
	position : absolute;
	top : 0;
	left : 150px;
}

form.wpcf7-form span.wpcf7-form-control-wrap input {
	width : 250px;
	padding : 4px 5px;
	border : 1px solid #B79572;
}

form.wpcf7-form span.wpcf7-form-control-wrap textarea {
	width : 250px;
	padding : 4px 5px;
	height : 100px;
	border : 1px solid #B79572;
}

form.wpcf7-form p.message {height : 115px;}

form.wpcf7-form p.captcha img {
	margin-left : 65px;
	border : 1px solid #A7A6AA;
}

form.wpcf7-form span.wpcf7-not-valid-tip {
	left : 0;
	top : 0;
	padding : 4px 5px;
	width : 250px;
}

form.wpcf7-form div.wpcf7-validation-errors {
	display : none;
	position : absolute;
	left : 0;
	top : -99999em;
}

form.wpcf7-form div.wpcf7-mail-sent-ok {
	border : none;
	padding-top : 250px;
	text-align : center;
	height : 310px;
	width : 470px;
	background : #E9E9E9;
	position : absolute;
	top : -25px;
	left : -5px;
}

#wrapper div.wrapper div.gallery {margin : 5px auto -15px;}
#content div.gallery {margin : 5px auto -15px;}

p img {
	padding : 0;
	max-width : 100%;
}

img.centered {
	display : block;
	margin-left : auto;
	margin-right : auto;
}

img.alignright {
	padding : 4px;
	margin : 0 0 2px 7px;
	display : inline;
}

img.alignleft {
	padding : 4px;
	margin : 0 7px 2px 0;
	display : inline;
}

.alignright {float : right;}
.alignleft {float : left}

.none {
	padding : 0;
	margin : 0;
}

img.size-full {
	border : 1px solid #FFBD77;
}

img.wp-image-257 {border:none}

.more {
	padding-left : 18px;
	background : url('images/more.gif') -1px 0px no-repeat;
	line-height : 17px;
}