/* Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}

/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}


/* Required for all tooltips.
   Do not modify below this line! */
.prototip {
	position: absolute;
	overflow: hidden;
}
.prototip .tooltip,
.prototip .toolbar,
.prototip .toolbar .title {	position: relative; }
.prototip .content { clear: both; }
.prototip .toolbar .close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 19px;
	height: 15px;
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	cursor: pointer;
}
.prototip .tooltip {
	clear: both;
	float: left; /* IE6 */
}

.prototip .borderLeftWrapper,
.prototip .borderRightWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 20px;
	zoom: 1;
}

.prototip .borderFrame {
	height: 100%;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.prototip .borderTop,
.prototip .borderBottom { overflow: hidden; } /* IE6 no radius */
.prototip .borderRow {
	list-style-type: none;
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
}
.prototip_CornerWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

.prototip_Corner {
	float: left;
	position: relative;
}
.prototip canvas { position: relative; }
.prototip_CornerTr, .prototip_CornerBr { float: right; }
.prototip_BetweenCorners {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.prototip .borderMiddle {
	position: relative;
	float: left;
}

.prototip .borderCenter {
	position: relative;
	float: left;
	height: 100%;
}

/* Stems */
.prototip_StemWrapper {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
}
.prototip_StemBox {
	float: left;
	position: relative;
}
.prototip_Stem {
	width: 100%;
	position: absolute;
	overflow: hidden;
}

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Helpers */
.prototip .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.prototip .clearfix { display:inline-block; }
/* IE Mac Hide \*/
.prototip .clearfix { display:block; }
/* IE Mac Hide End */


/**************** Encuesta ******************/
.signupbox2{
	font-family: Arial, "Trebuchet MS",  Helvetica, sans-serif ;
	font-size: 1.0em ;
	text-align: left;
	float:left; 
	width: 100%;
	margin-bottom: 15px;
}

.signupbox2 p {
	color: #666 ;
	margin: 6px 0 10px 0 ;
	font-size: 1.1em ;
}

.signupbox2 input.text {
	height: 20px ;
	font-size: 1.2em ;
	font-family: Arial ;
	color: #394552 ;
	border: 1px solid #C0DEF0 ;
	background: #fff top left ;*/
	margin: 0 ;
	padding: 5px 0 0 5px ;
}

.signupbox2 select {
	height: 25px ;
	font-size: 1.2em ;
	font-family: Arial ;
	color: #394552 ;
	border: 1px solid #C0DEF0 ;
	background: #fff top left ;*/
	margin: 0 ;
	padding: 5px 0 0 5px ;
}

.signupbox2 checkbox {color:#fff; background-color:#33b;} 

.signupbox2 textarea {
	height: 100px ;
	font-size: 1.2em ;
	font-family: Arial ;
	color: #394552 ;
	border: 1px solid #C0DEF0 ;
	background: #fff top left ;*/
	margin: 0 ;
	padding: 0px 0 0 5px ;
}

.signupbox2 label {
	width: 90%;
	color:#0F548C;
	margin-right: 20px;
	font-size: 1.2em ;
	font-family: Arial ;
	font-weight: bold ;

}

.box3 {
	margin-bottom: 12px ;
}

.box3 .inside {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #ddf0f8;
	margin-top: 0;

}

.box3 .notopgap {
	margin-top: 0;
}

.box3 .nobottomgap {
	margin-bottom: 0;
}

.box3 h2 {
	color: #0F548C   ;
	font-size: 1.8em ;
	margin-bottom: 0.6em ;
	padding-bottom: 0.6em ;
	border-bottom: 1px dashed #0F548C ;
}

.box3  p {
	font-size: 1.2em ;
	padding-top: 0.6em ;
	padding-bottom: 0.6em ;
}

input.button:hover{
    background-color:#559127;
    color:#f5f5f5;
}

input.button{

    background-color:#dff4ff;
    color:#336699;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	
    display:block;
    float:right;
    margin:0 7px 0 0;


	font-family: Arial, "Trebuchet MS",  Helvetica, sans-serif ;
    font-size: 1.2em ;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

input.button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

input.button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html input.button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

input.button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.icon {
	margin-right: 0.5em ;
	vertical-align: -0.4em ;
}
