﻿/* 
-----------------------------------
Documento CSS
Jaisiel Delance | www.dlancedu.com
-----------------------------------
*/


body{
	margin: 0;
	font-family: "Myriad Pro", "Trebuchet MS", Verdana;
	font-size:11pt;
	background-color:#e1f4fd;
}

h1,h2,h3,h4 {
	text-shadow: 0 2px 0 #FFFFFF;
}

table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px silver solid;
}

td, th {
    padding: 3px 6px;
}

td {
    text-align: left;
    vertical-align: top;
}

ul {
	list-style: circle;
}

a {
	color: #045FB4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main{
	position: relative;
	margin: 0px auto 20px auto;
	width: 1200px;
	height:774px;	
}

#header{
	width: 1172px;
	left:28px;
	top:22px;
	height:165px;
	position:relative;
}

#logo{
	width: 270px;
	float: left;
	margin: 0;
	height: 80px;
}

#logo h1{
	color: #FFFFFF;
	line-height: 60px;
	text-shadow: 0 0 0;
	margin: 0;
}

#menu {
	position:absolute;
	right:28px;
	bottom:0px;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0px;
	font-size:10pt;
	width:580px;
}

.alpha96blanco {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255) transparent;
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.96);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}

#content{
	overflow: hidden;
}

#content h1, h2 {
	color: #0B3861;
}

#top_menu{
	position: relative;
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	
}

#top_menu ul{
	line-height: 30px;
	margin: 0;
}

#top_menu ul li{
	background-color: #fba81a;
	display: inline;
	padding: 2px 10px;
	margin-left:2px;
}

 #top_menu ul li:first-child {
    border-left:none;
	padding-left: 10px;
 }


#top_menu ul li a{
	color: #000;
	text-decoration: none;
}

#top_menu ul li a:hover{
	text-decoration: underline;
}

#footer{
	color: #ffffff;
	background-color:#1576bb;
	width: 1200px;
	height:33px;
	text-align: center;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#top_menu ul li .current{
	text-decoration: underline;
}
/*
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}*/

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #c4daf5) );
	background:-moz-linear-gradient( center top, #ededed 5%, #c4daf5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c4daf5');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b8cce6;
	display:inline-block;
	color:#789bc2;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c4daf5), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #c4daf5 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4daf5', endColorstr='#ededed');
	background-color:#c4daf5;
}.button:active {
	position:relative;
	top:1px;
}

#phone
{
	position:absolute;
	right:0px;
	top:0px;
	z-index:102;
}