body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Arial";
}

header
{
	background: url( ../images/sky-fondo.jpg);
	height: 125px;
}

.contend
{
	width: 80%;
	margin: 0 auto;
	min-width: 1024px;
}

.widget
{
	width: 20%;
	min-height: 300px;
	float: left;
}

.isContend
{
	width: 78%;
	min-height: 300px;
	float: left;
	margin-left: 1%;
	border-radius: 9px;
	box-shadow: 0px 0px 5px 2px #303030;
}

.cut
{
	clear: both;
}

footer
{
	background: #2D2D2D;
	box-shadow: 0px 0px 2px 5px #31748A;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 50px;
	margin-top: 30px;
	text-transform: uppercase;
	text-align: center;
}

/*
*
*	estylo del sluder
*
.slider
{
	background: #1F3254;
	box-shadow: 0px 0px 2px 5px #303030;
}
/*
*
*	estilos del menu
*/

#cssmenu > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}


#cssmenu > ul
{
	display: block;
	position: relative;
	width: 100%;
}

#cssmenu > ul li
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}


#cssmenu > ul li a
{
	display: block;
	position: relative;
	margin: 0;
	border-top: 1px dotted #3a3a3a;
	border-bottom: 1px dotted #1b1b1b;
	padding: 11px 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000;
	font-size: 13px;
	font-weight: 300;
	background: #282828;
}


#cssmenu > ul li:first-child > a
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 0;
}

#cssmenu > ul li:last-child > a
{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0;
}

#cssmenu > ul li > a:hover, #cssmenu > ul li:hover > a
{
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	background: #54cdf1;
	background: -webkit-linear-gradient(#72d4f2, #54cdf1);
	background: -moz-linear-gradient(#72d4f2, #54cdf1);
	background: linear-gradient(#72d4f2, #54cdf1);
	border-color: transparent;
}


#cssmenu > ul .has-sub > a::after
{
	content: '';
	position: absolute;
	top: 16px;
	right: 10px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #d8d8d8;
}

#cssmenu > ul .has-sub > a::before
{
	content: '';
	position: absolute;
	top: 17px;
	right: 10px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #000;
}

#cssmenu > ul li > a:hover::after, #cssmenu > ul li:hover > a::after
{
	border-left: 4px solid #ffffff;
}

#cssmenu > ul li > a:hover::before, #cssmenu > ul li:hover > a::before
{
	border-left: 4px solid rgba(0, 0, 0, 0.3);
}


#cssmenu > ul ul
{
	position: absolute;
	left: 100%;
	top: -9999px;
	padding-left: 5px;
	opacity: 0;
	width: 140px;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}

#cssmenu > ul li:hover > ul
{
	top: 0px;
	opacity: 1;
}

.marco
{
	border: solid 2px #00E9F3;
}

a
{
	text-decoration: none;
}


.contacto
{
    border: 1px solid #CED5D7;
    border-radius: 6px;
    padding: 45px 45px 20px;
    margin-top: 20px;
    background-color: white;
    box-shadow: 0px 5px 10px #2D2D2D, 0 0 0 10px #EEF5F7 inset;
}

.contacto label
{
    display: block;
    font-weight: bold;
}

.contacto div
{
    margin-bottom: 15px;
}

.contacto input[type='text'], .contacto textarea
{
    padding: 7px 6px;
    width: 100%;
    border: 1px solid #CED5D7;
    resize: none;
    box-shadow:0 0 0 3px #EEF5F7;
    margin: 5px 0;
}

.contacto input[type='text']:focus, .contacto textarea:focus
{
    outline: none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contacto input[type='button']
{
    border: 1px solid #CED5D7;
    box-shadow:0 0 0 3px #EEF5F7;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0px white;
 
    background: #e4f1f6;
    background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%);
}

.contacto input[type='button']:hover
{
    background: #edfcff;
    background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%);
}

.contacto input[type='button']:active
{
    background: #cfe6ef;
    background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
    background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}
