/*
Theme Name: OMV
Theme URI: http://www.operadoravirtual.es/
Description: Tomando como base Twenty Ten hemos creado nuestro theme
Author: Admin operadoravirtual.es
Author URI: http: //www.operadoravirtual.es/
Template: twentyten
Version: 0.1
*/

@import url("../twentyten/style.css");
/*

//Con esto funcionaba pero queria apurar y poner 0 20px;
#wrapper {
	margin: 0 auto;	
}
*/
#wrapper {
	background: #fff;
	margin-top: 20px;
	/*padding: 0 20px;*/
	padding: 0 5px;
}

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper{ /*Si no meto access quedaba super ancho*/
 position:relative;
 z-index:5;
 min-width:728px;
 margin: 0 auto;
 width: auto;
}

#wrapper{
/*
Esto es lo que permite que se vea a los extremos la publi
Sino se la come
margin:0 142px 0 142px;
*/
 margin:0 132px 0 132px;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	/*width: 700px;*/
	width: 78%;
}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	/*width: 220px;*/
	width: 22%;
}


#omv_iz{
 position:fixed;
 top:0px;
 left:0;
 width:130px;
 z-index:3;
}

#omv_de{
 position:fixed;
 top:0px;
 right:0;
 width:130px;
 z-index:2;
}
		
#omv_iz_fijo{
	position: absolute;
	top: 1px;
	left: 1px;
}

#omv_de_fijo{
	position: absolute;
	top: 1px;
	right: 10px;
}

#omv_cabecera{
	/*width: 940px;*/
	height: 100px;
	padding-top: 10px;
	padding-botton: 10px;
	clear: both;
	background-color: #e3ac18;
}

#access{
	/* Sin width auto va hasta el final*/
	/*width: auto;*/
	clear: both;
	float: left;
	margin-right: 0;
	padding-top: 0;
	width: 100%;
}

#omv_center{
	text-align: center;
}

#footer{
	margin:0 auto;
	min-width:728px;
	position:relative;
	width:auto;
}
/*
#footer{
	margin-right: 130px;
}

#colophon{
	margin-right: 130px;
}*/
