@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #B5BEC4;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.tomate #container {
	width: 862px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999;
	border-left-color: #999;
	border-top-width: 1px;
	border-top-color: #999;
	background-color: #FFFFFF;
}
.tomate #container-header {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B5BEC4;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header-content #logo {
	position: absolute;
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px;
	color: #000;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 5px;
	right: 20px;
	clip: rect(auto,auto,auto,auto);
}
#logo img {
	top: 120px;
	position: relative;
	left: 750px;
	height: 28px;
	width: 99px;
}

.tomate #wrapper {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B5BEC4;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.tomate #container-footer {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #B5BEC4;
	background-repeat: repeat-y;
	background-position: center;
}
.tomate #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
	background-image: url(images/header.jpg);
}
.tomate #header h1 {
	margin: 0;
}
.tomate #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/body.jpg);
	height: 357px;
}
.tomate #wrapper #container #content div form {
	padding-left: 5px;
	width: 400px;
	text-align: left;
}

.tomate #certificado {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	padding-left: 360px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(images/cert.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tomate #fiestas {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	padding-left: 360px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(images/fiestas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
}
.tomate #fiestas p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
	text-indent: 0;
}

.tomate #fiestas img h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
	text-indent: 0;
}
.tomate #contacto {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/mapa.jpg);
	height: 565px;
}

.tomate #contacto1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
	width: 400px;
	float: left;
}
.tomate #contacto1 p {

}


.tomate #contacto2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 350px;
	float: right;
	padding-top: 10px;
	padding-left: 50px;
}
.tomate #contacto2 p {

}

.tomate #form {
label{
float: left;
width: 120px;
font-weight: bold;
	width: 300px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
}


.tomate #menu {
	background: #FFFFFF;
	height: 48px;
	background-image: url(images/menu.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.tomate #menu ul {
		list-style-type: none;
		padding-top: 2px;
	}
.tomate #menu ul li {
	float: left;
	padding-left: 1px;
	background: url(images/divider.gif) no-repeat 0 7px;
	padding-right: 1px;
		}
.tomate #menu ul li.f {
				background: none;
			}
.tomate #menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px 18px;
	text-transform: uppercase;
	font-weight: bold;
		}
.tomate #menu ul li.f a {
				padding-left: 0;
			}
.tomate #menu ul li a:hover {
	color: #F00;
		}


.tomate #container #menu p {
	padding-top: 15px;
}

.tomate #image {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/cheff.jpg);
	background-repeat: no-repeat;
	height: 233px;
	}

.tomate #encabezado {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	text-align: center;
	}

.tomate #menu2 {
	background-color: #DCDDDF;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	padding-left: 100px;
	margin-top: 20px;
	background-image: url(images/menu-sm.jpg);
	background-repeat: no-repeat;
	background-position: left;
	line-height: normal;

	}
.tomate #menu2 ul {
		list-style-type: none;
		padding-top: 2px;
	}
.tomate #menu2 ul li {
	float: left;
	padding-left: 5px;
	padding-right: 1px;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
		}
.tomate #menu2 ul li.f {
				background: none;
			}
.tomate #menu2 ul li a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
		}
.tomate #menu2 ul li.f a {
				padding-left: 0;
			}
.tomate #menu2 ul li a:hover {
	color: #F00;
		}

.tomate #content {
	color: #999;
	background-position: bottom;
	background-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	margin-top: 20px;
}
.tomate #footer2 {
	background:#000000;
	padding-bottom: 0;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/foother.jpg);
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 25px;
	color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

span.TermLink
{
color: #006699;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-decoration: none;
border-bottom: 1px dashed
}

.tomate #footer2 a {
	color: #999;
	text-decoration: none;
		}

.tomate #footer2 a:hover {
	color: #F00;
		}
		
		.tomate #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#content .f tr td img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a {
	text-decoration: none;
}
img {
	text-decoration: none;
}
#menu table tr td a img {
	text-decoration: none;
}
#contactForm h4 label {
	font-weight: lighter;
}
#contact_eng {
	font-weight: lighter;
	background-image: url(images/mapa.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 20px;
}
