/*

	site: www.3ddb.net
	design: Estudio digital km-0.com

	colores:

*/

/* =================== unificamos estilos para distintos navegadores ===================  */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

p,ul,ol,dl,dt,dd,li,blockquote,cite,h1,h2,h3,h4,h5,h6,fieldset,hr,select
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

body {
	background-color: #fff;
	font-family: Helvetica;
	font-size: 12px;
	height: 100%;
	width: 100%;
}

a:link {
    text-decoration: none;
    color: #666;
    outline: 0;
}

a:visited {
    text-decoration: none;
    color: #666;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #df0059;
    outline: 0;
}

a.oculto {
	text-decoration: none !important;
}

h1{
	font-size: 40px;
	height: 110px;
	width: 94%;
	padding-left: 5%;
	padding-top: 15px;
	text-align: left;
	background-color: #eee;
	margin-bottom: 25px;
}

h2{
	font-size: 40px;
	height: auto;
	width: 95%;
	padding-left: 50px;
	text-align: left;
	margin-bottom: 15px;
}

h2 img{
	margin: 0 !important;
}

.clearboth{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#leftDiv{
	height: 100%;
	overflow: auto;
	position: fixed;
	right: 385px;
	width:100%;
	background-color: #fdc400;
}

#leftDiv img{
	margin-left: 50px;
	margin-bottom: 50px;
}

#rightDiv{
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top:0;
	width: 385px;
	height: 100%;
	background-color: #eee;
	text-align: center;
}

#firma_estudio{
	overflow-y: hidden;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top: 98%;
	width: 385px;
	height: 2%;
	padding-top: 0%;
	background-color: #eee;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #6d1f80;
}

#firma_estudio a{
	color: #fff !important;
}

#firma_estudio a:hover{
	text-decoration: underline;
}

#logo{
	height: 125px;
	width: 100%;
}

#content{
	margin-left: 385px;
	margin-top: 125px;
}

#menu{
	width: 100%;
	height: 22px;
	background-color: #6d1f80;
	padding-top: 4px;
}

#menu ul li{
	float: left;
	width: auto;
	text-align: center;
	padding-left: 11px;
	padding-right: 11px;
}

#menu ul li a{
	color: #fff;
	font-size: 13px;
}

#menu ul li a.selected,
#menu ul li a:hover{
	color: #c9d200;
}

.item{
	margin-top: 5px;
}

#form_text{
	width: 580px !important;
	height: 330px !important;
	border: 10px solid #bbb !important;
	background-color: #e52d87 !important;
	margin-left: 50px !important;
	margin-top: 25px !important;
	padding: 15px !important;
	color: #eee !important;
}

#form_page{
	width: 600px;
	height: auto;
	border: 10px solid #bbb;
	background-color: #ddd;
	margin-left: 50px;
	padding: 5px;
	color: #eee;
	margin-top: 15px;
	color: #333;
	font-size: 14px;
}

#form_page input{
	background: transparent;
	color: #333;
	width: 90%;
}

#form_portfolio{
	width: 600px;
	height: auto;
	border: 10px solid #bbb;
	background-color: #ddd;
	margin-left: 50px;
	padding: 5px;
	color: #eee;
	margin-top: 15px;
	color: #333;
	font-size: 14px;
}

.submit input{
	background-image: url(../img/fondo_delete_link.png);
	background-color: transparent;
	border: 0 !important;
	padding-top: 2px;
	padding-bottom: 5px;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	text-align: center;
	width: 136px !important;
	margin-top: 15px;
	margin-left: 50px;
}

.submit input:hover{
	background-image: url(../img/fondo_link_ovr.png);
	color: #fff;
	cursor: pointer;
}

#text_contacto{
	margin-left: 5%;
	font-size: 50px;
	color: #fff;
}

#flashMessage {
	background-color: #C9D200;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 99%;
}

.cake-sql-log{
	display: none;
}









