/**********************************/
/*Desarrollado				
  por Domingo Uribe C 
  uribe.domingo@gmail.com
/**********************************/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 14px;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #039;
}
h1 {
	font-size:22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p {
	font-size: 12px;
	margin-bottom:10px;
	line-height:18px;
	color:#666;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 20px;
	list-style:none;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom:10px;
}



.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.clear {
	clear: both;
}

body {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.png);
	background-repeat:repeat-x;
	background-color:#fff;
}

a:link {
	color: #039;
	text-decoration: none;
	
}
a:visited {
	color:#039;
	text-decoration: none;
}

a:hover {
	color:#09F;
}

a:active {
	color: #cc0;
	text-decoration: none;
	text-align: right;
}
hr {
	border: solid 1px #CCC;	
}

/*LAYOUT*/
#super {
	width:840px;
	margin:auto;
}

#logo_ok {
	width:156px;
	height:79px;
	background:url(../images/logo_ok.png);
	float:left;
	margin:70px 0 0 0;
}

#logo {
	width:301px;
	height:150px;
	background:url(../images/logo.png);
	float:right;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#wrapper {
	width:800px;
	margin:auto;
	padding:10px;
	border:solid 10px #efefef;
	background:#fff;
}

/*--INICIO NAVEGACION--*/
#top_nav {
	width:800px;
	height:26px;
	font-size:14px;
	background:url(../images/menu_bg.png);
	float:left;
}

#top_nav li {
	width:150px;
	float:left;
}

#top_nav li a {
	width:150px;
	height:26px;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	background:url(../images/menu_bg.png);
	text-align:center;

}

#top_nav li a:hover {
	width:150px;
	height:26px;
	float:left;
	color:#fff;
	background:url(../images/hover_menu_bg.png);
	text-align:center;

}

/*--INICIO TOP BANNER--*/
#top_banner {
	width:800px;
	height:170px;
	background:#666;
	font-size:13px;
	float:left;
}



/*--NAVEGACION VERTICAL --*/
#lside {
	width:180px;
	background:#fff;
	float:left;
	padding:10px;
	border-right:dashed 1px #ccc;
	border-bottom:dashed 1px #ccc;
}

#lside li{
	width:150px;
	margin:0 0 0 0;
	padding:0;
}

#lside a{
	width:150px;
	margin:0 0 0 0;
	padding:0;
	display:block;
	color: #039;
	text-decoration:none;
	font-size:13px;
}

#lside a:hover{
	color:#141089;
	text-align:left;


}

#lside .active {
	color: #09F;
	font-weight:bold;
}


/*--SUB MENU--*/
#lside li ul li{
	width:160px;
	margin:0 0 0 15px;
	list-style:circle;
}

#lside li ul a{
	width:160px;
	margin:0 0 0 15px;
	padding:3px;
	display:block;
	color:#039;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
	text-align:left;
}

/*--INICIO MAIN--*/
#main {
	width:560px;
	background:#fff;
	float:left;
	padding:10px;
}

#main ul li {
	list-style-type:square;
	margin-left:30px;
	font-size:13px;
}

#control {
	width:156px;
	height:79px;
	float:left;
	margin:0 0 20px 200px;
	background:url(../images/logo.gif);
}

#link {
	width:180px;
	float:left;
	margin:0 50px 15px 50px;
}

#footer {
	width:800px;
	height:23px;
	padding:3px 0 0 0;
	background:url(../images/menu_bg.png);
	float:left;
	text-align:center;
	color:#fff;
	font-size:11px;
}

#footer a:link {
	color: #FFF;
}
#footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #6CF;
}
#footer a:active {
	color: #6CF;
}


.l_foto {
	float:left;
	margin:0 15px 5px 0;
	border:solid 1px #999;
}
.r_foto {
	float:right;
	margin:0 0 5px 15px;
	border:solid 1px #999;
}

/*--def form page form--*/
.flabel {
	width:130px;
	display:block;
	margin:0 10px 5px 0;
	padding:5px 0 5px 0;
	font-size:13px;
	color: #333;
	float:left;
	text-align:right;
}

.finput{
	width:260px;
	border:solid 1px #ccc;
	margin:0 0 5px 0;
	padding:5px;
	font-size:13px;
	color: #333;
}

.fselect{
	width:272px;
	height:30px;
	border:solid 1px #ccc;
	margin:0 18px 5px 0;
	padding:10px;
	font-size:12px;
	color:#999;
	float:right;
}

.ffieldset{
	width:430px;
	border:solid 1px #ccc;
	padding:5px;
}

.flegend{
	font-size:14px;
	padding:0 0 0 5px;
}

.fsubmit{
	width:80px;
	margin:0 20px 0 0;
	padding:3px;
	font-size:12px;
	float:right;
}

.ftextarea{
	width:260px;
	height:120px;
	border:solid 1px #ccc;
	margin:0 0 5px 0;
	padding:5px;
	font-size:13px;
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

