@charset "utf-8";
/*
Documento CSS layout: Osyma
McCain&copy;(aus) 2007
*/

/* BODY */
html{
	font-size: 100.01%; /* fixes some browser bugs */
}
body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	
	margin-bottom: 20px;
}
#body{
	width: 850px;
	margin: 0 auto;
	
	position: relative;
}

/* CABECERA */
#cabecera{
	position: relative;
	width: 100%;
}
h1{
	background: url("../images/osyma.jpg") no-repeat left center;
	width: 100%;
	height: 107px;
}
h1 a{
	display: block;
	width: 515px;
	height: 100%;
	text-indent: -10000px;
}
#cabecera address{
	position: absolute;
	bottom: 5px;
	right: 5px;
	
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	line-height: 120%;
}

/* SUBMENU IDIOMAS */
#submenu{
	background: #A7B5BF;
	height: 24px;
	line-height: 24px;
	margin: 5px 0;
	
	position: relative;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 13px;
}
#submenu a{
	color: #000000;
}
#submenu a:hover{
	text-decoration: underline;
}
#submenu ul{
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
}
#submenu li{
	float: left;
	margin-right: 11px;
}
#submenu li a{
	text-decoration: underline;
	font-weight: bold;
}
#submenu li a:hover{
	text-decoration: none;
}
#submenu li.en{
	background: url("../images/en.gif") no-repeat left center;
}
#submenu li.fr{
	background: url("../images/fr.gif") no-repeat left center;
}
#submenu li.es{
	background: url("../images/es.gif") no-repeat left center;
}
#submenu li.en a, #submenu li.fr a, #submenu li.es a{
	display: block;
	width: 20px;
	height: 100%;
	text-indent: -10000px;
}

/* CONTENEDOR MENU+CONTENIDO */
#contenedor{
	background: url(../images/fondo_menu.gif) repeat-y left top;
}

/* MENU PRINCIPAL */
#menu{
	float: left;
	width: 200px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ED2146;
	font-weight: bold;
	
	background: no-repeat center bottom;
	padding-bottom: 220px;
	margin-bottom: 20px;
}
#menu.es{
	background-image: url(../images/sat_cas.jpg);
}
#menu.en{
	background-image: url(../images/sat_eng.jpg);
}
#menu.fr{
	background-image: url(../images/sat_fra.jpg);
}
#menu li{
	display: inline;	/* ie bug - espacio extra entre li's */
}
#menu li a, #menu li span{
	position: relative;		/* ie hasLayout */
	display: block;
	
	height: 20px;
	line-height: 20px;
	
	text-decoration: none;
	
	border-bottom: 1px solid #FFFFFF;
	
	padding-left: 12px;
}
#menu li a{
	color: #666666;
	background: url(../images/menu_li_a.gif) no-repeat 4px 50%;
}
#menu li span{
	background: url(../images/menu_li_span.gif) no-repeat 4px 50%;
}
#menu li li a{
	background: url(../images/menu_li_li_a.gif) no-repeat 17px 50%;
}
#menu li li span{
	background: url(../images/menu_li_li_span.gif) no-repeat 17px 50%;
}
#menu li li a, #menu li li span{
	padding-left: 30px;
	background-color: #F2F2F2;
}

/* CONTENEDOR CONTENIDO */
#contenido{
	position: relative;
	
	padding-top: 10px;
	margin-left: 220px;
	width: 630px;
}

/* FALDON */
#faldon p{
	background: #A7B5BF;
	height: 24px;
	line-height: 24px;
	margin: 5px 0;
	text-align: center;
}
#faldon address{
	line-height: 140%;
	text-align: center;
}
#faldon a{
	color: #000000;
}
#faldon a:hover{
	text-decoration: underline;
}

/* FLOATS */
.clearBoth{
	clear: both;
	height: 0;
	line-height: 0;
}
.clearLeft{
	clear: left;
	height: 0;
	line-height: 0;
}
.clearRight{
	clear: right;
	height: 0;
	line-height: 0;
}

