@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	text-align: center;
	font-family: Monaco, Verdana, Courier New, monospaced;
	color: #000;
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
	letter-spacing: 0;
	}

* {
	padding:0;
	margin:0;
	}

img {
	border-width: 0;
	}

p {
	margin-top: 0;
	}

a {
	outline-style: none;
	}
	
/* Classes and IDs */

.contenedor {
	width: 800px;
	height: auto;
	margin: auto;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	}

#cabecera {
	margin-bottom: 30px;
	width: 800px;
	height: 95px;
	background-color: #fff;
	display: inline-block;
	}

	#logo {
		margin-top: 25px;
		background-color: #fff;
		width: 51px;
		height: 70px;
		float: left;
		}

	#title {
		margin-top: 25px;
		background-color: #fff;
		width: 719px;
		height: 70px;
		float: right;
		}

		#title h1 {
			font-family: Monaco, Verdana, Courier New, monospaced;
			color: #000;
			font-size: 130%;
			font-weight: bold;
			text-align: left;
			margin: 0;
			border-bottom: 1px solid black;
			padding-top: 19px;
			letter-spacing: -1px;
			}

		#title h2 {
			font-family: Monaco, Verdana, Courier New, monospaced;
			color: #000;
			font-size: 65%;
			font-weight: normal;
			margin: 0;
			text-align: left;
			}

		#phone {
			float:right;
			padding-top: 25px;
			width:auto;
			height:auto;
			font-family: Monaco, Verdana, Courier New, monospaced;
			color: #000;
			font-size: 65%;
			font-weight: normal;
			text-align: right;
			}

		#contact {
			clear:both;
			float:right;
			width:auto;
			height:auto;
			font-family: Monaco, Verdana, Courier New, monospaced;
			color: #000;
			font-size: 65%;
			font-weight: normal;
			text-align: right;
			}

#contenido {
	background-color: #fff;
	width: 800px;
	height: auto;
	}

	#work {
		background-color: #fff;
		width: 800px;
		height: auto;
		padding: 0;
		overflow: hidden;
		margin-bottom: 30px;
		border-bottom: 1px solid black;
		padding-bottom: 30px;
		}

	#work-image {
		background-color: #fff;
		width: 615px;
		height: auto;
		float: left;
		}
		
		#work-image p{
			font-size: 65%;
		}

	#work-title_a {
		display:block;
		visibility: visible;
		width: 150px;
		height: 150px;
		background-color: #000;
		font-family: Monaco, Verdana, Courier New, monospaced;
		font-weight: normal;
		line-height: 130%;
		font-size: 90%;
		color: #fff;
		text-align: right;
		float: right;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		z-index:100;
		}

#copyright {
	width: 800px;
	height: 30px;
	float: left;
	font-family: Monaco, Verdana, Courier New, monospaced;
	color: #000;
	font-weight: normal;
	font-size: 60%;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 15px 0 15px;
	border-top: 1px solid black;
	}

/* Plantilla Works Styles */

#work-plantilla {
		background-color: #fff;
		width: 800px;
		height: auto;
		padding: 0;
		overflow: hidden;
		margin-bottom: 15px;
		}

#back {
	clear:both;
	float:right;
	width:800px;
	height:auto;
	font-family: Monaco, Verdana, Courier New, monospaced;
	color: #000;
	font-size: 65%;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid black;
	margin-top: 15px;
	}

#info-detalle {
		margin-top: 30px;
		background-color: #fff;
		width: 800px;
		height: auto;
		float: left;
		}

	#info-detalle h1 {
		font-family: Monaco, Verdana, Courier New, monospaced;
		color: #000;
		font-size: 75%;
		font-weight: normal;
		margin: 0;
		text-align: left;
		border-bottom: 1px solid black;
		margin-bottom: 15px;
		}

	#info-detalle h2 {
		font-family: Monaco, Verdana, Courier New, monospaced;
		color: #666;
		font-size: 65%;
		font-weight: normal;
		line-height: 130%;
		text-align: left;
		margin-top: 5px;
		}

	#info-detalle p {
		font-family: Monaco, Verdana, Courier New, monospaced;
		color: #000;
		font-size: 65%;
		font-weight: normal;
		line-height: 130%;
		text-align: justify;	
		}

/* Default links */

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #fff; background-color: #000; text-decoration: none; }

/* Black Border Hack */

#wtop {
	position: fixed;
	top: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: black;
	z-index: 9000;
}


#wbtm {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: black;
	z-index: 9001;
}

#wleft {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	background: black;
	z-index: 9002;
}

#wright {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background: black;
	z-index: 9003;
}

/* Loading Images */

/*.load {
	background : url('images/ajax-loader-1.gif') no-repeat center;
	}*/

/* Cambiar texto selecion */

::selection {  /* Para Safari, Chrome, Konqueror, Opera etc.*/
     background: black;
     color: #FFF;
	 }
::-moz-selection { /* Para Firefox, Flock, etc. */
     background: black;
     color: #FFF;
	 }