/* La Merced - base (pantalla) */

/* CSS reset - Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* fin CSS reset */

body {
	margin: 0px;
	padding:0px;
	background-color: #000000;
	color: #2b2b2b;
	font-family: georgia, liberation-serif, times, "times new roman", serif;
	font-size: 13px;
}
a {
	font-family: georgia, liberation-serif, times, "times new roman", serif;
	font-weight: bold;
	border: none;
}
a:link, a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
a:active, a:hover {
	color: #2b2b2b;
	text-decoration: underline;
}
h1 {
   margin:20px 0px;
	color: #2b2b2b;
	font-weight: bold;
	font-size: 160%;
}
h2 {
	color: #2b2b2b;
	font-weight: bold;
	font-size: 130%;
}
h3 {
	color: #2b2b2b;
	font-weight: bold;
	font-size: 120%;
}
strong{
   font-weight:bold;
}
em{
   font-style:italic;
}
input, textarea, select {
	color: #2b2b2b;
	font-family: georgia, liberation-serif, times, "times new roman", serif;
	font-size: 11px;
}
input.campo, textarea.campo, select.campo{
	padding:2px 6px;
}
table {
	border-collapse:collapse;
}
.boton_acceso, .boton_ct{
	background-color:#bba55c;
	color:#2b2b2b;
	font-weight:bold;
	border:none;
	padding:1px;
}
.pie_foto{
   font-style:italic;
   font-size:95%;
}
#contenedor_cabecera{
	background:#ffffff url("../img/moldura_arriba.jpg") repeat-x top left;
	color:#bba55c;
	margin:15px 0px 0px 0px;
	padding:0px;
   height:228px;
}
#cabecera{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:980px;
	height:228px;
}
#placa{
   width:312px;
   height:228px;
   float:left;
   margin:0px 60px 0px 0px;
   padding:0px;
   top:0px;
}
#logo{
   margin:0px;
   padding:20px 0px 0px 0px;
}
#menu{
   margin-top:40px;
}
#menu li{
   float:left;
/*   list-style:url("../img/lis_p.jpg") square outside; */
   background:url("../img/lis_p.jpg") center left no-repeat;
   padding-left:25px;
   line-height:25px;
}
#menu li a{
   font-size:120%;
   font-style:italic;
   margin-right:40px;
}
li#actual a{
   font-weight:bold;
   text-decoration:underline;
}
#contenedor{
	background-color:#ffffff;
	color:#2b2b2b;
}
#contenido{
   clear:both;
	margin-left:auto;
	margin-right:auto;
	padding:8px 0px;
	width:980px;
	line-height:150%;
}
#cierre{
   height:0px;
   clear:both;
}
#contenedor_pie{
   clear:both;
	background:#000000 url("../img/moldura_abajo.jpg") repeat-x top left;
	color:#bba55c;
}
#pie{
	margin-left:auto;
	margin-right:auto;
	padding:16px 0px;
	width:980px;
	font-size:12px;
}
#pie a{
   color:#bba55c;
}
.direccion{
   margin-right:16px;
}
#pie li
{
   float:left;
   font-weight:normal;
   line-height:120%;
   margin-left: 100px;
}
#pie li#deditec{
   margin-left:0px;
   font-size:90%;
}
#logo_deditec{
   vertical-align:middle;
}

