/************ TAGS ****************/ 


html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444444;
	font-size:12px;
	line-height:20px;	
	background: white url('../img/oregano.jpg')  no-repeat right bottom;
	padding-bottom: 126px;
	
}

#wrapper {	
	position: relative;
	border: 1px solid white;
	margin: 0;
	_position: absolute;
	
}

img {
	border: 0;
}

h1 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;		
	margin: 2em 0 0;
	text-align: center;		
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
}

h2{
	margin: 0px 0px 5px;
	font-size: 15px;
	font-weight: normal;
	color: #222222;
}

h3{
	margin:20px 0px 5px;
	font-size:14px;
	font-weight:normal;
	color:#222222;
}

h4{
	margin: 30px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #222222;
}

fieldset, li{
	list-style:none;
}

input{
	display: block;
	margin-bottom: 10px;
	width: 250px;
	color:#666666;
}


a:link {color: #757575}
a:visited {color: #757575}
a:hover {color: #dddddd;}
a:active {color: #757575}

/************ CONTENEDORES ****************/ 

.main {	
	margin: 0 auto ;
	width: 800px;
	overflow: auto;
	_height: 1%;
}

.head{
	padding-top:30px;
}

.head img{
	display:block;
	margin:auto;
}

.menu{
	margin-top:15px;
}


.menu ul{
	margin:0;
	text-align:center;	
	padding:0px;	
}

.menu li{
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding: 0 15px 0;
}

.menu a{
text-decoration:none;
}

.menu .activo{
color:#222222;
}

.clear {
	clear:both;
}

.content{
margin-top:50px;
}

.columna1{
	width: 385px;
	float: left;	
	margin-right:30px;
}

.columna2{
	width: 385px;
	float: left;
	
}

.porque{
position:relative;
margin-top:30px;
background-color:#f1f7d6;
padding:20px;
color:#333333;
}

.formulario{
	position:relative;
	background-color:#f1f7d6;
	padding:20px;
	color:#333333;
}

.grupo_enlace{
	margin-bottom:30px;
}

.enlace{
	margin-bottom:10px;
}

.enlace p {
	margin: 0 0 1em
}

.formulario{
width: 400px;
float:right;
}

.formulario input{
margin-top:2px;
margin-left:auto;
}

.formulario ul{
margin:0px;
padding:0px;
}

.formulario li{
margin:0px;
padding:0px;
float:left;
margin-right:20px;
}

.formulario textarea{
width:380px;
padding:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
height:100px;
margin:0px;
margin-bottom:10px;
margin-top:2px;
color:#666666;
}

#nombre input, #empresa input, #web input, #telefono input, #mail input{
width:100%;
}

#nombre, #empresa, #telefono, #mail, #web{
width:180px;
}

.texto{
width:300px;
margin-bottom:30px;
}

.noticia em{
	display:block;
}


.thumbs{
	border:1px solid #CCCCCC;
	overflow-x: auto;
	overflow-y: hidden;
	white-space:nowrap;
	clear: both;
}

.thumbs ul{
margin:0px;
padding: 10px;
text-align:left;
}

.thumbs li {
margin-right:10px;
display:inline;
}


.video{
	width:468px;
	height:420px;
	margin-right:30px;	
	float:left;
}

.thumbs li img{
	border:#ffffff 1px solid;
}

.thumbs li .activo img{
border:#777777 1px solid;
}

.video_home {
	text-align: center;
	margin-top: -30px;
}