@charset "utf-8";
/*////////////////////////
//                      //
//         TAGS         //
//                      //
////////////////////////*/
html
{
	height: 100%;
}
body
{
    background-position: top center;
	color: #fff;
	text-align: center;
	height: 100%;
}
body,h1,h2,h3,h4,h5,h6,input, textarea
{
	font-family: "Trebuchet MS", Arial, sans-serif;
}
a
{
	text-decoration: none;
	color:#999;
}
a:visited
{
	color:#888;
}
input, textarea, select
{
	color:#f00;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px 2px;
    margin: 1px;
}
.noscript span.block
{
  display: block;;
  margin:  10px auto;
  width: 888px;
  color: #FF0000;
  background: #FFE8E9;
  border: 1px solid #FF9799;
  padding: 5px;
  font-size: 1.0em;
}
.noscript span.title
{
  display: block;
  font-size: 1.5em;
  text-decoration: blink;
}
table
{
  color: #000;
  font-size: 1em;
}


#text p
{
	margin-bottom: 1em;
}
#text ul
{
  list-style-position: inside;
  margin-left: 25px;
}
#text ul li
{
  list-style: disc;
}
#text ul ul li
{
  list-style: circle;
  margin-left: 10px;
}
#text ul ul ul li
{
  list-style: square;
}
#text ul ul ul ul li
{
  list-style: disc;
}
#text ul ul ul ul ul li
{
  list-style: circle;
}
#text ul ul ul ul ul ul li
{
  list-style: square;
}
/*////////////////////////
//                      //
//     IDS & CLASSES    //
//                      //
////////////////////////*/
#container
{
	background: url(ondas3.gif) no-repeat bottom left;
	background-position: 20px bottom;
	text-align: left;
	width: 912px;
	overflow: hidden;

	min-height: 100%; /* el valor minimo es la pantalla completa -luego le restamos la altura del fpie- */
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%; /* puro tramite */
	margin: 0 auto -250px auto; /* el margen es la altura del pie en negativo */
}
#header
{
	height: 120px;
	overflow: hidden;
	text-align: left;
}
#header a
{
	background: url(logo.png) no-repeat;
	width: 450px;
	height: 120px;
	display: block;
	z-index: 100;
}
#header a span
{
	display: none;
}
#header strong
{
	color: #FFFFFF;
	word-spacing: 0.6em;
	font-size: 1.5em;
	display: block;
	width: 299px;
	text-align: center;
	font-weight: normal;
}
#content
{
	overflow: hidden;
	padding: 0 0 250px 0;
    min-height: 470px;
}
#text a, .centswf a, #langbox a
{
	color:#f00;
	text-decoration: none;
	background: #fff;
	border: 1px solid #fff;
}
#text a:hover, .centswf a:hover, #langbox a:hover
{
	color: #f66;
	background: #fee;
	border: 1px solid #fdd;
}
#text
{
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background: #fff;
	font-size: 1.2em;
	margin: 0 6px;
	padding: 15px;

}
#banner
{
	height: 309px;
	background: url(banner.png) top repeat-x #CCCCCC;
	margin: 0 6px;
}
#foot
{
	height: 261px;
	min-width: 912px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
    background-position: bottom center;
}
#footcontent
{
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 6px;
}
/*Bloques*/

/*Todos*/
#foot .first3block, #foot .first2block, #foot .first1block, #foot .m3block, #foot .m2block, #foot .m1block, #foot .last3block, #foot .last2block, #foot .last1block

{
	font-family: Verdana, Arial, sans-serif;
	float: left;
	padding: 5px 15px;
}

/*Izquierda*/
#foot .first3block, #foot .first2block, #foot .first1block
{
	background: url(footbar.png) left top repeat-y;
}
/*Centro*/
#foot .m3block, #foot .m2block, #foot .m1block
{
	float: left;
}
/*Derecha*/
#foot .last3block, #foot .last2block, #foot .last1block
{
	background: url(footbar.png) right top repeat-y;
}

/* 3 Bloques*/
#foot .last3block, #foot .m3block, #foot .first3block
{
	width: 270px;
	height:240px;
}
/* 2 Bloques*/
#foot .last2block, #foot .m2block, #foot .first2block
{
	width: 420px;
	height:240px;
}
/* 1 Bloque*/
#foot .last1block, #foot .m1block, #foot .first1block
{
	background: none;
	width: 912px;
	height:240px;
}


/*////////////////////////
//                      //
//    MENÚ HORIZONTAL   //
//                      //
////////////////////////*/
#topbar
{
	height: 52px;
	background: url(navbar.png) top no-repeat;
}
ul#topmenu, ul.menu {
	height: 52px;
	list-style: none;
	list-style-position: outside;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 29px;
	width: 640px;
}
ul#topmenu li, ul.menu li{
	float: left;
	display: block;
	text-align: center;
	height: 50px;
	padding: 2px 0 0 0;
}
ul.menu li a, ul#topmenu li a,ul.menu li span, ul#topmenu li span{
	display: block;
	height: 16px;
	color: #fff;
	text-decoration: none;
	padding: 16px 5px 12px 6px;
}
ul.menu li a:visited, ul#topmenu li a:visited{
}
ul.menu li a:hover, ul#topmenu li a:hover{
	background: url(navbot.png) repeat-x left bottom;
	color: #89E128;
}
ul.menu ul, ul#topmenu ul{
	margin:  0;
	padding: 0;
    height: 0px;
	overflow: hidden;
	list-style: none;
	position: absolute;
    z-index: 100;
    background: #000;
}
ul.menu ul li, ul#topmenu ul li{
	float: none;
	height: auto;
	font-weight: normal;
	text-align: left;
	font-size: 0.90em;
	padding: 3px 3px 3px 3px;
}
ul.menu ul ul li, ul#topmenu ul ul li{
	margin: 3px 5px 3px 15px;
	display: list-item;
}
ul.menu ul li a:visited, ul#topmenu ul li a:visited{
	padding: 0;
}
ul.menu ul li a,ul#topmenu ul li a{
	float: none;
	min-height: 25px;
	background: none;
	padding: 0;
}
ul.menu ul ul li a,ul#topmenu ul ul li a
{
    min-height: 0;
}
ul.menu ul li a:hover,ul#topmenu ul li a:hover{
	text-decoration: underline;
	background: none;
}
ul.menu ul ul, ul#topmenu ul ul{
    background: #333;
	height: auto;
	position: static;
	width: auto;
	margin: 0;
	padding: 0;
}
ul.menu ul ul ul, ul#topmenu ul ul ul{
	margin-left: 15px;
}
ul.menu ul ul ul li, ul#topmenu ul ul ul li{
	margin-left: 0;
}
/*////////////////////////
//                      //
//     MENÚ VERTICAL    //
//                      //
////////////////////////*/
ul.menu{
	float: none;
	list-style-position: outside;
	width: auto;
}
ul.menu ul{
	list-style-position: outside;
	position: static;
}
ul.menu li{
	float: none;
}
ul.menu li a{
}
ul.menu ul li{
	overflow: hidden;
}
input.button
{
	cursor: pointer;
}
form#seach
{
	float: right;
	width: 230px;
	padding: 9px 0;
}
#seach input.text {
	width: 95px;
	height: 27px;
	background: url(blank.gif);
	padding: 4px 0 0 0;
	font-size: 1.9em;
	color: #FF0000;
}
#seach input
{
	vertical-align: top;
	height: 31px;
	border: none;
	padding: 0;
}
#seach input.button
{
	width: 33px;
	background-color: #009900;
	margin: 0 0 0 4px;
}
#seach input#seachbutton
{
	background: url(b1.png) no-repeat top #009900;
	margin: 0 0 0 2px;
}
#seach input#language
{
	background: url(b2.png) no-repeat top #009900;
}
#seach input#add
{
	background: url(b3.png) no-repeat top #009900;
}
#seach input#seachbutton:hover
{
	background-position: bottom;
}
#seach input#language:hover
{
	background-position: bottom;
}
#seach input#add:hover
{
	background-position: bottom;
}
#extramenu {
	float: right;
	height: 99px;
	width: 209px;
	margin: 10px 25px 0 0;
	font-size: 1.35em;
}
#extramenu a{
	color: #fff;
	text-decoration: none;
	padding-right: 2px;
}
#extramenu a:hover{
	padding-left: 2px;
	padding-right: 0;
}
#extramenu li
{
	border-bottom: 1px solid #fff;
	line-height: 24px;
}
#extramenu li a
{
	margin-left: 5px;
}
#extramenu li#login{ list-style-image: url(l1.png)}
#extramenu li#shop { list-style-image: url(l2.png)}
#extramenu li#help { list-style-image: url(l3.png)}
#extramenu li#news { list-style-image: url(l4.png)}
.centswf
{
    text-align: center;
    font-size: 13px;
}
.centswf a
{
  display: block;
  margin: 0 auto;
  width: 500px;
  padding: 15px 0;
}
#loading
{
  position: absolute;
  top: 152px;
  left: 50%;
  margin: 0 0 0 225px;
  color: #fff;
}
#langbox
{
  position: absolute;
  left: 50%;
  top: 197px;
  margin: 0 0 0 200px;
  background: #eee;
  border: 1px solid #dcdcdc;
  color: #111;
  width: 222px;
  padding: 5px;
  font-size: 12px;
  visibility: hidden;
  clear: both;
  font-family: Arial, sans-serif;
}
#langbox a
{
  line-height: 25px;
  color: #000;
  background: #eee;
  border-color: #eee;
}
#langbox a:hover
{
  background: #fefefe;
  border-color: #efefef;
  color: #010101;
}
#langbox span
{
  color: #C0C0C0;
  line-height: 25px;
}
#loginbox
{
  background: #eee;
  border: 1px solid #dcdcdc;
  width: 247px;
  height: 98px;
  top: 28px;
  left: 50%;
  float: right;
  padding: 5px;
  position: absolute;
  margin: 0 0 0 190px;
  visibility: hidden;
  text-align: center;
  color: #000;
  font-size: 1.2em;
}

#loginbox input
{
  width: 140px;
}
#loginbox label span
{
  text-align: left;
  width: 50px;
  padding: 5px;
  display: block;
  float: left;
  min-width: 50px;
}
#loginbox label
{
  display: block;
  float: left;
  width: 240px;
  text-align: left;
  clear: left;
}

#loginbox #loginclose
{
  border: 1px solid #fcc;
  background: #fee;
  color: #f00;
}
#loginbox input.button
{
  margin: 10px 2px 0 15px;
  float: left;
  width: auto;
  width: 100px;
}
.error, .ok
{
  display: block;
  margin:  0 auto;
  color: #FF0000;
  background: #FFE8E9;
  border: 1px solid #FF9799;
  padding: 5px;
  font-size: 1.0em;
  margin-top: 10px;
}
.ok
{
  color: #007700;
  background: #EAFDEC;
  border: 1px solid #6CDF66;
}
.imgt
{
  text-align: center;
}
.imgt img
{
  cursor: pointer;
  width: 100px;
  height: 80px;
  background: #fff url(loading.gif) center center no-repeat;
}
div#bia div.icon, h3.bia, h4.bia
{
  padding-left: 35px;
  background: url(../admin/filemanager/images/fileicons/folderg.gif) left center no-repeat;
  line-height: 40px;
}
h3.bia,h4.bia
{
  margin-bottom: 15px;
}
a.back
{
  display: block;
  float: right;
}
a.down img
{
  vertical-align: middle;
  margin-right: 15px;
}
#portfolio #actimg,#portfolio #acttext
{
  width: 500px;
  height: 400px;
  margin-bottom: 35px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
}
#portfolio #actimg
{
	border-bottom: 1px solid #eee;
}
#portfolio #acttext
{
  width: 350px;
  clear: right;
  margin-left: 15px;
}
#portfolio #acttext h4
{
  line-height: 25px;
}
#portfolio #acttext #text
{
  overflow: auto;
  height: 363px;
  margin: 0;
  padding: 5px;
  border: 1px solid #eee;
  font-size: 13px;
}


#portfolio
{
  overflow: hidden;
  height: 1px;
}
.imgt
{
  clear: both;
  overflow: hidden;
  padding-top: 5px;
  padding: 2px;
}
.imgt a
{
  display: block;
  float: left;
  padding: 1px;
  margin: 1px;
}
.imgt #limit{
  clear:both;
}
.links
{
	text-align: center;
}
#text ul li div{
	display: inline;
}
#mpp{
	height: 20px;
}