/*jQuery menu*/
 ul {
	display:block;
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: square;
	list-style-position: inside;
}

h2 {
	color: silver;
}

h4 {
	color: #999999;
	display: block;
}

div.footer p {
	margin-top: 13px;
}

#nav li a {
	display: block;
	min-width: 3em;
	height: 25px;
	color: #999999;
	font: 19px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	text-decoration: none;
	float: left;
	margin: 4px 0 0px 20px;
	width: auto;
	text-transform: uppercase;
}

div#macarena {
	height: 100%;
	width: 100%;
}

div#marimar {
	width: 100%;
	height: 100%;
}

div#fernando {
	width: 100%;
	height: 100%;
}

div#amelia {
	width: 100%;
	height: 100%;
}

div#enrique {
	width: 100%;
	height: 100%;
}

#nav li a:hover {
	color: #eaeaea;
}

#nav li a.on {
	color: #eaeaea;
}

.number {
	color: #0e98fc;
	font-size: 17px;
}

.number_label {
	font-size: 10px;
	margin-right: 6px;
}

#nav {
	display: block;
	width: 710px;
	margin: 0;
	height: 31px;
	padding-top: 3px;
	float: left;
	list-style-type: none;
}

#nav_container {
	width: 910px;
	height: 35px;
	background: transparent url(../images/nav_container.jpg) no-repeat;
}

#nav li {
	display: block;
	float: left;
}

ul li {
	font-size: 12px;
}


	/* Fix IE. Hide from IE Mac \*/
	/* End */
	
	
.over { 
	display: block; 
}


/*HACKED ELEMENTS*/

.vert_arquiley {
	width: 53px;
	height: 316px;
	background: url(../images/vert_arquiley.png) no-repeat 65px 102px;
	display: block;
	float: left;
	padding-bottom: 102px;
}
body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #993331;
	margin: 0;
}

.logoContainer {
	width: 500px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

div.lang_box p {
	color: #999;
	font-size: 11px;
	display: block;
	margin: 9px 0 0;
	float: left;
	font-weight: bold;
}

#mapa {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 60px;
}

.lang_box {
	padding: 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background: none no-repeat 0 0;
	width: 180px;
	display: block;
	height: 35px;
	float: right;
}

.profile_photo {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	background-color: gray;
	margin-right: 15px;
	margin-bottom: 30px;
	border: 3px solid silver;
/*	-mozilla-border-radius:7px;
	-webkit-border-radius:7px;*/
}

.hidden
 {
display: none;	
}

.profile_text {
	width: 100%;
	min-height:75px;
	display: block;
	margin: 0;
}

.lang_flag {
	width: 16px;
	height: 11px;
	padding: 3px;
	display: inline;
	text-decoration: none;
	float: right;
	margin-top: 9px;
	margin-right: 5px;
}

.lang_flag:hover {
	border-bottom: 1px solid orange;
}

#header{
	height: 150px;
	background: #fd921f url(../images/paper_head.jpg) no-repeat;
}
.ivory{
	color: #fed37e;
}

a.contact_mail {
	text-decoration: none;
	font-weight: bold;
	font-size: 19px;
	color: #424242;
}

a.contact_mail:hover {
	text-decoration: underline;
	color: #5e5e5e;
}
.granate{
	background:#AA3333;
}
.light-grey{
	color:#B3B3B3;
}
.lightBlue{
	background:#DEE6F7;
}
p{
	color: black;
	font-size: 13px;
	margin-top: 0;
}
div.box a{
	text-decoration: none;
}
.picture{
	min-height:100px;
}
/*HACKED BLUEPRINT*/
.container{
	width: 910px;
	min-height: 650px;
	background: transparent url(../images/gradient.png) repeat-y 0 0;
	padding-left: 50px;
	padding-right: 50px;
	display: block;
	z-index: -1;
}
.footer{
	
	font-size:16px;
	background: transparent url(../images/footer.png) no-repeat 0 0;
	width: 910px;
	z-index: 1;
	display: block;
	margin: 0;
	padding: 1px 50px 50px;
	height: 19px;
}

div.bigContainer {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}
h3{
	color: #000000;
}
/*GRADIENTS*/
.gradient-indigo {
    color: #fff;
	max-width:930px;
    height: auto;
    padding: 10px;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#6666FF));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #fff, #6666FF);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FF6666FF);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FF6666FF)";
}

.gradient-white {
    color: #FFF;
	max-width:930px;
    height: auto;
    padding: 10px;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#6666FF), to(#fff));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #6666FF, #fff);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF6666FF, endColorstr=#FFFFFFFF);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF6666FF, endColorstr=#FFFFFFFF)";
}

.form-container {
	width: 350px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.contactForm {
	width: 350px;
	padding: 15px;
	-moz-border-radius: 13px;
	-webkit-border-radius:13px;
	height: auto;
	border: 1px solid #6767ff;
	float: left;
}

p.form_header {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

p.form_tag {
	font-size: 12px;
	display: block;
	height: 17px;
	width: 160px;
	padding: 5px;
	color: black;
	float: left;
	margin: 0;
}

input.form_field {
	width: 165px;
	padding: 5px;
	color: #919191;
	background-color: white;
	border: 1px solid #6767ff;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	display: block;
	height: 17px;
	position: relative;
	float: left;
	margin: 0;
}

textarea#message_text {
	border: 1px solid #6767ff;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	width: 339px;
	height: 100px;
	color: #919191;
}

input#submit_button {
	width: 55px;
	float: right;
}