/*
Theme Name: estiloCSS
Theme URL: http://www.autoedita.com/
Author: SARAIBA C.B.
Author URL: http://www.saraiba.net
Version: 1.0
Description: CSS para páxina web SON DE MEIGA.
*/

/**************************************************************************
********************************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: 1px solid #4B4B4B;
	color: #666;
	background-color: #FFF;
}

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

input {
	height: 18px;
	padding-left: 5px;
	padding-top: 3px;
}

input:focus, select:focus, textarea:focus {
	background-color: #E7EBEC;
	text-align: center;
}

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;
}

/**************************************************************************
*******************************AUTOEDITA********************************
**************************************************************************/

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

#xeral {
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	font-family: arial;
	font-size: 11px;
	color: #353535;
	text-align: left;
}

#corpo {
	padding-top: 100px;
	float: left;
	width: 700px;
	margin-bottom:10px;
	}

/**************************CORPO******************************/
.BP_Tit {
	float: left;
	width: 700px;
	height: 43px;
	background : url(imx/BP_bgTit.gif);
}

.BP_Linha {
	float: left;
	width: 700px;
	overflow:hidden;
}

.BP_box1 {
	float: left;
	width: 215px;
	height: 250px;
	background-color: #FFF;
	border: 1px solid #949494;
	overflow:hidden;
}
.BP_box2 {
	float: left;
	width: 229px;
	height: 250px;
	background-color: #FFF;
	border: 1px solid #949494;
	margin-left: 10px;
	overflow:hidden;
}
.BP_box2_titulos {
	float: left;
	width: 229px;
	height: 176px;
	overflow:hidden;
}
.BP_box2_botons {
	float: left;
	width: 229px;
	height: 17px;
	margin-top: 10px;
	text-align:right;
	overflow:hidden;
}