/* ESPECIFICO SITIO 1 (SM Diccionarios) */

/* ESTÁNDARES */
html { overflow-x:hidden; }
body {    
	margin:  0;
	padding: 0;

	background-image:  url(bg.png); 
	background-repeat: repeat-x;
	background-color: #e6e6e6;

	font-family: UnitBold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

img { border:  0px none; display: block; }

a:link,
a:visited,
a:active { color: #424242; text-decoration: none; }
a:hover  { color: #fe0000; }


/* ELEMENTOS DE DISEÑO */
#cabecera      { height: 120px; background-image: url(iris1.png); width: 980px; margin: auto; border: 1px solid #d3d3d3; }
	#centrar   { position: static; width: 980px; margin: auto; }
		#marca { position: relative; height: 120px; top: 50px; left:  20px; background-image: url(diccionario.png); background-repeat:no-repeat; }
		#logo  { position: relative; height: 120px; top: -5px; left: 895px; background-image: url(sitio.png); background-repeat:no-repeat; }

#centro         { width: 980px; margin: auto; padding-bottom: 45px; }
	#contenidos	{ width: 745px; float: left; margin: 20px 0 0 0;   }
		.box1c  { width: 228px; float: left; margin: 0 20px 20px 0; }
		.box2c  { width: 476px; float: left; margin: 0 20px 20px 0; }
		.box3c  { width: 724px; float: left; margin: 0 20px 20px 0; }

	#derecha    { width: 235px; float: left; height: 100%; }

		.lista  { width: 235px; margin: 20px 0 0 0; }

		.lista p          { font-size: 17px; line-height: 20px; color: #323232; margin: 0 0 5px 0;}
		.lista ul         { margin: 0; padding: 0; list-style: none; }
				  .neutro { margin: 0; padding: 3px 0 7px 7px; font-size: 14px; background-image: url(neutro.png); background-repeat:no-repeat; }
			      .activo { margin: 0; padding: 3px 0 7px 7px; font-size: 14px; background-image: url(activo.png); background-repeat:no-repeat; }
			      .enlace { margin: 0; padding: 3px 0 7px 7px; font-size: 16px; background-image: url(neutro.png); background-repeat:no-repeat; }
		.lista li .fina   { font-family: UnitMedium, Arial, Helvetica, sans-serif; font-size: 13px; }
		.lista li a       { padding-left: 15px; color: #424242; text-decoration: none; }
		.lista li a:link, 
		.lista li a:visited,
		.lista li a:active { color: #424242; text-decoration: none; }
		.lista li a:hover  { color: #fe0000; text-decoration: none; }

#pie { position:fixed; bottom:0; height:44px; background-image: url(iris2.png); width:980px; text-align:center; border: 1px solid #d3d3d3; margin: auto; }
#pie p { font-family: Unit, Arial, Helvetica, sans-serif; margin-top: 7px; }

/* PARA EL REGISTRO */
#contenidos h2    { color: #ff0000; font-size: 20px; font-weight: bold; font-style: normal; margin-top: 10px; margin-left: 10px; }
#contenidos h3    { color: #7a7a7a; font-size: 14px; font-weight: bold; font-style: normal; margin-top: 10px; margin-left: 10px; }
#contenidos p     { margin-left: 10px; }
#contenidos form  { margin-left: 10px; }
#contenidos table { margin-left: 40px; }
#contenidos table thead { font-size: 11px; font-style: italic; }
#contenidos .semi { margin-left: 0; }
#contenidos .errores { color: #ff0000; font-style: italic; }
#contenidos table .recortada { margin-left: 5px; padding: 2px 0px 2px 5px; background-color: #e8e8e8; }
#contenidos .fecha      { font-size:10px; }
#contenidos .frase      { font-size:11px; font-style:italic; }
#contenidos .licencia   { font-family: "Lucida Console", Monaco, monospace; font-size: 15px; font-weight: normal; font-style: normal; color:#cc0000; }
#contenidos .listacoles { font-size: 11px; font-weight: normal; font-style: normal; }
#contenidos .datoscole  { margin-left: 0px; font-family: "Lucida Console", Monaco, monospace; font-size: 10px; line-height: 12px; font-weight: normal; font-style: normal; color:#cc0000; }
#contenidos .errorlicencia { font-weight:bold; color:#ff0000; }

.boton2, .boton3, .boton4 {
	/* Texto interno */
    color: #FFFFFF;
	font:100% normal Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border:none;
	cursor:pointer;
	height:21px;
}

.boton2 { width:81px; background: url(boton2.png); }
.boton3 { width:86px; background: url(boton3.png); }
.boton4 { width:86px; background: url(boton4.png); }


fieldset { border:none; padding:0; }

.is20  { background:url(../../css/images/seguridadContrasena.png) no-repeat 0 0; width:68px; height:12px; }
.is40  { background-position: 0 -12px; }
.is60  { background-position: 0 -24px; }
.is80  { background-position: 0 -36px; }
.is100 { background-position: 0 -48px; }


#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color:#F00;
	font-size:0.9em;
}
