/* CSS */
/*-------------------------------------------------------------
 Hoja de estilo general de milimagen.com
 version: 1.3
 autor: Alberto Garcia
 email: alberto@katiuskas.com
 website: http://www.katiuskas.com/
 -------------------------------------------------------------*/

/* GENERAL
 -------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    background: #90B11F url(..//picts/main_background.gif) top left repeat-x;
    font: 82% "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

h1 {
	height: 90px;
	width: 334px;
	position: relative;
	font-size: x-small; 
}

h1 span {
	background: transparent url(..//picts/logo.gif) no-repeat left top;
	height: 100%;
	width: 100%;
	position: absolute;
}

h2 {
    background: url(..//picts/comillas.gif) top left no-repeat;
    padding-left: 30px;
    margin-top: 1em;
    margin-left: 1em;
    font-size: 2.4em;
	font-weight: lighter;
    line-height: 1em;
    color: #90b11f;
    height: 2em;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 1.2em;
}

h4 {
	text-align: center;
	color: #fff;
    font-size: 80%;
    font-weight: normal;
    padding-top: 8px;
}

p {
	margin-bottom: 1em;
}

a:focus {
    outline: none;
}

span {
    font-variant: small-caps;
}

em {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.1em;
}

img {
	border: none;
}

/* ESTRUCTURA
 -------------------------------------------------------------*/
#sombra {
    padding-top: 2em;
}

#contenedor {
	margin: 0pt auto;
    text-align: left;
    width: 90%;
    background: #f1f4f9 url(..//picts/fondo_home.jpg) no-repeat right top;
    border: #fff solid 10px;
    overflow: hidden;
}

#top {
     height: 92px;
}

#menu {
    background: transparent url(..//picts/barra.jpg) repeat-x left top;
    height: 3em;
}

#contenido {
    margin-top: 0px;
}

#bottom {
    background: #3a3a3a;
    height: 3em;
    border-top: 10px solid #fff;
    clear: both;
}

/* NAVEGACION 
 -------------------------------------------------------------*/

#menu ul {
	margin-right: 3em;
    float: right;
  	list-style: none;
 	text-transform: uppercase;
}

#menu li {
	float: right;
}

#menu li a {
	color: #000;
	padding: 0 1.2em;
	margin: 0 1px;
	line-height: 2.6em;
	text-decoration: none;
	display: block;
	outline: none;
}

#menu ul a:hover {
    text-decoration: none;
	color: #fff;
}

/* CSS ROLLOVER */

#home #menu .home a,
#company #menu .company a,
#services #menu .services a,
#contact #menu .contact a {
	color: #fff;
	background: url(..//picts/btn_over.jpg) repeat-x left top;
	text-decoration: none;
	cursor: default;
}

#menu a:link, #menu a:visited {
    background: url(..//picts/btn_reposo.jpg) repeat-x left top;
}

#menu a:hover {
    background: url(..//picts/btn_over.jpg) repeat-x left top;
}

/* CONTENIDO
 -------------------------------------------------------------*/
#descripcion {
    float: left;
    padding: 2em;
    margin: 0 0 3em 3em;
    width: 30%;
    overflow: auto;
    border-left: 2px solid #00CC33;
    background: transparent url(..//picts/fondo_text.png) repeat;
}

#descripcion strong {
	font-size: 1.1em;
}

#colderecha {
    width: 50%;
    float: right;
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 1em;
}

#colderecha h3 {
	padding: 0 0.5em;
	width: 7em;
	background-color: yellow;
}

.botones {
    padding-right: 3px;
    text-align: center;
    padding-top: 10px;
}

.imagen {
    border: 10px solid #fff;
	float: right;
}

/* IDIOMAS
 -------------------------------------------------------------*/
#idiomas {
    position: relative;
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
}

#idiomas a {
    border: none;
    text-decoration: none;
    background: none;
}

#idiomas img {
    border: none;
}

.idiomas {
	margin-top: 2em;
	text-align: center;
	padding: 0.4em 0 0.4em 0.4em;
	color: #fff;
	background-color: #90B11F;
}

.idiomas img {
    margin-right: 0.4em;
}

/* logos W3C
 -------------------------------------------------------------*/
#valida {
    text-align: center;
    margin: 10px;
}

#valida a {
    color: #fff;
    border: none;
    background: none;
    padding-right: 4px;
}

