/* Estilos Base */

body {
    background: #F4F4F4;
}


section#framework_page #curso_contenido p{
font-size:12px;
font-weight:bold;
}


/* Estilos del formulario */
form.contacto {
    margin: 25px auto 0;
    width: 100%;
}
form.contacto fieldset {
    background: white;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0 10px #DADADA;
    -webkit-box-shadow: 0 0 10px #DADADA;
    -moz-box-shadow: 0 0 10px #DADADA;
    padding: 10px;
}
form.contacto fieldset > div {
    clear: both;
    margin-bottom: 0px;
    overflow: hidden;
}
form.contacto fieldset div label {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 0px;
    text-align: left;
}
form.contacto input[type="text"], form.contacto textarea {
    background: #F5F5F5;
    border: 	1px solid #E8E8E8;
    color: 		#626262;
    display: 	block;
    float: 		left;
    padding: 	3px;
	padding-top:5px;
    resize: 	none;
    width: 		265px;
	width:		95%;
	margin-top:	2px;
	margin-bottom:5px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
	 border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
}
form.contacto input[type="text"]:focus, form.contacto textarea:focus {
    background: #F9F9F9;
    border: 1px solid #D3D3D3;
    outline: none;
}
form.contacto .ultimo{
margin-top:10px;
    margin-bottom: 0;
    position: relative
}
form.contacto button {
    background: #FA943A;
    border: 	0 none;
    color: 		#FFFFFF;
    float: 		right;
    font-weight: bold;
    height: 	32px;
    padding: 	0 10px;
    position: 	relative;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
	
    border-bottom: 1px solid #CC7A00;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    float: right;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
}
form.contacto button:hover{
    background: #FF7902;
	cursor:pointer;
}
 
/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: 		white;
    font-weight: bold;
    height: 32px;
    padding: 		0 0px;
	width:			95%;
	margin-top:		10px;
	margin-bottom:	20px;
	border:1px solid #FF0000;
	height:auto;
	line-height:16px;
	text-align:justify;
	border:0px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
	color:#FF0000;
}

.frm_hide {
display:none;
}

/*.msg_exito { display:block; }*/

.ver {display:block;}


