@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

body {
	font-family: 'Open Sans', sans-serif;
	background-color:#f0f0f0;
	font-size:14px;
	margin-top:10px;
}

#main {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#9E9E9E;
	padding:10px;
}

.caja90 {
	width:90%
}

.caja50 {
	width:50%
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}



#divlogo {
	width: 120px;
	height:110px;
	float:left;
}

#divtexto {
	float:left;
	height:90px;
	width:300px;
	vertical-align:center;
	font-size:14px;
}

#divtexto2 {
	padding-top:15px;
	float:right;
	height:90px;
	width:300px;
	vertical-align:bottom;
	font-size:24px;
	text-align:right
}


#divtexto3 {
	padding-top:5px;
	float:right;
	height:90px;
	width:300px;
	vertical-align:center;
	font-size:16px;
	text-align:left;
	padding-left:15px;
}


a:link{
	text-decoration:underline;
	color:#C90F12;	
}
a:active{
	text-decoration:underline;
	color:#C90F12;	
}
a:visited{
	text-decoration:underline;
	color:#C90F12;	
}
a:hover{
	text-decoration:none;
	color:#C90F12;
}