@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	font: 82% "Century Gothic", Verdana, Arial, Georgia, Palatino, "Trebuchet MS", Sans-serif;
	color: #ccc;
    background-color: #fff;
	height: 100%;
}

a:link {
	color: #08c;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #ccc;
	font-weight:bold;
}
a:hover {
	color: #727273;
	text-decoration:underline;
	font-weight:bold;
}

/* text */
h1,h2,h3,h4,h5,p,ul,li {
	color: #727273;
}
p {
	line-height: 1.2em;
	text-align:justify;
}

/* page containers  */
#main {
	width: 975px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 975px;
	height: 40px;
	margin: 5px 0 0 0;
	border: none;
}

#principal {
	width: 880px;
	height:190px;
	margin: 0 auto;
}

#logo{
	float: left;
}

img{
	border: none;
}

.slogan{
	text-align:center;
	margin-top:-5px;
}

.copyr{
	text-align:center;
	font-size:0.9em;
}
#irademo{
	z-index:100;
	position:absolute;
	top:100px;
	left:30px;
}
#banner,#banner-peque {
	text-align:right;
	width: 966px;

}
#banner{
	height: 255px;
}
#banner-peque {
	height: 255px;
}

#left_column,#right_column ,#center_column{
	width: 277px;
	min-height: 150px;
	height: 195px;
	margin-left: 7px;
	margin-right: 7px;
	float:left;
	text-align:justify;
}
#center_column ul{
	list-style-type: circle;
}
#footer {
	width: 975px;
	height:50px;
	margin: 25px 0 0 0 auto;
	font-size:0.8em;
	border-top: #b4b4b5 1px solid;
}

.clear{
	clear:both;
}

/*MENU */

#nav {
	height:36px;
	padding:0;
	width:975px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	display: inline;
	float: left;
	width:120px;
	height:36px;
	text-align:center;
	background:#fff url(../imagenes/fondo-botones.png) repeat-x top left;
	margin-left:1px;
	padding-top:10px;
}
#nav li a {
	font-size: 0.9em;
	color: #727273;
	text-decoration: none;
	line-height: 1.3em;
}
#nav li a:hover {
	color: #fff;
	text-decoration: none;
}

/*FORMULARIOS */
label{
	width:100px;
	float:left;
	display:block;
}
.textField {
	background: #353335 url(../images/img-form) repeat-x bottom center;
	border: #222122 1px solid;
	color: #fff;
	padding: 4px;
}
.textArea {
	background: #353335 url(../images/img-form) repeat-x bottom center;
	border: #222122 1px solid;
	color: #fff;
	font-size: 11px;
	padding: 4px;
}
.formButton {
	border: none;
}

/* FISH EYE*/

.fisheye{
	text-align: center;
	height: 30px;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	width: 200px;
	position: absolute;
	display: block;
	bottom: 0;
	color:#414141;
	cursor:default;
}

.fisheyeItem img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}
.fisheyeItem span
{
	display: none;
	position: absolute;
	width: 200px;
	margin-top:-5px;
	background-color:#b2b2b4;
}
.fisheyeContainter
{
	height: 50px;
	width: 700px;
	left: 150px;
	position: absolute;
}

.txtnegro{
	color:#000;
	font-size:1.2em;
	border-bottom: #b4b4b5 1px solid;
}

.sintxt{
	font-size:1.2em;
}
#principal ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#ayuda{
	width: 880px;
	height:458px;
	margin: 0 auto;
}