/*
Theme Name: estiloCSS
Theme URI: http://.../
Author: SARAIBA
Author URI: http://www.saraiba.net
Version: 1.0
Description: CSS para páxina web ASTILLEROS INAXPO
*/

/**************************************************************************
********************************INICIO*************************************
**************************************************************************/

/* NEUTRALIZANDO ESTILOS: (elementos que queremos limpiar completamente)*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* 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: 1px solid #7F9DB9;
	color: #666;
}

textarea {
	font-size: 12px;
	color: #666;
	border: 1px solid #7F9DB9;
	padding-left: 5px;
}

input {
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

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;
}

/**************************************************************************
********************************INAXPO*************************************
**************************************************************************/

body {
	margin-top: 15px;
	margin-bottom: 15px;
	background-image:url(imx/bg.jpg);
	background-position : left top;
	background-repeat : repeat-x;
	background-color : #0A396D;
	text-align: center;
}

#xeral {
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	width: 760px;
	font-family: arial;
	font-size: 11px;
	color: #333;
	text-align: left;
}

#cabeceira {
	height: 162px;
	float: left;
	width: 760px;
	background-color:#FFF;
}

#corpo {
	float: left;
	text-align: left;
	width: 760px;
	background-color:#FFF;
	}
#corpo a, a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
#corpo a:hover {
	text-decoration: underline;
}
#pe {
	background-image:url(imx/bgFooter.gif);
	float:left;
	width: 740px;
	height: 62px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: #666;
}
#pe a, a:link, a:visited {
	color: #666;
	text-decoration: none;
}
#pe a:hover {
	text-decoration: underline;
}

#contacta {
	margin-left:auto;
	margin-right:auto;
	width: 470px;
	text-align:left;
	background-color:#FFF;
}

/**************************************************************************
*******************************A.CABECEIRA*********************************
**************************************************************************/
.Atop {
	width: 760px;
	height: 133px;
	float: left;
}
.Amenu {
	padding-left: 4px;
	padding-right: 4px;
	width: 752px;
	height: 29px;
	float: left;
}
.Abot {
	width: 188px;
	float: left;
}
/**************************************************************************
*********************************B.CORPO***********************************
**************************************************************************/
.Bvisor {
	width: 752px;
	height: 164px;
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
}
.BtxtXeral {
	width: 720px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
.BtitXeral {
	background-image:url(imx/bgTitulo.gif);
	width: 720px;
	height: 14px;
	float: left;
}
.Btxt {
	width: 720px;
	text-align: justify;
	padding-top: 20px;
	float: left;
}
.BtitBarcos {
	width: 720px;
	height: 16px;
	float: left;
}
.BboxBarcos {
	width: 690px;
	border-top: 1px solid #B7B89A;
	border-bottom: 1px solid #B7B89A;
	background-color: #F3F3ED;
	float: left;
	padding: 15px;
}


/**************************************************************************
***********************************C.PE************************************
**************************************************************************/
.Cdatos {
	width: 400px;
	float: left;
}
.Ccopyright {
	width: 300px;
	text-align: right;
	float: right;
}

/**************************************************************************
********************************D.CONTACTA*********************************
**************************************************************************/
.Dbanner {
	background-image:url(imx/fondoContacta.gif);
	border-bottom: 1px solid #CBC9CA;
	float: left;
	width: 430px;
	padding: 20px;
	height: 40px;
}
.Dcorpo {
	float: left;
	background-image: url(imx/fondoContacta.gif);
	text-align:left;
	width: 430px;
	padding: 20px;
}
.DmedioForm {
	width: 215px;
	float: left;
}
.Dform {
	width: 430px;
	float: left;
}

/**************************************************************************
*********************************VARIOS************************************
**************************************************************************/
SELECT.filtros{ width: 170px;}
INPUT.limpo { border: 0px solid #000; height: 18px; padding: 0px; }
.tituloNota { font-size: 12px; color: #003366; }
.txtGris { color: #666; }

/*------------------------ERROS-------------------------*/
.erro1 {color: #FF0000; }
.erro0 {color: #339900; }