/*
Theme Name: estiloCSS
Theme URL: http://www.consuclick.com/
Author: SARAIBA C.B.
Author URL: http://www.saraiba.net
Version: 1.0
Description: CSS para páxina/aplicación web CONSUCLICK.
*/

/**************************************************************************
********************************INICIO*************************************
**************************************************************************/

/* NEUTRALIZANDO ESTILOS: (elementos que queremos limpiar completamente)*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	vertical-align : baseline;
}

/* NEUTRALIZANDO ESTILOS: (elementos con margen vertical) */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

/* ALGUNOS AJUSTES BASICOS: */

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

/* LINKS: */

a, a:link,a:visited, a:active, a:hover {
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/
}

/* FORMULARIOS: */

label, button {
	cursor:pointer;
}

input, select {
	font-size: 100%;
	border: 0px;
	color: #666;
	background-color: #FFF;
}

textarea {
	font-size: 12px;
	color: #666;
	border: 1px solid #E7EBEC;
	padding-left: 5px;
}

input {
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}

input:focus, select:focus, textarea:focus {
	background-color: #EEE;
}

fieldset {
	border: none;
}

/* ALGUNAS CLASES ÚTILES: */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.helvetica {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

/**************************************************************************
*******************************CONSUCLICK********************************
**************************************************************************/

body {
	background-color:#FFF;
	text-align: center;
	background:url(../imx/bg_LOGIN_html.gif);
	}

#xeral {
	margin-left:auto;
	margin-right:auto;
	padding-top: 150px;
	width: 270px;
	font-family: arial;
	font-size: 11px;
	color: #333;
	text-align: left;
}

#corpo {
	float: left;
	width: 270px;
}
#pe {
	float: left;
	width: 270px;
	height: 50px;
}

/**************************************************************************
*******************************A.CABECEIRA*********************************
**************************************************************************/

/**************************************************************************
*********************************B.CORPO***********************************
**************************************************************************/
.B_tit{
	float: left;
	width: 250px;
	height: 33px;
	padding-right:10px;
	padding-left:10px;
	background-image:url(imx/MENU_bg.gif);
}
.B_titLogin{
	float: left;
	width: 65px;
	height: 26px;
	background-image:url(../imx/LOGIN_login.gif);
}
.B_titAviso{
	float: left;
	width: 184px;
	height: 21px;
	padding-top: 5px;
	text-align: right;
}
.B_contido{
	float: left;
	width: 248px;
	padding:10px;
	border: 1px solid #DDD;
	background-color: #EEE;
	margin-top: 5px;
}
.B_txt{
	float: left;
	width: 249px;
	text-align:center;
}
.B_input{
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
}
.B_inputTarget{
	float: left;
	width: 65px;
	height: 24px;
}
.B_inputTxt{
	float: left;
	width: 165px;
	height: 21px;
}

/**************************************************************************
***********************************C.PE************************************
**************************************************************************/
.C_login {
	float: left;
	width: 245px;
	height: 20px;
	padding-top:30px;
	padding-left: 13px;
}
.C_banderas {
	float: left;
	width: 56px;
	height: 20px;
	padding-top:30px;
	padding-right: 13px;
}
.C_bandera {
	float: right;
	width: 19px;
	height: 20px;
}
.C_banderaSep {
	float: right;
	width: 2px;
	height: 5px;
}

/**************************************************************************
*********************************D.VISOR**********************************
**************************************************************************/

/**************************************************************************
********************************E.CONTACTA*********************************
**************************************************************************/

/**************************************************************************
********************************F.NOTA LEGAL*********************************
**************************************************************************/

/**************************************************************************
*********************************G.VARIOS************************************
**************************************************************************/
.G_aviso1 { font-size: 10px; font-weight:bold; color:#FF0000; }
.G_aviso2 { font-size: 10px; font-weight:bold; }

a.G_link1:link { color: #333; font-size: 12px; font-weight:bold; font-family: Tahoma, Geneva, sans-serif;}
a.G_link1:visited { color: #333; }
a.G_link1:hover { color: #000; }

INPUT.G_input1{ width: 157px; border: none; border: 1px solid #CCC;}
INPUT.G_botonForm { height: 25px; padding: 0px; }


/**************************************************************************
******************************DETECTA ERROS********************************
**************************************************************************/
/*
a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
img {outline: 5px solid red;}
img[alt][title] {outline-width: 0;}
img[alt] {outline-color: fuchsia;}
img[alt], img[title] {outline-style: double;}
img[alt=""][title], img[alt][title=""] {outline-width: 3px;}
img[alt=""][title=""] {outline-style: dotted;}*/

