* {
	margin:0pt;
	padding:0pt;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #999999;
}
p {
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 14px;
	color: #00638C;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
input, textarea {
	font-size:11px;
	border: 1px solid #B5DA8F;
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #FFFFFF;
	margin-left: 4px;
}
select {
	font-size:11px;
	border: 1px solid #616A74;
	padding: 0px;
	color: #065B98;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #669933;
	text-decoration: none;
	border:none;
}
a:visited {
	color: #669933;
	text-decoration: none;
	border:none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
ul {
	list-style-type: disc;
	padding-left: 40px;
}
ol li {
	list-style-position: inside;
	margin-left: 30px;
}
.limpiar {
	clear: both;
}
.sinborde {
	border:none;
}

#contenedor {
	top: 50%;
	height: 600px;
	margin-top: -300px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	position: absolute;
	width: 100%;
}
#contenido {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-repeat: no-repeat;
}
#cabecera {
	height: 145px;
	margin-top: 0px;
}

#pagina {
	float: left;
	display:inline;
	height: 570px;
	width: 500px;
}
#extras {
	float: left;
	display:inline;
	width: 300px;
	height: 570px;
}
#user {
	padding-left: 80px;
	font-size: 10px;
}
#flor {
	margin-top: 60px;
}
.logo {
}

/* menues */

#menu {
	height: 30px;
	color: #000000;
}
#menu a, #menu a:visited {
	color: #669933;

}
#menu a:hover {
	color: #057A9E;
	text-decoration: underline;

}

/* columnas */

#col01 {
	float: left;
	display:inline;	
	margin-right: 10px;
	width: 160px;
}
#col02 {
	float: left;
	display:inline;	
	margin-right: 10px;
	width: 160px;
}
#col03 {
	float: left;
	display:inline;	
	width: 160px;
}
#col04 {
	float: left;
	display:inline;
	width: 300px;
	margin-left: 20px;
}


/* imagenes */
.bordefoto {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.bordeminifoto {
	border: 1px solid #CCCCCC;
	padding: 4px;
}

/* textos */
.titulo1 {
	font-weight: bold;
	font-size: 12px;
	color: #0696BF;
}
.titulo2 {
	font-weight: bold;
	font-size: 12px;
	color: #669933;
}
.p-justificado {
	text-align: justify;
}
/* formularios */
.input-user-pass {
	width: 138px;
	margin-left: 10px;

}
