/* - - - - - - - - - - - - - - - - - - - - -

Titulo : Medalla
Autor : Diego Benitez
Descripcion :medalla.css
Creado : noviembre, 2009

- - - - - - - - - - - - - - - - - - - - - */


/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/

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: top;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	
}
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: "" "";
}
a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FFFF00;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	font-size: 13px;
	color: #000000;
	text-align: justify;
}

h1 {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif; 
	color: #6ca017;
}

h2 {
		font-size: 34px;
	font-family:Arial, Helvetica, sans-serif; 
	color: #6ca017;
	
}

h3 {
	font-size: 14px;
	font-weight: bold; 
	color: #0083d7;
}

ul {
	float: left;
}

li {
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	color: #8a6323;
}

#contenedor{
width:100%;
margin:auto;
height:520px;
background-image:url(../gfx/fondo.jpg);
}
#contenedo_centro{
width:100%;
margin:auto;
background-color:#FFFFFF;
}



.header{
width:980px;
margin:auto;
height:432	px;
}
.columizq
{
width:181px;
float:left;

background:#000000;
}
.columizq {
	width: 181px;
	margin-left: auto;
	margin-right: auto;
}

/****** CONTENIDOS ******/


#contenido{
	width:794px;
	float:left;
	background: #FFFFFF;
}

.conteizq{
	width:275px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
.contederecha{
	width:290px;
	float: right;
	margin-left:10px;
	background-color:#CCCCCC;
}

.contedercha{
	width:500px;
	float: right;
	margin-left:0px;
	margin-top:10px;
}
.contenido_interna{
	width:480px;
	float: left;
	margin-left:12px;
	margin-top:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:15px;
}

.lineabanner{
	float: right;
	margin-left:0px;
	width:787px;
	margin-top:10px;
	height:330PX;
}
#footer{
clear:both;
	width: 100%;
	height:50px;
	background-color:#e60000;
}
.logo{
	width:192px;
	float:left;
}
.medio{
	width:497px;
	height:122px;
	float:left;
}
.cajausuario{
	width:286px;
	height:122px;
	background-color:#FFFFFF;
	float:left;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
