/* Estilos cuerpo */
html {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #4c5459;
}

table{
	border-collapse : collapse;
	font: 12px/14px Arial, Helvetica, sans-serif;
	background-color : transparent;
}
td
{
	padding : 0px 0px 0px 0px;
	background-color : transparent;
}

p { 
	margin-top: 0px; 
	text-align: justify;
	}

h1 {
	font: bold 9px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #202020;
}

h2 { 
	font: normal 9pt; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #FF8000;
	}
hr{
	color: #929596;
	height:1px ;
	width : 100%;
	border : dashed;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #339900;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #339900;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #339900;
	}

input {
	border: 1px solid #339900;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F645C;
	padding-left : 4px;
}
	
select {
	border: 1px solid #339900;
	background-color: #FFFFFF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
}
	
textarea {
	border: 1px solid #C9CED2;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding: 4px;
	color: #393531;
	height : 120px;
	width : 300px;
}

/* Fin estilos cuerpo */

/* Estilos  interface */

.bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000;
}

.boldverde{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #339900;
}

.espaciocabecera{
	background-color : Black;
	height : 77px;
}

.espaciocontenido{
	height : 435px;
}

.espaciopie{
	background-color : Black;
	height : 28px;
	font-size :11px;
	color : Silver;
}

.fondogenerico{
	background-image : url(images/fondogenerico.jpg);
	background-repeat : no-repeat;
	background-position : center top;
	height : 435px;
	width : 780px;
}