/* CSS Document */
@media screen {
body {
	background-image: url("../i/tramaManta.jpg");
	background-repeat: repeat;
	margin: 5%;
}
#foto {
	margin: 4em 0;
	overflow:hidden;
	width: 100%;
	font-family:Walbaum,Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-size:smaller;
	font-weight:lighter;
}
#foto img {
	display:block;
	max-width:100%; /*IE unsupported*/
}
}
body {
	font-family: GillSans,TrebuchetMS,Arial,Helvetica,Sans-serif;
	font-size: medium;
}
body.sinFondo {
	background-image: none;
	margin: 0;
}

/* bug fixes */

*.dummy {
	display: none;
}

/* Configuración de estructura y lugares comunes */

.contenido, .cabecera, .tablaContenidos, .subtitulo, td.vinetaTitulo, table.titular, #menu ul, #menu .submenu li, #foto img {
	margin: 0;
	padding: 0;
}
.cabecera {
	background-color: #AAAAB9;
	height: 100px;
	background-image: url("../i/fondoSuperior.jpg");
	background-position: right;
	background-repeat: no-repeat;
}
#logo {
	width: 116px;
	height: 93px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2%;
}
.infoCorporativa, .infoCorporativa a {
	background-color: #00001E;
	color: #B5A673;
	text-align: center;
	width: 100%;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	margin: 0px;
	text-decoration: none;
}
#menu {
	background: #C2C2D4 url("../i/fondo_menu.jpg") no-repeat;
	width: 20%;
	border-right: thin solid #00001E;
	height: 100%;
	padding: 40px 3% 5% 90px;
	margin: 0;
	vertical-align: top;
	line-height:1em;
	font-size: -2;
}
#menu li {
	margin: 0;
	padding: 0.5em 0 0 2%;
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;	
}
#menu .submenu li {
	list-style: none;
	font-weight: normal;
	text-transform: none;
}
#menu ul.submenu {
	margin: 0;
	padding: 0 0 0 2%;
}
#menu a {
	text-decoration: none;
	color: black;
}
#menu a:hover {
	color: #B5A673;
}

/* Formato del cuerpo de las páginas */

.celdaContenidos {
	border: none;
	padding: 60px 75px 60px 125px;
	margin: 0;
	vertical-align:top;
}
.contenido {
	background-color: #FFFFFF;
	border-color: #00001E;
	border-width: medium;
	border-style:solid;
}
img {
	border-style: none;
}
h1,h2,h3 {
	font-family: Walbaum,Georgia,"Times New Roman",Times,serif;
	vertical-align: top;
	line-height: 1em;
}
h1 {
	font-size: x-large;
	color: #B5A673;
	font-weight:normal;
	margin: 0;
	padding: 0 0 0.2em 0;
}
h2,h3 {
	margin: 2em 0 0 0;
	padding: 0 0 0.2em 0;
}

h2 {
	font-size: large;
	color: #B5A673;
	font-weight:normal;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #003;
	border-bottom: thin solid #003;
}
.subtitulo {
	background-color: #404080;
	color: #B5A673;
	font-weight:bold;
	line-height: 1em;
	padding: 0 0 0.2em 0;
}

.destacado {
	font-variant: small-caps;
	letter-spacing:0.1em;
}
a {
	text-decoration: none;
	color: #B5A673;
}
a:visited {
	color: #F33;
}
a:hover {
	text-decoration: underline;
}
.trasTitulo {
	margin-top: 0.2em;
	padding-top: 0;
}
.vinetas {
	position: relative;
	left: -60px;
	float: left;
	margin: 0 -60px 0 0;
}
.pequeno, #controles {
	font-size: small;
}
#controles {
	line-height: 24px;
}
#controles img {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
	border: 0;
}

/* Reajustes para impresión */

@media print {
.cabecera, .infoCorporativa, #menu, .vinetas, #foto, #foto *, .volver, #controles  {
	display: none;
}
body {
	font-family: Garamond,"Times New Roman",Roman,serif;
	font-size: 12pt;
}
h1, h2, h3 {
	font-family: eurostile,GillSans,TrebuchetMS,Arial,Helvetica,sans-serif;
}
h1, h2, h3 {
	margin-top: 2em;
}
h1 {
	font-size: xx-large;
	letter-spacing: -1pt;
	word-spacing: -2pt;
}
h2 {
	font-size: x-large;
	letter-spacing: -0.025em;
	word-spacing: -0.10em;
}
h3 {
	font-weight: normal;
	color: #B5A673;
}
.subtitulo {
	font-size: 16px;
	font-style: italic;
}
.contenido {
	border: none;
}
}
