﻿h2 {
    border-bottom:1px dotted black;
    margin-bottom:10px;
}
div.fixed-position {
	position: fixed ;
	z-index: 1000 ;
	color:white;
	}

div.fixed-n {
	left: 50% ;
	margin-left: -512px ;
	top: 0px ;
	height: 28px;
	line-height:28px;
	width: 1024px;
	}
			
div.fixed-login {
	background-color: #22252A ;
	float:right;
	height: 28px;
	line-height: 28px ;
	text-align:center;
	width:158px;
	border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
			
div.fixed-login:hover {
	background-color: #40464E ;
	cursor: pointer;
}
 
/* -------------------------------------------------- */
/* -- IE 6 FIXED POSITION HACK ---------------------- */
/* -------------------------------------------------- */
 
html,
body,
#site-body-container {
	_height: 100% ;
	_overflow: hidden ;
	_width: 100% ;
}
 
#site-body-container {
	_overflow-y: scroll ;
	_overflow-x: hidden ;
	_position: relative ;
}
 
div.fixed-position {
	_position: absolute ;
}
 
/* For the scrollbar. */
div.fixed-s {
	_margin-left: -83px ;
}
		
.div-header {
	height:200px;
	clear:both;
	background-image:url(Imagenes/patron.png);
}
		
.div-header-left {
	height:200px; 
	width:332px; 
	float:left;
	color:white;
}
.div-body {
	min-height:764px;
	margin-bottom:11px;
}
		
.div-footer {
	height:62px;
}
.div-picture {
	background-image: url(Imagenes/red.png);
	padding:10px;
	height:410px;
	margin-bottom:11px;
}
.hr-white {
	border:2px solid white;
	margin-bottom:11px;
	margin-top:0px;
}
.div-redondeado {
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
}	

.div-left {
	float:left;
	width:314px;
	margin-right:11px;
	height:334px;
}
.div-right {
	float:right;
	width:314px;
	height:334px;
}

.div-gris {
	background-image: url(imagenes/gris-claro.png);
    padding:10px 10px 10px 10px;
    color:White;
}

.div-clear {
    clear:both;
}

.div-body-render {
    background:White; 
    padding:10px;
    color:Black;
}

.div-body-render a {
    color:Black;
}

/* TAB SUB MENU   
----------------------------------------------------------*/
#submenu {
    color:White;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}


#submenu a {
    padding: 5px;
    display:block;
    text-decoration: none;
    color:White;
}
#submenu a:hover {
    background-color: #E8EEF4;
    color:black;
}
