/*CSS RESET */
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: Arial, Helvetica, sans-serif;
	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: "" "";
}
/*CSS RESET */

body {
background-color: #666;
font-family: Arial, Helvetica, sans-serif;
}

#contenedor {
width: 1000px;
margin: 70px auto 0 auto;
}

#botonera {
background: #1C2A33;
padding: 4px 0;
}

#botonera a{
font-weight: bold;
color: #fff;
text-decoration: none;
margin-left: 15px;
border-right: 2px solid #fff;
padding: 4px 10px 4px 0;
}

#botonera a:hover{
font-weight: bold;
color: #92C5D8;
}

#barra {
background:#98ae01;
height:20px;
}

#banner_btn {
background-image: url(imagenes/backbanner.jpg);
height: 82px;
}

#franja {
background: url(imagenes/logovende.jpg) no-repeat;
height: 148px;
background-color: #FFFFFD;
}

#flash {
float: right;
width: 450px;
}

#contenido {
min-height: 395px;
background:#fff;
}

#foot {
background-color: #1C2A33;
height: 50px;
color: #98AA06;
font-weight: normal;
font-size: 12px;
text-align: center;
padding-top: 10px;
}

#foot a{
color: #F68020;
text-decoration: none;
}
#foot a:hover{
color: #fff;
}

#coliizq {
color: #457083;
width: 600px;
float: left;
margin: 30px;
padding: 10px;
}

#colder {
float: left;
color: #FFFFFF;
width: 250px;
margin:30px 30px 0 10px;
}

#texto {
background-color: #013741;
padding: 10px;
float: right;
width: 229px;
}

#nov {
background-image: url(imagenes/nov.png);
height: 62px;
width: 250px;
float: right;
text-align: right;
padding-top: 0px;
}

#logo {
width: 215px;
background: url(imagenes/lgeurkom.jpg) right bottom no-repeat;
height: 30px;
padding: 30px 0 0 150px;
}

.Titulo_green {
color: #98AE01;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

#frtexto {
width: 350px;
font-family: Arial, Helvetica, sans-serif;
padding: 30px 0 0 30px;
color: #457083;
float: right;
}
