@charset "utf-8";
/*
	Empresa:	Goma 3 Estudio Multimedia S.L.(www.goma3.es)
	Autor: 		Christian Schroeder <christian.schroeder@goma3.es>
	Fecha:		27-11-2008
	
	Comentarios
	-----------
	Las reglas de esta página afectan a todas las paginas HTML
	de esta web
	
*/
/* Inicializacion */
* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#222;
	margin:0;
	padding:0;
	line-height:1.4em;
	outline:none;
}

body {
	background-color:#fff; /* blanco */
}

p {
	margin:15px 0;
}

b {
	font-weight:bolder;
}

ul {
	list-style-type:none;
}

a {
	text-decoration:none;
}

a:hover {
	color: #406b94; /* azul medio */
}

a img {
	border:0;
}

strong {
	font-weight:bold;
}

/* formularios */
input[type=text], textarea {
	border:1px solid #c5d8d8; /* azul celeste */
	font-size:13px;
	padding:2px;
}

input.submit {
	cursor:pointer;
	background-color:#fff;
	border:1px solid #c5d8d8; /* azul celeste */
}

input.submit:hover {
	color:#406b94; /* azul medio */
}

h1 {
	font-size:16px;
}

h2 {
	font-size:13px;
}

h3 {
	display:none;
}

/* geberales */
div.main {
	margin:auto;
	width:1024px;
}

div.sidel {
	float:left;
	padding-left:30px;
	overflow:hidden;
}

.logo {
	margin:60px 0;
}

ul.menu {
	list-style-type:none;
	width:160px;
}

ul.categorias {
	margin-bottom:45px;
}

li a:hover {
	color:#406b94; /* azul medio */
}

li a#selected {
	color:#406b94; /* azul medio */
}

li.menu {
	
}

li.menu a {
	font-size:14px;
	display:block;
	padding-top:14px;
	padding-bottom:7px;
}

ul.submenu {
	list-style-type:none;	
	padding:0 20px;
	padding-bottom:7px;
	border-bottom:1px dashed #000;
}

li.submenu {
	
}

li.submenu a {
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:6px 0;
}

div.sider {
	position:relative;
	float:right;
	width:766px;
}

img.main {
	width:766px;
	height:740px;
}
/* About */
div.about_text {
	margin-top:160px;
	width:40%;
	text-align:left;
	float:left;
}

div.about_text p {
	margin-bottom:25px;
}

div.about_photo {
	overflow:hidden;
	margin-left:40px;
	float:left;
}

div.about_photo img {
}

div.about_photo p {
	text-align:right;
	margin:0;
	width:100%;
	font-size:11px;
}
/* contact */
div.contact_form {
	float:left;
	margin-top:175px;
	margin-right:20px;
	width:35%;
}

div.contact_data {
	float:left;
	margin-top:185px;
	margin-left:20px;
	width:135px;
}

div.contact_form h1 {
	font-size: 19px;
}

div.contact_form p, div.contact_form label {
	font-size:13px;
}

div.contact_form input, div.contact_form textarea {
	width:100%;
}

div.contact_form textarea {
	height:100px;
}

div.contact_form input.check, div.contact_form input.submit {
	width:auto;
}

div.contact_form input.check {
	margin:2px 0;
	margin-left:5px;
	vertical-align:middle;
}

div.porfolio label {
	float:right;
}


div.contact_form div.porfolio {
	float:left;
	width:135px;
}


div.contact_form input.submit {
	float:right;
	padding:2px;
}

form label {
	display:inline;
	float:left;
}

ul.errors li {
	font-size:12px;
	color:#f00;
}

/* Agencies */
div.agencies {
	margin-top:175px;
	width:35%;
}

div.agencies h3 {
	font-size:15px;
	display:inline;
}

ul.agencies {
	margin-top:30px;
}

ul.agencies li {
	border-bottom:1px dashed #666;
}

ul.agencies span {
	text-transform:uppercase;
	letter-spacing:2px;
}
/* pothografies */
div.photo {
	overflow:hidden;
}

div.photo_footer {
	position:absolute;
	width:765px;
	top:575px;
}

div.photo_footer p {
	font-size:12px;
	margin:5px 0;
}

div.photo_footer p.title {
	font-style:italic;
	float:left;
}

div.photo_footer p.copy {
	float:right;
}

div.photo_footer p.paginated {
	clear:left;
	font-size:11px;
}

div.photo_footer p.paginated a {
	font-size:11px;
}