/*	Colores usados:
	Gris letras general: #333333
	Gris migas y menu lateral: #b5b5b5
	Gris resaltado: #808080
	Beig fondo:#f9f7f8
	Azules degradado cabecera: #68ddd7 - #50b3c6
	Azul menu cabecera y cuerpo pie: #1081a3
	Azul Logo Cambridge: #012640
	Amarillo fondo galeria y pie: #fff568
	Amarillo botones pie: #ffe53c
	Naranja letras y botones: #f17923
	Naranja claro: #fe9e4a
*/

/* RESET */
body, div, a, p, header, section, footer, img, span, 
ul, li, h1, h2, h3, h4, input{
	margin:0px;
	padding:0px;
  font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}

ul{
    list-style:none;
}

a, a:hover, a:visited{
  display:block;
  color:inherit;
	text-decoration:none;
}

/* GENERAL */
body{
	display: block;
	width:100%;
	height:100%;
	background-color:#1081a3;
	color:#333333;
}

/* COMUNES */
#wrapper{
	display:block;
	width:100%;
	height: 100%;
	clear:both;
}

/*cabecera*/
header{
	display:block;
	width:100%;
	height:200px;
	clear:both;
	background-image: radial-gradient(farthest-corner at 5px 5px , #68ddd7 0%, #50b3c6 100%);
	background-color:#68ddd7;
}

#cont_header{
	display:block;
	position: relative;
	width:900px;
	height:200px;
	margin:0px auto;
	overflow: hidden;
	background-image: url(../img/cambridge.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#titulo{
	display: block;
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 130px;
	background-image: url("../img/titulo.png");
}

#titulo h1{
	display: block;
	position:absolute;
	width:auto;
	height:auto;
	top:15px;
	left:40px;
	color:#FFFFFF;
	font-size:3em;
	font-weight: 100;
}

/*contenido*/
#contenido{
	position:relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 300px;
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	padding: 20px 0px;
	background-color:#f9f7f8;
}
.fondoilustracion{
	background:url(../img/fondo2.png) repeat-x top center;
}

#centro{
	display: block;
	width: 900px;
	height: auto;
	padding: 5px;
	margin:0px auto;
}
#descr2{
	display:block;
	width:100%;
	height:auto;
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}

#descr{
	display:block;
	position:relative;
	float:left;
	width:250px;
	height:140;
	clear:both;
	margin:30px 30px 40px 50px;
	background:#f17923;
	overflow:hidden;
	text-align:center;
	border-radius:30px;
}


/* seccion Blanca*/
#fondo_blanco{
	display:block;
	width:100%;
	height:auto;
	min-height:240px;
	clear:both;
	background-color:#FFFFFF;
	overflow: hidden;
}

.tit_naranja{
	display: block;
	width:900px;
	height: auto;
	margin:0px auto;
}

.tit_secc{
	display: block;
	width:100%;
	height: 40px;
	margin-bottom:10px;
	padding: 5px 0px;
	border-bottom: 2px solid #f17923;
	overflow:hidden;
}

.tit_secc img, .tit_secc h2{
	float:left;	
}

.tit_secc h2{
	margin-left:20px;
	line-height:50px;
	font-size:25px;
	font-weight:100;
	color:#f17923;
}

/*pie*/
footer{
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	background-color: #1081a3;
}

#fond_fin_pie{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#1081a3;
}

#fin_pie{
	display: block;
	width:900px;
	height:50px;
	margin:0px auto;
	padding: 10px 0px;
	overflow: hidden;
	background-image:url("../img/cambridgelogo.png");
	background-repeat:no-repeat;
	background-position:0px 10px;
	margin-top:20px;
}

#fin_pie ul{
	display: block;
	float:right;
	width:auto;
	height: auto;
	color:#FFFFFF;
}

#fin_pie ul li{
	display:block;
	float:left;
	width:auto;
	height: auto;
	margin-left:5px;
}

#fin_pie ul li img{
	vertical-align:top;
	margin-right:5px;
}

/* ELEMENTOS DE PAGINAS */

/* Busqueda */
.buscador{
	display:block;
	position:relative;
	float:right;
	width:260px;
	height: 130px;
	margin:30px 50px 40px 30px;
	text-align:center;
	padding-top:10px;
		border-radius:30px;
	
	background-color:#f17923;
	
	color:#FFFFFF;

}

.buscador img, .buscador .tit_buscador, .buscador .form_buscador{
	display: block;
	float: left;
}

.buscador img{
	position:relative;
	float:left;
	margin-left: 10px;
	
}

.buscador .tit_buscador{
	
	position: relative;
	
	height: 50px;
	line-height: 48px;
	font-size: 1.4em;
	font-weight:100;
	margin:0px auto;
}

.buscador .tit_buscador h2{
	font-weight:100;

}

.buscador .form_buscador{
	
	position: relative;
	width: 245px;
	height: 40px;

	margin: 10px 10px 0px 0px;
}
 
.buscador .input_buscador{
	width: 202px;
	height: 40px;
	background: #FFFFFF;
	padding: 0px 5px;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 100%;
	border: 2px solid #fe9e4a;
	border-radius:10px 0px 0px 10px;
	-webkit-appearance: none;
	color:#808080;
}

.buscador #boton_buscar {
	display: block;
	width: 43px;
	height: 40px;
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #FE9E4A;
	border-radius: 0px 10px 10px 0px;
	background: url('../img/lupa_peque.png') no-repeat scroll center center #FE9E4A;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.buscador #boton_buscar:hover{
	cursor:pointer;
}

#error{
	display: block;
	width: 100%;
	height: auto;
	margin-top:30px;
	color: #F17923;
	text-align:center;
}

/* Login */
.login{
	display: block;
	width:180px;

	height: 50px;

	clear: both;
	margin:50px auto;

	background-color: #FE9E4A;
	color: #FFF;
	text-align:center;
		border-radius:10px;
}

.login img{
	position:relative;
	float:left;
	padding:6px 3px 3px 8px;
	
	display: block;
	
	width: 35px;
	height: 35px;
}

.login h2{
	display: block;
	padding:10px 15px;
	
	
	
	line-height: 17px;
	font-size: 1.4em;
	font-weight: 100;
	font-variant: small-caps;
	
}

.login:hover{
	cursor:pointer;
	background-color:#50B3C6;
}

/* Tabla Registro*/
table#login{
	display: block;
	width:880px;
	height: auto;
	margin:30px auto 5px;
	border-collapse: collapse;
	text-align:center;
	vertical-align: middle;
	table-layout: fixed;
	color:#b5b5b5;
}

table#login tr{
	border:0px;
}

table#login tr.cel_login td{
	width:210px;
	padding:5px 30px;
	border:0px;
	border-right: 2px solid #b5b5b5;
	font-variant: small-caps;
}

table#login tr.cel_login td{
	width: 450px;
	padding: 20px 10px;
}

table#login tr.cel_login td:last-child{
	border:0px;
}

/* Registro Completado*/
#reg_comple{
	display:block;
	width:100%;
	margin:10px auto;
	text-align:center;
}
#reg_comple>h2{
    font-size: 1.6em;
	color:#f17923;
}

#reg_comple p{
	display:block;
	width:auto;
	margin:30px 0px;
}

#volver{
	margin:10px auto;
	width:220px;
    height: auto;
}

#volver img{
    width: 25px;
    height: 25px;
}

#volver h2{
	width: 190px;
}

/*Formulario Login*/
#login p {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

#login label {
    float: left;
    width: 150px;
    padding: 2px;
    text-align: left;
	line-height: 30px;
}

#login input{
	float: right;
	width: 260px;
	padding: 2px;
	border-style: dotted;
	border-color: #B5B5B5;
	border-width: 0px 0px 2px;
	border-radius: 2px;
	color: #808080;
	background-color: #F9F7F8;
}

#login #enviarA,
#datos_user #enviarA{
	display: block;
	width: 280px;
	height: 50px;
	padding: 10px 20px;
	clear: both;
	margin: 10px auto;
	border: 0px none;
	border-radius: 2px;
	background-color: #F17923;
	color: #FFF;
}

#login #enviarA:hover,
#datos_user #enviarA:hover{
	cursor:pointer;
}

#recuperar a{
	color:#fe9e4a;
}
#recuperar a:hover{
	color:#f17923;
}

#recuperar img{
	vertical-align: sub;
	margin-right: 5px;
}

/* Datos del Usuario */
#logout{
	clear:none;
	float:left;
}

#nuevo_prod{
	clear:none;
	float:right;
	width:250px;
}

#nuevo_prod h2{
	width:220px;
}

#datos_user{
	display:block;
	width:100%;
	height:auto;
	margin-top:20px;
}

#datos_user p{
	display:block;
	width:100%;
	height:auto;
	clear:both;
	padding:10px 0px;
}

#datos_user label{
	display:block;
	float:left;
	width:150px;
	color:#B5B5B5;
	line-height: 28px;
}

#datos_user input{
	display:block;
	float:left;
	width:650px;
	height:auto;
	margin:0px 10px;
	border-width:0px 0px 2px 0px;
	border-bottom:2px dotted #B5B5B5;
	background-color:#f9f7f8;
	color:#808080;
}

#datos_user #enviarA{
	float:none;
	margin:30px auto 0px;
}

#camb_cont{
	border-bottom-width: 1px;
	height:25px;
}

#camb_cont h3{
	margin-left: 25px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 100;
	color: #F17923;
}

#prod_reg{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    clear: both;
}

#prod_reg th{
	text-align: left;
	color: #1081a3;
	font-variant: small-caps;
}

#prod_reg td{
	width:215px;
	padding: 5px;
}

#prod_reg img{
	width: 200px;
	border: 2px solid #fe9e4a;
	padding: 5px;
	border-radius: 2px;
}

#prod_reg td a.ver{
	display: block;
	padding: 5px;
	clear: both;
	margin: 10px auto;
	border: 0px none;
	border-radius: 2px;
	background-color: #fe9e4a;
	color: #FFF;
	text-align: center;
}

#prod_reg td a:hover{
	background-color: #F17923;
}

/* Support */
table#support {
    display: block;
    width: 880px;
    height: auto;
    margin: 30px auto 5px;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    table-layout: fixed;
    color: #b5b5b5;
}
table#support tr {
    border: 0px;
}

table#support tr.cel_support td {
    width: 450px;
    padding: 20px 10px;
    border: 0px;
    border-right: 2px solid #b5b5b5;
    font-variant: small-caps;
}

table#support tr.cel_support td:last-child {
    border: 0px;
}

#support p {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
#support .txt_libre{
    padding: 2px;
    text-align: left;
    line-height: 30px;
}

#support label{
    float: left;
    width: 150px;
    padding: 2px;
    text-align: left;
    line-height: 30px;
}

#support input,
#support select,
#support textarea{
    float: right;
    width: 260px;
    padding: 2px;
    border-style: dotted;
    border-color: #B5B5B5;
    border-width: 0px 0px 2px;
    border-radius: 2px;
    color: #808080;
    background-color: #F9F7F8;
}

#support textarea{
    max-width: 260px;
    height: 120px;
    max-height: 100px;
}

#captcha{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#captcha > div{
    display: block;
    float:right;
    width:304px;
}
#support input[type="submit"]{
    display: block;
    width: 280px;
    height: 50px;
    padding: 10px 20px;
    clear: both;
    margin: 10px auto;
    border: 0px none;
    border-radius: 2px;
    background-color: #F17923;
    color: #FFF;
}