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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/*fin reseteo*/

body {
	background-color:#d9d9d9;
}

#contenedora {
	width:925px;
	height:auto;
}

#header {
	background-image:url(head.jpg);
	width:924px;
	height:310px;
}

#titular {
	background-image:url(titulo.jpg);
	width:284px;
	height:427px;
	float:left;
}

#subcontenedora {
	width:641px;
	height:auto;
	float:right;
	padding-top:50px;
}

#texto {
	width:280px;
	height:427px;
	float:left;
	display:block;
}

#texto p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
	margin: 10px 0px 10px;
	padding-right:43px;
}

#texto p strong {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#texto p strong.blanco {
	color:#FFF;
}

#cuadro {
	float:right;
	border: 1px #c1c1c3 solid;
	width:358px;
	height:340px;
	display:block;
	margin-bottom:10px;
}

#cuadro p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:21px;
	margin: 20px;
}

#linea {
	display: block;
	background-color:#c1c1c3;
	color:#c1c1c3;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:1px;
}

#ejemplos {
	margin:20px;
}

#registro {
	width:358px;
	height:auto;
	border: 1px #c1c1c3 solid;
	display:block;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h4 {
	background-color:#555555;
	color:#c1c1c3;
	padding:5px;
}

#registro h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	margin-bottom:5px;
}

#registro form fieldset {
	float: left;
	margin:5px;
}

#registro form fieldset input{
	width: 70px;
	height: 9px;
	margin: 0 5px 0 2px;
	font-size:9px;
}

#registro form input.boton {
	float: right;
	margin:5px;
}
#footer {
	height:15px;
	width:100%;
	border-top: #c1c1c3 solid 1px;
	clear:both;
	padding-top:5px;
	margin-bottom:10px;
}

#footer img {
	margin-left:100px;
}