@charset "utf-8";
/* CSS Document */

}

div.valign {
height: 500px; /*esto será según vuestras necesidades*/
width: 100%; /*esto no debería ser necesario*/
position: absolute;
top: 50%;
margin-top: -250px; /*muy importante, aquí usaremos la mitad del height pero en negativo*/
}


#table-general-alineartop
{
	vertical-align: top;
	text-align: center;
	margin-top: 20px;
}
#table-general-alineartop td
{
	vertical-align: top;
}

#tablatitular
{
	text-align: left;
}


.ver-minimalist
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 400px;
	text-align: left;
	border-collapse: collapse;
}
.ver-minimalist th
{
	padding: 4px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: left;
}
.ver-minimalist td
{
	color: #333;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#ver-minimalist2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 400px;
	text-align: left;
	border-collapse: collapse;
}
#ver-minimalist2 th
{
	padding: 4px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: left;
}
#ver-minimalist2 td
{
	color: #333;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#Titledivsbox
{
	background-color: #E3EAEA;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
}
.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	float: none;
	font-weight: bold;
	color: #4A4A4A;
}


.Cuerpo {
	width: auto;
	float: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	color: #333;
}
.boton {
	background-color: #09C;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}


.Alinear {
	float: right;
	width: 100px;
}
#wrapper {
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #F7F7F7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper2 {
	width: 100%;
	background-image: url(../imagenes/background100head.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}
	
	#wrapper3 {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	text-align: right;
	color: #333;
	}
.centrar {
	vertical-align: middle;
	height: auto;
	width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

	
#header {
	height: 0px;
	width: 900px;
	background-color: #FFF;
	vertical-align: top;
}

#foot{
	background-color:#CCC;
	height: 200px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu {
	float:right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	display:inline;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu a {
	padding:5px 15px;
	background-color:#09F;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

#menu a:hover{
	background-color:#CCC;
	color: #FFF;
	font-weight: bolder;
}
	
#botonactivo{
	background-color: #0F75BC;
	color: #FFF;
}
.thumbs {
	padding: 10px;
	text-decoration: none;
	outline: 0;
	border:none
}
#divflotante {
	float: left;
}

