@charset "iso-8859-1";
/* author:  */
/* Creation date: 07/04/2009 */

#contenedor {
	width : 850px;
	margin : 2px auto 2px auto;
	border : 0px solid red;
	font-family : verdana;
	font-size : 10px;
	text-align: center;
	background : #ffffff;
	padding: 10px 10px 10px 10px;
}

.logo {
	margin : 10px auto 10px auto;
	width: 500px;
	border : 0px solid blue;
	font-family : verdana;
	font-size : 40px;
}

.logo_azul {
	margin : 10px auto 10px auto;
	width: 500px;
	border : 0px solid blue;
	font-family : verdana;
	font-size : 40px;
	color: #003399;
}

#zona_texto {
	margin : 10px auto 10px auto;
	padding: 20px 0px 20px 0px;
	width: 800px;
	border : 0px solid blue;
	font-family : verdana;
	font-size : 12px;
}

.titulo01 {
	font-size : 20px;
	font-weight: bold;
	color: #003399;
}

.titulo02 {
	font-family : verdana;
	font-size : 14px;
	background : #ccccff;
	padding: 5px 0px 5px 0px;
	margin-top: 20px;
	color: #003399;
	font-weight: bold;
}

.contenido01  {
	padding: 5px 10px 5px 10px;
	margin: 0px 30px 0px 30px;
	text-align: justify;
	font-size : 12px;
}

.contenido02  {
	padding: 5px 10px 5px 10px;
	margin: 0px 5px 0px 5px;
	text-align: justify;
	font-size : 12px;
}

.texto01 {
	padding: 0px 10px 5px 10px;
	margin: 0px 30px 0px 30px;
	text-align: justify;
	font-size : 12px;
}

.color_destacado {
	color: #003399;
	font-weight: bold;
}

.color_destacado_2 {
	color: red;
	font-weight: bold;
}


.lista_normal {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pie_pagina {
	padding: 0px 10px 5px 10px;
	margin: 20px 30px 0px 30px;
	font-size : 12px;
	color: #003399;
	font-weight: bold;
	font-family : verdana;
}

#tlc, #trc { zoom: 1 }

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 100.01%;
	text-align: center; 
	}

#box {
	border: 0px solid red;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 55em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	text-align: center;
}
 	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(http://www.akratasaciones.es/images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(http://www.akratasaciones.es/images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(http://www.akratasaciones.es/images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(http://www.akratasaciones.es/images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(http://www.akratasaciones.es/images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(http://www.akratasaciones.es/images/bb.gif);
	background-position: 50% 100%;
	}

#rb
	{
	background-image:url(http://www.akratasaciones.es/images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(http://www.akratasaciones.es/images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

.tipo_campo
	{
	font-family : verdana, arial;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	}

.cuadro_tabla_contacto
	{
	border: 1px solid #003399;
	padding : 10px 10px 10px 10px;
	}

.campo_texto {
	font-family : verdana, arial;
	font-size: 12px;
	color: #003399;
}	

.tabla_precios {
	border: 0px solid #003399;
}

.tabla_precios td {
	border: 1px solid #003399;
}

td.titulo_col_valor {
	background : #ccccff;
	border-right: 0px;
	border-bottom : 2px solid #003399;
	text-align: center;
}

td.titulo_col_importe {
	background : #ccccff;
	border-bottom : 2px solid #003399;
	text-align: center;
}

td.precios_col_valor {
	text-align: right;
	border-right: 0px;
	padding-right: 5px;
}

td.precios_col_importe {
	text-align: right;
	padding-right: 5px;	
}