/* 
==========================================		
		http://www.juanpuig.info
		Actualizada: 07/04/2008

NOTA:
	. clases
	# ids
==========================================
*/   


* {
	font-family: verdana, san-serif; 
}

body {
	font-size: small;	/* Cuerpo de texto en letra pequeña */
}

img {
	border:none;
}	

pre {
   display:block;
   font: 1em 'Courier New', Courier, Fixed, monospace;
   font-size : 100%;
   color: #000;
   background : #fff url(http://juanpuig.info/img/preback.jpg) no-repeat left top;
   overflow : auto;
   text-align:left;
   border : 1px solid #99cc66; /*highlight color */
   padding : 0px 20px 0 30px;
   margin:1em 0 1em 0;
   line-height:17px;
}

code {
	font: 1em 'Courier New', Courier, Fixed, monospace;
	font-size : 100%;
}

		/* clases */
/*************************/
.centrado {
	text-align: center;
}

.rojo {
	color: red;
}


.verde {
	color: green;
}

.azul {
	color: blue;
}

.naranja {
	color: orange;
}

.tachado {
	text-decoration: line-through;
}	

div.comments-end {
	margin: 20px ;
	padding: 10px;
	border: 1px dashed #CCCCCC;
	background-color: #D0F5A9;
}


		/* ids */
/*************************/
		
		/* índice */
	
#name {
	color: #B0E0E6;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font: small-caps bold 55px arial;
	width:850px;
	border-bottom: 2px solid #000000;
}
div#intro {
	margin: 20px;
	padding: 20px;
	border: 1px dashed #CCCCCC;
	/*background-color: #f9f9f9;*/
	background-color: #FFEFD5;
}

div#menu {
	margin: 20px ;
	border: 1px dashed #CCCCCC;
	background-color: #E6E6FA;
}

table.centrado {
	margin-left:auto; margin-right:auto;
}

	
	
	/* contacto/ */
#correo {
	color: #A52A2A; /* marroncillo */
}
