@charset "utf-8";
/* CSS Document */

body {
	width:1000px;
	height:100%;
	margin:0 auto;
	padding:0;
	font-family:"Segoe UI", "Segoe UI Light", "Trebuchet MS", Tahoma;
	font-size:14px;
  	/*background-image: url(../images/pattern-2.gif);
  	background-repeat: repeat;
  	background-attachment: fixed;
  	background-position:center;*/
	background-color:#333333;

	
}

.header {
	height:85px;
	margin-top:10px;
}
/*header {
    color:#000;
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
}*/

/*
.menu2 {
	margin-top:0px;
	font-size:15px;
}*/

.content {
	margin-top:30px;
	padding:20px;
	background: rgba(256, 256, 256, 0.9);
/*	-webkit-box-shadow:0 0px 6px #777, 0 0 0px #CCC inset;
    -moz-box-shadow:0 0px 6px #777, 0 0 0px #CCC inset;
    box-shadow:0 0px 6px #666, 0 0 0px #CCC inset;
	-webkit-box-shadow: 0px 0px 20px 0px #000;
	-moz-box-shadow: 0px 0px 20px 0px #000;
	box-shadow: 0px 0px 20px 0px #000;*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-top-right: 10px;
	-moz-border-radius-top-left: 10px;
	-moz-border-radius-bottom-right: 10px;
	-moz-border-radius-bottom-left: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

.footer {
	bottom:0px;
	margin-top:30px;
	padding-left:15px;
	margin-bottom:20px;
	font-size:12px;
	color:#666666;
}

/********| Opciones menu |*******************/
.menu
{
	font-family:"Segoe UI", "Segoe UI Light", "Trebuchet MS", Tahoma;
	position:relative;
	margin-top:10px;
	margin-bottom:15px;
	font-size:15px;
	font-weight:bold;
	height:32px;
	color:#D5F5FF;
	-moz-border-bottom-right-radius: 100px;
	-moz-border-bottom-left-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	z-index: 5000;
}

.menu li /*cuadro de menu*/
{
    margin:0px;
    float:left;
    padding:6px 6px 6px 6px;
    display:block;
    background:transparent;
    width:150px;
	list-style-type: none;
	text-align:center;
}

.menu li:hover
{
    background: #666;
	color:#fff;
    -moz-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
	box-shadow: 0px 5px 10px -5px black;
	-moz-box-shadow: 0px 5px 10px -5px black;
	-webkit-box-shadow: 0px 5px 10px -5px 
}

.menu ul li ul /*cuadro de submenu*/
{
    /*display:none; /*Oculta submenu*/
    position:absolute;
    padding:0px 0px 0px 15px;
    margin:6px 0px 0px -6px; /*Pocicion
    .margin:69px -170px;  hack pa ir 
    _margin:69px -170px;*/
    height:0px;
    visibility: hidden;
	width:150px;
}
 
.menu ul li:hover ul
{   
    /*display: list-item;*/
	height:200px;
    visibility:visible;
    overflow: hidden;
    -moz-transition: 1.4s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    -webkit-transition: 1.5s;
    transition:1.5s;
	
}
.menu ul li ul li
{
    margin:0px;
    left:-10px;
	width:152px;
    display:block;
    float:none;
    position:relative;
    color:#000;
    padding:0px;
    line-height:30px;
	background: rgba(134, 134, 134, 0.8);
	font-size:12px;
}

.menu ul li ul li:hover
{   
	background: rgba(109, 157, 210, 0.9);
    -moz-transition: 0.4s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition:0.5s;
}
 
.menu a
{
    text-decoration:none;
	color:#D5F5FF;
}
 
/*
.menu {
	position:relative;
	margin-top:10px;
	margin-bottom:15px;
	font-size:15px;
	height:23px;
}

.menu a
{
	color:#06C;
	padding-top:5px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:5px;
	text-decoration:none;
}

.menu a:hover
{
	color:#09F;
	text-decoration:underline;
}

.menu ul
{
	background-color:#CCCCCC;
	
	
}

.menu li:hover
{
	background-color:#000000;
}

.menu ul li
{
	float:left;
	display:block;
	list-style:none;
	background-color:#CCCCCC;padding:5px;
}

.menu ul li ul /*cuadro de submenu*/
{
    /*display:none; /*Oculta submenu*/
   /* position:absolute;
    padding:0px 0px 0px 10px;
    margin:6px 0px 0px -6px; /*Posicion
    .margin:69px -170px;  hack pa ir 
    _margin:69px -170px;*/
    /*height:0px;
    visibility: hidden;
	width:150px;
	font-size:14px;
}
 
.menu ul li:hover ul
{   
    /*display: list-item;*/
	/*height:200px;
    visibility:visible;
    overflow: hidden;
    -moz-transition: 1.4s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    -webkit-transition: 1.5s;
    transition:1.5s;
	
}
.menu ul li ul li
{
    margin:0px;
    left:-10px;
	width:152px;
    display:block;
    float:none;
    position:relative;
    color:#fff;
    padding:0px;
    line-height:30px;
    background-color:#003366;
}

.menu ul li ul li:hover
{   
    background-color:#125489;
    -moz-transition: 0.4s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition:0.5s;
}



/*** Sticky Menu 
nav {
	height: 38px;
	z-index:5000;
	opacity:1;

}
nav ul {
    width: 960px;
    margin: auto;
}
nav ul li {	
    line-height: 38px;
    display: inline-block;
	float: left;
    padding-right: 50px;
	list-style:none;
}
nav ul li a {
    text-decoration: none;
    color: #069;
    font-weight: bold;
}
nav ul li a:hover {
    text-decoration: underline;
}
.fixed {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
}***/
