/*
Theme Name: Cuadratico_02
Theme URI: http://www.delaweb.net/
Description: Cuadratico theme by delaweb.
Version: 1.0
Author: delaweb.net
Author URI: http://www.delaweb.net/
Tags: delaweb

*/

body {
	margin:0 auto;
	padding:0;
	background-color:#f2e1cd;
	background-image:url(images/fondo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a {
	outline:none;
	color:#fff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

p.volver {
	clear:both;
}

a.volver {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

a.volver:hover {
	text-decoration:underline;
}

img {
	border:none;
}

#page {
	margin:10px auto 0 auto;
	width:986px;
	background-image:url(images/sombra.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#header {
	margin:0 auto;
	padding:0;
	width:948px;
	height:298px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#header_content {
	margin:0 auto;
	padding:20px 0 0 0;
	width:948px;
	height:217px;
}

#fecha {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:288px;
	color:#fff;
	float:left;
	margin:0 0 0 11px;
	_margin:0 0 0 4px;
	text-align:right;
	padding:23px 23px 0 0;
}

#menu {
	float:left;
	width:615px;
}

#menu ul {
	margin:11px 0 0 8px;
	padding:0;
	list-style:none;
}

#menu li {
	margin:0 0 0 2px;
	padding:0;
	list-style:none;
	float:left;
	_width:50px;
	height:32px; /* 49 */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}

#menu li.activo {
	padding:17px 12px 0 12px;
	height:32px; /* 49 */
	background-image:url(images/menu_li.gif);
	background-repeat:repeat-x;
}

#menu li a {
	display:block;
	background-image:url(images/bt_menu.gif);
	background-repeat:repeat-x;
	color:#fff;
	padding:17px 12px 0 12px;
	height:32px;
	text-decoration:none;
}

#menu li a:hover {
	background-position:0 -49px;
}

#contenedor {
	margin:0 auto;
	padding:0 0 0 0;
	width:926px;
	background-color:#2e1849;
}

#contenido {
	margin:0 auto;
	padding:0;
	width:926px;
	overflow:hidden;
}

#content {
	width:310px;
	float:left;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	_height:400px;
	min-height:400px;
}

#content.single {
	background:none;
	background-color:#593785;
	width:100%;
	border-bottom:1px solid #f2e1cd;
}

#content h1 {
	margin:0;
	padding:12px 20px 0px 25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffa800;
}

#content.single h1 {
	margin:0 20px 0 25px;
	padding:27px 0 10px 0;
	border-bottom:1px solid #a8adb4;
}

#content.single img {
	border:1px solid #a4c3d0;
}

#content h1 a {
	color:#ffa800;
	text-decoration:none;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#3c3c3c;
	margin:0;
	padding:20px 10px 0 10px;
	line-height:14px;
}

#content h2 a {
	color:#3c3c3c;
	text-decoration:none;
}

#content h2 a:hover {
	text-decoration:underline;
}

#content .noticia {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0 10px 0 10px;	
}

#content .noticia p {
	color:#99916d;
	line-height:14px;
	margin:0;
	padding:0;
}

#content .entry {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0 20px 10px 25px;
}

#content .entry p {
	color:#fff;
	line-height:19px;
	margin:20px 0 20px 0;
	padding:0;
}

#content .entry li {
	color:#fff;
}

.post {
	margin-bottom:25px;
}

#sidebar {
	margin:0;
	padding:10px 0 0 10px;
	width:606px;
	height:638px;
	float:right;
	background-color:#391c5e;
	/*border-left:1px solid #fff;*/
	border-bottom:1px solid #f2e1cd;
	background-image:url(images/borde.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#sidebar h1 {
	margin:12px 20px 12px 20px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#ffa800;
	border-bottom:1px solid #a8adb4;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar li {
	margin:0 20px 10px 20px;
	padding:5px 5px 3px 5px;
	list-style:none;
}

#sidebar li.uno {
	background-color:#2b1349;
	/*height:85px;*/
}

#sidebar li.dos {
	background-color:#4e297d;
	/*height:85px;*/
}

#sidebar h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4cb0e2;
	margin:0;
	padding:0;
	line-height:16px;
}

#sidebar h2 a {
	color:#4cb0e2;
	text-decoration:none;
}

#sidebar h2 a:hover {
	text-decoration:underline;
}

#sidebar p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	margin:0;
	padding:0;
	line-height:15px;
}

#noticias {
	float:left;
	background-color:#593785;
	width:265px;
	height:617px;
	background-image:url(images/noticias.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:10px;
}

#trabajos {
	float:right;
	width:340px;
	padding-top:10px;
}

#trabajos img {
	border:1px solid #a4c3d0;
}

#footer {
	margin:0 auto 20px auto;
	padding:10px 25px 0 30px;
	width:871px;
	height:150px; /*160*/
	background-color:#2e1849;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
}

div.facebook {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-image:url(images/fb.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:24px;
	padding-left:33px;
	padding-top:7px;
}

a.facebook {
	color:#fff;
	text-decoration:none;
}

a.facebook:hover {
	text-decoration:underline;
}

div.copy {
	float:right;
	text-align:right;
	padding-top:17px;
}

#footer p {
	margin:0;
	padding:0;
	line-height:16px;
}

p.firma {
	color:#4c3963;
}
a.firma {
	color:#4c3963;
	text-decoration:none;
}
a.firma:hover {
	text-decoration:underline;
}

p.telefono span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	background-image:url(images/telefono.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:37px;
}

p.telefono {
	padding-bottom:10px !important;
}

.left {
	float:left;
}

.right {
	float:right;
}

.mapa img {
	padding-left:1px;
	padding-top:1px;
}

p.mapa {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:18px;
	margin:0;
	padding:40px 0 0 40px;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

p.formulari {
	margin:0;
	padding:0 0 0 80px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px !important;
	font-weight:bold !important;
	line-height:30px !important;
}

p.formulari input {
	width:400px;
	font-family:Tahoma, Geneva, sans-serif;
}

p.formulari textarea {
	width:400px;
	height:100px;
	overflow:auto;
	font-family:Tahoma, Geneva, sans-serif;
}

.contacto {
	padding:40px 0 0 0;
}

p.submit_form {
	width:405px !important;
	text-align:center !important;
	margin-left:80px !important;
	margin-top:20px !important;
}

p.submit_form input {
	width:119px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:none;
	color:#fff !important;
	border:none;
	text-align:center;
	outline:none;
	cursor:pointer;
	background:none;
	background-image:url(images/boton.gif);
	background-repeat:no-repeat;
}

p.submit_form input:hover {
	background-position:0 -27px;
}

a.volver {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff !important;
	text-decoration:none;
	width:119px;
	padding-top:5px;
	height:22px;
	text-align:center;
	display:block;
	background-image:url(images/boton.gif);
	background-repeat:no-repeat;	
}

a.volver:hover {
	background-position:0 -27px;
}

#link_volver {
	float:right;
}

#link_volver a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	width:119px;
	padding-top:5px;
	height:22px;
	text-align:center;
	display:block;
	background-image:url(images/boton.gif);
	background-repeat:no-repeat;	
}

#link_volver a:hover {
	background-position:0 -27px;
}

#link_noticias {
	width:224px;
	text-align:right;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	border-top:1px solid #fff;
}

#link_trabajos {
	clear:both;
	width:292px;
	text-align:right;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	border-top:1px solid #fff;
}

#link_trabajos a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	width:119px;
	padding-top:5px;
	height:22px;
	text-align:center;
	display:block;
	float:right;
	background-image:url(images/boton.gif);
	background-repeat:no-repeat;
}

#link_trabajos a:hover {
	background-position:0 -27px;
}

#link_noticias a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	width:119px;
	padding-top:5px;
	height:22px;
	text-align:center;
	display:block;
	float:right;
	background-image:url(images/boton.gif);
	background-repeat:no-repeat;
}

#link_noticias a:hover {
	background-position:0 -27px;
}

/*---- GALERIA ---*/

.album
{
	float:left;
	margin:5px 18px 0 15px;
	padding:0 0 0 0;
}

.home {
	margin:5px 3px 0 15px;
	_margin:5px 3px 0 8px;
}

.alt {
	margin:5px 0 0 12px;
}

.album a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

.album div {
	padding:5px 5px 0 5px;
	height:30px;
	width:130px;
}

.album h2.name
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

.thumbs
{
	float: left;
	padding-left:15px;
}

.thumbs img
{
	margin: 8px 10px 0 4px;
	padding: 2px;
}

.thumbs div {
	padding:5px 5px 0 5px;
	height:30px;
	width:130px;
}

.thumbs a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

a img {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
}

div.c_miniaturas {
	margin-top:20px;
}

div.p_miniaturas {
	margin:6px 0 0 6px;
}

div.enviado {
text-align:center; padding-top:30px; width:300px; margin:auto; padding-right:30px; font-size:14px; color:#fff; font-family:Tahoma, Geneva, sans-serif; color:#dd911a;	
}

div.inicio {
	padding:25px 0 5px 25px;
}

.inicio img {
	border:5px solid #fff;
}

ol {
	color:#fff;
}