/******************************************************
  ovvoe.com
  Define la estructura de las diferentes plantillas
******************************************************/

BODY { 
	margin:0;
	padding:0;
	background : #000000 url(images/lateral.jpg) repeat-x;
	font : 10pt Arial, sans-serif; 
	color : #666666; 
	text-align: left;
	scrollbar-face-color: #FCFBEA;
	scrollbar-shadow-color:#FCFBEA;
	scrollbar-highlight-color: #FCFBEA;
	scrollbar-3dlight-color: #FCFBEA;
	scrollbar-darkshadow-color: #FCFBEA;
	scrollbar-track-color: #FCFBEA;
	scrollbar-arrow-color: #ccd7e4;
	scrollbar-base-color: #FCFBEA;
} 

/*------------------------------------- WRAPPER -------------------------------------*/
#wrapper {
	background : url(images/index.jpg);
	background-repeat: no-repeat;
	width: 766px;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
}
#wrapperhome {
	background : url(images/home.jpg);
	background-repeat: no-repeat;
	width: 766px;
	height:614px;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
}
/*------------------------------------- CABECERA (HEADER) -------------------------------------*/
#header {
	height: 38px;
	background: url(images/trenza.gif) left top no-repeat;
}
#nav {
	height: 70px;
	top:38px;
	widht:100%;
}

#nav ul {
	margin: 0 0 0 -40px;
	list-style: none;
}

#nav ul li {
	display: inline;
}

.hide {
	position: absolute;
	margin-top: -30000px;
	font-size: 1px;
}

*#nav #home {
	height: 70px;
	width: 300px;
	background: url(images/ovvoe.jpg) no-repeat;
	display: block;
	float: left;
}

#nav #empresa {
	height: 70px;
	width: 89px;
	background: url(images/empresa.jpg) top left no-repeat;
	display: block;
	float: left;
}
#nav #empresaactive {
	height: 70px;
	width: 89px;
	background: url(images/empresa.jpg) top left no-repeat;
	background-position: 0 -70px;
	display: block;
	float: left;
}
#nav #empresa:hover {
	background-position: 0 -70px;
}

#nav #servicios {
	height: 70px;
	width: 89px;
	background: url(images/servicios.jpg) top left no-repeat;
	display: block;
	float: left;
}
#nav #serviciosactive {
	height: 70px;
	width: 89px;
	background: url(images/servicios.jpg) top left no-repeat;
	background-position: 0 -70px;
	display: block;
	float: left;
}
#nav #servicios:hover {
	background-position: 0 -70px;
}

#nav #descargas {
	height: 70px;
	width: 89px;
	background: url(images/descargas.jpg) top left no-repeat;
	display: block;
	float: left;
}
#nav #descargasactive {
	height: 70px;
	width: 89px;
	background: url(images/descargas.jpg) top left no-repeat;
	background-position: 0 -70px;
	display: block;
	float: left;
}
#nav #descargas:hover {
	background-position: 0 -70px;
}

#nav #clientes {
	height: 70px;
	width: 89px;
	background: url(images/clientes.jpg) top left no-repeat;
	display: block;
	float: left;
}
#nav #clientesactive {
	height: 70px;
	width: 89px;
	background: url(images/clientes.jpg) top left no-repeat;
	background-position: 0 -70px;
	display: block;
	float: left;
}
#nav #clientes:hover {
	background-position: 0 -70px;
}

#nav #contactar {
	height: 70px;
	width: 105px;
	background: url(images/contactar.jpg) top left no-repeat;
	display: block;
	float: left;
}
#nav #contactaractive {
	height: 70px;
	width: 105px;
	background: url(images/contactar.jpg) top left no-repeat;
	background-position: 0 -70px;
	display: block;
	float: left;
}
#nav #contactar:hover {
	background-position: 0 -70px;
}

/*------------------------------------- CUERPO CENTRAL (CONTENT) -------------------------------------*/

#content {
	width:766px;
	height:450px;
}
#right2 {
	float:left;
	height:450px;
	width:507px;
}
#right {
	float:left;
	height:450px;
	width:507px;
}
#left {
	float:left;
	height:450px;
	width:221px;
}
#leftservicios {
	clear:left;
	background: url(images/servicios_ovvoe.jpg) left top no-repeat;
	height:40px;
}
#lefthosted {
	clear:left;
	background: url(images/hosted.jpg) left top no-repeat;
}
#leftmobile {
	clear:left;
	background: url(images/mobile.jpg) left top no-repeat;
	height:100px;
}
#leftinabox {
	clear:left;
	background: url(images/inabox.jpg) left top no-repeat;
	height:100px;
}
#lefttrunk {
	clear:left;
	background: url(images/trunk.jpg) left top no-repeat;
	height:110px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #727171;
	text-decoration: none;
	padding-right:25px;
	margin-left:120px;
	margin-top:50px;
}
/*------------------------------------- PIE (FOOTER) -------------------------------------*/
#footer {
	clear: both;
	width: 766px;
	margin-left: 0px;
	margin-right: auto;
}
#footerleft {
	float:left;
	padding-left:100px;
}
#footerright {
	float:right;
	margin-right:18px;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
}
a.pie:link {
	text-decoration: none;
}
a.pie:hover {
	text-decoration: underline;
}
#Contenedor {
overflow-x: auto;
overflow-y: auto;
height: 298px;
width: 330px;
margin-left: 10px;
margin-top: 5px;
text-align: justify;
}
/*------------------------------------- CLASES -------------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #1b4096;
	background-image: url(images/cuadradito.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	padding-left:16px;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #237587;
	text-decoration: none;
	padding-left:16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #237587;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1b4096;
	text-decoration: none;
}
.link: hover {
	text-decoration: none;
}
p {
	padding-left:16px;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #237587;
	text-decoration: none;
	padding-left:16px;
}
.link2: hover {
	text-decoration: none;
}
.link3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #237587;
	text-decoration: none;
	padding-left:2px;
	border: 2px dotted #F4F4F4;
	height: 20px;
	width: 200px;
	padding-right: 16px;
	background-color: #F4F4F4;
}
.link2: hover {
	text-decoration: none;
}
/*------------------------------------- FORMULARIOS -------------------------------------*/
form { 
	margin:0px; padding:0px
}
.form input {
	width:126px;
	height:20px;
	font-family:arial;
	font-size:10px;
	color:#727171;
	padding:2 2 0 6px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	background-color:#FCFBEA
}
td, table{
	font-family:arial;
	font-size:10px;
	line-height:12px;
	vertical-align:top;
	padding-left:16px;
	color:#727171;
}
