/* 
***********************************
* NOMBRE TEMPLATE / Paula 
* AUTOR: Quique Conde
* WEB AUTOR: http://www.paulaclick.com
* VERSION: 1.0
* 	
* Validado en xHTML & CSS
***********************************
* 
* 
***********************************
** DOCUMENTO CSS
***********************************
* 
* 
***********************************
** ESTANDARES
***********************************
*
*                CLARO     OSCURO
*  Fondo:        #CCCCCC   #000000
*  Letras:       #333333   #666666
*  Letras.Sobre: #FF0000   #FF0000
*  
* 
* 
* 
*/

body {
	background-color:#000000;
	font-size:11px;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	color:#CCCCCC;
	text-align:center;
	}

html {
	min-height:100.1%;
	}


/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
	}

h1 {
	text-align:left;
	}

h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	text-align:left;
	}
	
h3 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-size:14px;
	letter-spacing:1px;
	color:#CCCCCC;
	text-align:left;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

a {
	color:#CCCCCC;
	text-decoration:none;
	}

a:hover {
	color:#ff0000;
	text-decoration:none;
	}



/*
***********************************
** CLASES PERSONALIZABLES
***********************************
*/


.inside {
	width:740px;
	margin:0px auto;
	}

.leftimg {
	float:left;
	margin:0px 10px 10px 0px;
	}

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.summary {
	color:#CCCCCC;
	font-size:14px !important;
	line-height:24px;
	}

/*
***********************************
** AREA INFO IMAGEN OCULTA + LISTA COMENTARIOS
***********************************
*/


#image-info {
	text-align:left;
	width:100%;
/* Fondo de COMENTARIOS */
	background-color:#000000;
	}

#image-info .inside {
/* Letra de COMENTARIOS */
	color:#CCCCCC;
	}
	
#image-info .inside p {
	font-size:10px;
	color:#CCCCCC;
	margin:0px;
	}

#image-info .inside ul {
	}
	

/*
***********************************
** NOTAS DE LAS IMAGENES
***********************************
*/

#image-info h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 0px 20px 0px;
	}

#image-info h2 em { 
	margin-left:15px;
	}

		
#image_notes {
	width:45%;
	float:left;
	margin-bottom:10px;
	}

#image_notes, #image_comments {
	font-style:italic;
	line-height:16px;
	}

#image_notes p {
	font-size:10px;
	color:#CCCCCC;
	margin:0px;
	padding-bottom:10px;
	}

#image_notes.celdas {
	border:1px solid #CCCCCC;
}

#image_comments {
	width:45%;
	float:right;
	margin:0px 0px 10px 0px;
	border-left:1px dashed #CCCCCC;
	}

#image_comments ul {
	padding:0px 0px 0px 10px;
	}

#image_comments li {
	font-size:10px;
	color:#CCCCCC;
	margin:0px 0px 15px 0px;
	list-style:none;
	}

/*
***********************************
** CABECERA + NAVEGACION
***********************************
*/

#header {
	width:100%;
	height:100px;
	background-color:#000000;
	}

#header .inside {
	background-color:#000000;
	height:100px;

	}

#header .inside h1 a {
	float:right;
	text-align:right;
	color:#CCCCCC;
	padding-top:10px;
	font-weight:normal;
	display:block;
	}

#header .inside ul {
	float:left;
	margin-top:30px;
	}


#header .inside li {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	}
	
#header .inside li a {
	color:#CCCCCC;
	padding-left:5px;
	padding-right:5px;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color:#ff0000;
	color:#ff0000;
	}
	
.secondary a {
	color:#666666 !important;
	}
	

/*
***********************************
** AREA FOTO PRINCIPAL
***********************************
*/


#photobox {
	background-color:#000000;
	padding-bottom:1px;
	width:100%;
	text-align:center;
	}
	
#photo {
    /* CAMBIAR ESTO */
	background-color:#ffffff;
	padding:10px;
	border:none;
	margin-bottom:10px;
	}



/*
***********************************
** NAVEGACION POR LAS IMAGENES
***********************************
*/

#infobox {
	width:100%;
	text-align:left;
	}
	

#image-navigate {
	padding:10px 0px;
	}
	
#image-navigate li {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	list-style:none;
	width:33%;
	}

#image-navigate a {
	display:block;
	}


/*
***********************************
** Paginas 
***********************************
*/

#page {
	padding:20px 0px;
	text-align:left;
	width:740px;
	margin:0px auto;
	}

#page h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	}

#page p {
	font-size:10px;
	font-style:italic;
	margin: 0px 20px 20px 0px;
	}

#page ul {
	font-size:10px;
	font-style:italic;
	margin:0px 20px 20px 0px;
	}
	
#page ul li {
	list-style:none;
	padding:0px 5px 0px 0px;
	}
	
#page a {
	}


#page img {
	background-color:#000000;
    padding:3px;
    border:1px solid #CCCCCC;
	}


.thumbnails {
	border:1px solid #CCCCCC;
	padding:3px;
	margin:5px 5px 0px 0px;
	}

/*
***********************************
** COLUMNS ON INFO PAGE 
***********************************
*/

#col1 {
	width:33%;
	float:left;
	}

#col2 {
	width:33%;
	float:left;
	}

#col3 {
	width:33%;
	float:right;
	}

/*
***********************************
** FOOTER 
***********************************
*/

#footer {
	border-top:1px dashed #CCCCCC;
	clear:both;
	width:740px;
	margin:20px auto 0px auto;
	padding:10px 0px;
	text-transform:uppercase;
	}

#footer li {
	text-align:center;
	font-size:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#CCCCCC;
	}

#footer a {
	color:#CCCCCC;
	}
	
#footer a:hover {
	color:#ff0000;
	}


/*
***********************************
** COMENTARIOS
***********************************
*/

#commentbox {
	width:80%;
	margin:0px auto;
	}

#comment-top {
	background-color:#000000;
	padding:20px 5px;
	color:#CCCCCC;
	}    

#comments {
    margin:0px auto;
    width:90%;
    text-align:left;
	}

#comment-top h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	}
	
#comment-middle h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	}

#comment-middle {
	padding:20px 0px;
	margin-bottom:7px;
	} 

#addcomment {
	margin:0px 0px;
	text-align:left;
	}

.input {
	width:95%;
	font-size:10px;
	border:1px solid #CCCCCC;
	background-color:#000000;
	color:#CCCCCC;
	padding:5px;
	}

#addcomment label {
	color:#CCCCCC;
	font-style:italic;
	font-size:10px;
	}

#addcomment textarea {
	width:95%;
	height:50px;
	font-size:11px;
	border:1px solid #CCCCCC;
	background-color:#000000;
	color:#CCCCCC;
	padding:5px;
	}

.comment-button {
    background-color:#000000;
	border:3px double #CCCCCC;
	color:#CCCCCC;
	}
