/* CSS reset */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6 { 
	margin: 0;
  	padding: 0;
  	border: 0;
  	border-collapse: separate;
  	border-spacing: 0;
}
html,body {
	height: 100%;
}
body {min-width: 980px;}
address,caption,cite,code,dfn,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	/*list-style:none;*/
}
caption {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

/* General Style */
iframe {
	background-color: #f6f6f6;	
}
body {
	margin: 0px;
	padding: 0px;
}
.ie7 body{
	overflow:hidden;
}
.boxsimple {
	border: 1px solid #999;
	padding: 2px;
	background-color: #FFF;
}
hr {
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	border-width: 0px;
}
.sep{
	margin: 4px;
}
.container{
	position: absolute;
	z-index: 0;
	width:980px;
	padding-top: 20px;
	margin: auto;
}
/* ----------------  TOP  */
.top{
	position: relative;
	z-index: 0;
	width:980px;
	margin: auto;
}
.imagenUP {
	position: fixed;
	display: block;
	z-index: 300;
}
.corner {
	top:245px;
	position: fixed;
	display: block;
	z-index: 1000;
}
/* ----------------  MENU  */
.barramenu{
	width: 100%;
	height:34px;
	z-index: 900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.menu {
	position:relative;
}

/* hack to correct IE5.5 faulty box model */
/* html .menu {width:980px; w\idth:980px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
 	margin: 0;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	z-index:1000;
}

/* style the links for the top level */
.menu a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	height:34px;
	padding: 0 10px;
	line-height:34px;
}
 .menu a:hover {
	text-decoration:none;
}

.menu ul ul { visibility:hidden; position:absolute; height:0; top:34px; left:-41px; width:280px; }
.menu ul ul ul { visibility:hidden; position:absolute; height:0; top:34px; left:0; width:280px; }

/* another hack for IE5.5 */
* html .menu ul ul {top:42px;t\op:30px;}

/* position the third level flyout menu */
.menu ul ul ul{	left:151px;	top:0;	width:150px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
}

/* STILE DEL SOTTOMENU' */
.menu ul ul a {
	z-index:1000;
	height:auto;
	line-height:1em;
	padding:6px 0px;
	padding-left:10px;
	width:200px;
	text-align:left;
	border-top:solid thin #FFF;
}

/* STILE DEL SOTTOMENU' HOVER */
.menu ul ul :hover > a { 
	text-decoration:none;
}

/* STILE DEL 2 SOTTOMENU' */
.menu ul ul ul a {
	z-index:1000;
	height:auto;
	line-height:1em;
	padding:5px 0px;
	padding-left:10px;
	width:200px;
	font-size: 1em;
	color:#666;
	text-align:left;
	background-color:#EEE;
	border-top:solid thin #FFF;
}

/* STILE DEL 2 SOTTOMENU' HOVER */
.menu ul ul ul :hover > a { 
	text-decoration:none;
	background-color:#777;
	color:#FFF;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{ visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{ visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* END MENU   */


/* ---------------    MENU LANGUAGE  */
.menulang {
	font-size: 0.85em;
	color: #000;
	background-image: url(../amm/imagenes/tn10.png);
	margin-top: -4px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.menulang img {
	padding-right: 2px;
}
.menulang a{
	color: #000;
}
.menulang a:hover{
	color: #000;
	text-decoration: underline;
}

/* -----------------------------------------------------------    MAIN  */
.bckcontentmain{
	clear: both;
	position: absolute;
	width:100%;
	z-index:10;
}
.main {
	padding: 30px;

}
.main h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
.main h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
.main h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
.main h4 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
.mainref {
	font-size: 0.85em;
	padding: 5px 10px;
}
/* -----------------------------------------------------------    HOME  */
.columnas{
	position: relative;
}
#col_1{
	float: left;
	clear: left;
	padding-bottom: 40px;
}
#col_2{
	float: left;
	padding-bottom: 40px;
}
#col_3{
	float: right;
	clear: right;
	padding-bottom: 40px;
}

/* ----------------------------   STYLE EDITOR  */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.full {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
blockquote {
padding-left:55px; /*tamaņo de la imagen --> */
background: url(comillas.png) top left no-repeat; 
}


/* -----------------------------------------------------------    VIDEO */
.vbox {
	clear: both;
}
.vtit {
	clear: both;
	float:left;
	color: #666;
	margin-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.vitem {
	z-index: 500;
	float: left;
	position: relative;
	font-sze: 1.2em;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.vsitem {
	z-index: 500;
	position: relative;
	font-size: 0.8em;
	padding-left: 15px;
	float: left;
}
.velenco a{
	font-size: 0.95em;
	color: #CCC;
}
.velenco a:hover{
	color: #FFF;
}

/* -----------------------------------------------------------    TEAM */
.team {
	clear: both;
	padding: 0px;
}
.team img {
	padding: 2px;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
}
.team texto {
	font-size: 0.85em;
	font-style: italic;
	text-align: justify;
}
.team h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* -----------------------------------------------------------    LINK */
.link {
}
.link_tit{
	padding: 2px 10px;
	font-size: 0.85em;
	color:#999;
}
.link img {
	border:1px solid #aaa;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* -----------------------------------------------------------    TABLAS  */

#customers
{
	width:100%;
	border-collapse:collapse;
	font-size: 0.9em;
}
#customers td, #customers th 
{
	font-size:0.9em;
	border:1px solid #aaa;
	padding:3px 7px 3px 7px;
}
#customers tr.alt td 
{
	color:#555;
	background-color:#F9F9F9;
	height: 24px;
}
#customers tr.alt2 td 
{
	color:#555;
	background-color:#FFF;
	height: 24px;
}
#customers tr.alt3 td 
{
	color:#000;
	background-color:#FFFFF2;
	height: 24px;
}
.customers_ref {
	font-size:0.8em;
	color: #777;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
}

/* -----------------------------------------------------------    PAGINATOR */
.paginator {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
.paginator img{
	line-height: 1em;
	vertical-align: middle;
}

/* -------------------------------------------------------------  FOOTER */
.foot {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	padding: 8px 15px;
	border-top-width: 1px;
	border-top-style: solid;
}
.foot a{
	text-decoration: none;
}
.foot a:hover{
	text-decoration: underline;
}

/* Media Queries */
@media screen and (max-width: 980px) {
	.container > header{
		text-align: center;
	}
}
