﻿body {
}

#contenedor 
{
	/*height:1000px;*/
	width:1024px;
	margin:10px auto 10px auto;
}

#cabecera 
{
	width:1024px;
	
}

#contenido1
{
	/*height:805px;*/
	width:20%;
	float:left;
	min-height:750px;
}

#contenido2
{
	/*height:805px;*/
	width:80%;
	float:left;
}

#pie
{
	height:34px;
	clear:both;
}

.tituloazul
{
	font-family:Arial;
	font-size:larger;
	color:#18678e;
}

.tituloblanco
{
	font-family:Arial;
	font-size:larger;
	color:#ffffff;
}

.textopequenio
{
	font-family:Arial;
	font-size:x-small;
	color:#2f2f2f;
}

.textopequeniobold
{
	font-family:Arial;
	font-size:x-small;
	color:#2f2f2f;
	font-weight:bolder;
	text-decoration:none;
}

.textopequenioblanco
{
	font-family:Arial;
	font-size:x-small;
	color:#ffffff;
}

.textogris
{
	font-family:Arial;
	font-size:14px;
	color:#2f2f2f;
	text-decoration:none;
}

.textogrisbold
{
	font-family:Arial;
	font-size:14px;
	font-weight:bolder;
	color:#2f2f2f;
	text-decoration:none;
}

.menu
{
	font-family:Arial;
	font-size:xx-small;
	color:#2f2f2f;
	text-decoration:none;
}

.submenu
{
	font-family:Arial;
	font-size:xx-small;
	color:#18678e;
	text-decoration:none;
}

.acordeon
{
	border:1px solid gray;
}
	
