/**
*		Css esquema principal
**/
body {
	margin:0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 85%;
	line-height: 1.5em;
	background: transparent url(../img/fondo_body1.jpg) repeat-x top;
}

/**
*		Css cabecera
**/
div#cabecera{
	background: transparent url(../img/fondo_cabecera.jpg) no-repeat top left;
	width: 100%;
	position: relative;
	/*border: 1px solid red;*/
	height: 230px;
}
div#conCab{
	position: relative;
	width: 740px;
	height: 100%;
	margin: 0 auto;
	/*border: 1px solid yellow;*/
}
div#colLogo {
	position:absolute;
	top:30px;
	left:0;
	width: 180px;
}
div#carrito{
	position:absolute;
	top: 105px;
	width:180px;
	height:90px;
	font-size: 0.9em;
	font-weight: bold;
}
div#carrito a{
	color: black;
	font-weight: normal;
}
div#carrito a:hover{
	color: #FOFOFO;
}
div#imgCab{
	position:absolute;
	top:50px;
	right:0;
}

/**
*		Elementos contenido principal
**/
div#contenido{
	position:relative;
	width:740px;
	margin: 0 auto;
	font-size: 1em;
	border: 1px solid transparent;
	border-right: 1px solid silver;
	overflow:hidden;
	background: transparent url(../img/fondo_colIzq2.png) no-repeat bottom left;
}
div#conIzq{
	/*
	float:left;
	*/
	position:absolute;
	top:0;
	left:0;
	
	width: 180px;
	clear: both;
}
div#conSup{
	position:relative;
	width: 560px;
	height: 100%;
	margin-left: 180px; /* anterior: 181px */
	border: 1px solid transparent;
	border-left:1px solid silver; /*nuevo*/
	border-bottom:0; /*nuevo*/
	background: transparent url(../img/fondo_recuadro.png) no-repeat top;
	height: 135px;
}
div#conSup h2{
	padding-left:20px;
	width: 380px;
	color: #0d2b61;
	font-style: italic;
	font-family: Times New Roman;
}
div#conSup p {
	width: 300px;
	font-size: 0.8em;
	padding-left:60px;
}
div#submenu{
	position:absolute;
	top:0;
	right:0;
	width:180px;
}
div#principal {
	width: 560px;
	border: 1px solid transparent;
	border-left: 1px solid silver;
	border-top:1px solid silver; /*nuevo*/
	color: black;
	overflow:hidden;
	margin-left:180px;
	min-height: 480px;
	background: White url(../img/pagebg.png);
	/*background: White url(../img/pagebg_old.png) repeat-x top;*/
	}
table#portada{
	width: 100%;
}
table#portada td{
	width: 50%;
}
table#portada img{
	float: left;
	margin: 10px;
	border: 1px solid #0D2B61;
}
td.left{
	border-right: 1px dotted silver;
}

table#portada td p{
	float:right;
	width: 140px;
	color: silver;
	font-size: 1.1em;
	font-weight: bolder;
}
a.boton{
	display: block;
	margin-top:  10px;
	width:100px;
	height: 18px;
	background: transparent url(../img/boton.png) no-repeat top;
	color: white !important;
	text-align: center;
	font-size: 0.90em;
	font-weight: bolder;
	text-decoration: none;
}
a.boton:hover{
	background: transparent url(../img/boton.png) no-repeat bottom;
	color: #ffffff;
}
input.boton{
	/*width:100px;*/
	height: 18px;
	border:0;
	padding: 0 5px;
	background: transparent url(../img/boton.png) no-repeat top;
	color: white;
	text-align: center;
	font-size: 0.90em;
	font-weight: bolder;
	cursor:pointer
}
span.sexo{
	font-size: 0.8em;
	font-weight: normal;
	color: #0A2049;
}
/**
*		Css pie de página
**/
div#pie {
	background-color: #0D2B61;
	color: white;
	font-size: 0.85em;
	text-align: center;
}

/**
*		Elementos menu
**/
div.bloTitulo{
	background-color: #0d2b61;
	color: White;
	font-family: Trebuchet MS, Verdana, Arial;
	padding-left: 10px;
}
ul.menu1{
	/*width:180px;*/
	margin-top:0;
	margin-bottom:0;
	padding: 0;
	list-style: none;
	/*background-color: White;*/ /* nuevo */
}
ul.menu1 li{
	margin-left:0;
	padding:0;
	padding-bottom:1px;
}
ul.menu1 li a{
	display: block;
	font-size: 0.85em;
	font-weight: bolder;
	color:black;
	height: 28px;
	background: transparent url(../img/linea.png) top;
	text-decoration:none;
	padding-left: 40px;
}
ul.menu1 li a:hover {
	background: transparent url(../img/linea.png) bottom;
}
div#pie{
	background-color: #0d2b61;
	color: white;
	clear: both;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
div.float{
	float: left;
	width: 280px;
}
div.space{
	clear: both;
}
div#pie ul {
	margin : 0 auto;
	padding-top:10px;
	list-style : none;
	width : 580px;
	height : 20px;
	line-height : 20px;
	cursor: pointer;
	text-align:center;
}
div#pie ul li { 
	float : left; 
	padding: 1px 4px;
	border-right: 1px solid #123F90;
}
div#pie ul li a { 
	color:white;
}
div#ficha{
	margin: 10px 30px;
	font-size: 0.85em;
}
div#ficha a{
	color: black;
	text-decoration: none;
}
div#ficha th{
	text-align: left;
}
img.marco{
	border: 1px solid #0D2B61;
}
h3 span{
	color:#0D2B61;
	font-style: italic;
	text-transform: uppercase;
}
hr.linea{
	width:70%;
	margin: auto;
	height:0px;/*solo queremos borde*/

	border-top:0px;/*quita el grosor extra de Opera y FFox*/
	border-bottom:silver solid 1px;
}
table.pedido{
	border-collapse: collapse;
	width: 100%;
}
table.pedido td, table.pedido th{
	border-bottom: 1px solid silver;
}
table.pedido thead tr{
	background-color: #f0f0f0;
}
table.pedido tfoot tr{
	/*background-color: #F3E2B0;*/
	background-color: #f0f0f0;
}
table.pedido tfoot th{
	text-align:right;
}
table.pedido tfoot td a{
	color:red !important;
}
table.pedido td a:hover{
	text-decoration: underline !important;
}
.acode { border:none }

a.acode { border-bottom:1px dotted #900 }

a:hover.acode { border-bottom-style:solid }
ul#menu_pedido{
	float: right;
}
ul#menu_pedido, ul#menu_pedido li{
	margin-top:0;
	margin-bottom:0;
	padding: 0;
	list-style: none;
}
ul#menu_pedido li{
	float: left;
	margin: 10px;
}
table.formulario input{
	border:1px solid gray;
}
table.formulario select{
	border:1px solid gray;
}
