﻿body {
      background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    text-align: left;
   

margin-left: 0px;
margin-top: 0px;

margin-right: 0px;


}

.shadow_
{
    border-style: groove;
    border-width: thin;
    box-shadow: 10px 10px 5px #e4dddd;
}
.button_example{
/*border:4px solid #26759E;-webkit-box-shadow: #878787 0px 2px 2px;-moz-box-shadow: #878787 0px 2px 2px; box-shadow: #878787 0px 2px 2px; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 10px 20px 10px 20px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #d3d3d3; background-image: linear-gradient(to bottom, #d3d3d3, #707070);*/

border:1px solid #999999; -webkit-border-radius: 42px; -moz-border-radius: 42px;border-radius: 42px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(255,255,255,0.3);font-weight:bold; color: #000000;
 background-color: #a7cfdf; background-image: linear-gradient(to bottom, #a7cfdf, #23538a);
 }

.button_example:hover{
 /*border:4px solid #26759E;
 background-color: #bababa; background-image: linear-gradient(to bottom, #bababa, #575757);*/

 border:1px solid #7A7A7A;
 background-color: #82bbd1; background-image: linear-gradient(to bottom, #82bbd1, #193b61);
 }
/* Rounded Corner */
.textbock5 {
	border:2px solid #456879;
	border-radius:10px;
	}
.btn-disable
        {
        cursor: default;
        pointer-events: none;

        /*Button disabled - CSS color class*/
        color: #c0c0c0;
        background-color: #ffffff;

        }
/*input:not([type=submit])
{
    border:2px solid #456879;
	border-radius:10px;
	height: 22px;
	width: 230px;
}
input[type="submit"],
    input[type="button"],
    button
{
/*border:1px solid #999999; -webkit-border-radius: 42px; -moz-border-radius: 42px;border-radius: 42px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(255,255,255,0.3);font-weight:bold; color: #000000;
 background-color: #FFFFFF; background-image: linear-gradient(to bottom, #FFFFFF, #CFCFCF);*/


/*border:1px solid #999999; -webkit-border-radius: 42px; -moz-border-radius: 42px;border-radius: 42px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(255,255,255,0.3);font-weight:bold; color: #000000;
 background-color: #a7cfdf; background-image: linear-gradient(to bottom, #a7cfdf, #23538a);
    }*/

.h1 {
  font-size: 12px;
	font-family: Georgia, 'Times New Roman', serif;
	color: #9999FF;
	text-align: center;
        font-weight: 100; 

/*PARAGRAPH BLOCK*/
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: 700;
        font-size: large;
	letter-spacing: .2em;
	line-height: 1.1em;
	margin:0px;
	text-align: center;
	text-transform: uppercase;
    font-style: italic;
}
.BotonDeImagen
{   
    width:25px;
    height:25px;        
}


/*My buttom*/

.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:17px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
	background-color:#bab1ba;
}
.myButton:active {
	position:relative;
	top:1px;
}

    .modal
    {
        position: fixed;
        top: 13px;
        left: -2px;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
        height:64%;
    bottom: 264px;
}
    .loading
    {
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 800px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }
