/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var,strong{font-style:normal;font-weight:bold;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

#contenedor {
	position: absolute;
	top:50%;
	left:50%;
	width: 1px;
	height: 1px;
}
#contenedor .picodiv {
	width: 800px;
	height: 600px;
	position:relative;
	margin:-300px 0 0 -400px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}
#contenido h1, h2, h3 {
	padding-bottom: 0.1em;
}
#contenido h1 {
	font-size: 1.9em;
	padding-top: 0.8em;
	letter-spacing: 2px;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size:1.3em;
	padding-top: 0.4em;
}
p {
	padding: 0.5em 0;
	text-align: justify;
}
a, a:link {
	color:#04f;
	text-decoration: none;
}
a:visited {
	color:#34a;
}
a:hover, a:active {
	text-decoration: underline;
}




#encabeza {
	padding-top:1px;
	background-color: #303;
	text-transform: lowercase;
}
#encabeza h1 {
	border-top: 2px solid #ccc;
	font-size: 1.8em;
	letter-spacing: 0.05em;
	padding: 15px 0 0 55px;
}
#encabeza h1 a {
	color: #3c6;
}
#encabeza p {
	color: #99f;
	font-size: 0.8em;
	letter-spacing: 1px;
	padding: 10px 0 15px 55px;
}



#menu {
	border-top: 2px solid #ccc;
	background-color: #303;
	font-size: 1.7em;
	text-transform: lowercase;
}
#menu ul {
	padding: 10px 55px;
}
#menu ul li {
	display: inline;
}
#menu a {
	margin:0 7px 0 0;
	color:#ccc;
}
a#paintings {
	color:#99f;
}
a#shop {
	color:#3c6;
}
a#contacto {
	color:#fff;
}



#contenido {
	font-size: 13px;
}







#columnas {
	padding: 1.2em;
}
#columnas .col1, #columnas .col2 {
	width: 47%;
	font-weight: 600;
}
#columnas .col1 {
	float: left;
	color: #6c6;
}
#columnas .col2 {
	float: right;
	color: #303;
}


#columnas .medida {
	font-size: 1.4em;
}
#columnas .medidas {
	font-style: italic;
}
#columnas .precio {
	font-size: 1.3em;
	font-style: italic;
}


#columnas .morado {
	color: #303;
}





#pinturas .descripcion {
	width:22%;
	float:left;
	padding:2% 0 0 1%;
}
#pinturas .descripcion .titulo {
	color:#99f;
	font-weight: bold;
	font-size:1.2em;
}
#pinturas .descripcion .titulo .morado {
	color:#303;
	font-size:1.02em;
}
#pinturas .descripcion .medidas {
	padding-left:18px;
	font-size:0.9em;
}
#pinturas .descripcion .cursiva {
	padding-left:18px;
	font-style: italic;
	font-size:0.8em;
}

#pinturas .imagen {
	float:right;
	text-align: right;
	width:71%;
	padding:20px 3% 0 0;
	height: 410px;
}

#pinturas .botones {
	width: 30%;
	float:right;
	font-size: 1.8em;
	text-align: right;
	padding-right: 3%;
}
#pinturas .botones a {
	margin-left: 0.5em;
}
#pinturas .botones a.shop {
	color:#3c6;
}
#pinturas .botones a.detail {
	color:#99f;
}

#pinturas .galerias {
	font-weight: bold;
	color: #777;
	line-height: 1.5em;
	width: 65%;
	float:left;
}
#pinturas .galerias span {
	float: left;
	width: 75px;
	clear: both;
}
#pinturas .galerias strong {
	padding: 0 0.3em;
	float: left;
}
#pinturas .galerias a strong {
	color:#99f	;
}









label {
	display: block;
	width: 80px;
	float: left;
	padding-top:5px;
}
input.text {
	margin: 5px 0;
	border: none;
	border-bottom: solid #bbb 1px;
	width: 200px;
	color: #303;
}
textarea {
	margin: 5px 0;
	border: none;
	border-bottom: solid #bbb 1px;
	width: 200px;
	color: #303;
}
input.button {
	border:none;
	background: none;
	color: #3c6;
	font-weight: bold;
	font-size:1.2em;
	display: block;
	padding-left: 76px;
}
input.button:hover {
	text-decoration:underline;
}



/*		mensaje.class.php 		*/
div.mensaje div
{
	padding: 0.4em 2em;
	margin:0.4em 0 0.2em 0;
	font-weight: bold;
	line-height: 1.2em;
	border-style: solid; border-width: 1px;
}
div.mensaje div ul
{
	list-style-type: disc;
	padding-left: 1em;
}
div.mensaje div.error
{
	background: #fee url('mensaje/error.png') no-repeat 0.55em 0.55em;
	border-color: #a22;
	color: #a22;
}
div.mensaje div.ok, div.mensaje div.mas
{
	background: #efe url('mensaje/ok.png') no-repeat 0.55em 0.55em;
	border-color: #492;
	color: #492;
}
div.mensaje div.mas
{
	background: #efe url('mensaje/mas.png') no-repeat 0.55em 0.55em;
}
div.mensaje div.info
{
	background: #eef url('mensaje/info.png') no-repeat 0.55em 0.55em;
	border-color: #429;
	color: #429;
	border-color: #038;
	color: #429;
}




/*		pie 		*/
#pie {
	font-size: 0.8em;
	text-align: center;
}





#screenshot{
	position:absolute;
	background:#303;
	padding:5px;
	display:none;
	color:#979;
	letter-spacing:0.1em;
	font-size: 8px;
	text-transform: uppercase;
	}
